Skip to content

How to connect Outline client to Outline server? How to generate access key? #1702

Description

@the-webb-identity

I am using a Raspberry Pi + Ubuntu.

I have installed the outline server using:
https://github.com/OutlineFoundation/tunnel-server/releases/download/v1.9.2/outline-ss-server_1.9.2_linux_arm64.tar.gz

with config YAML:

---
web:
  servers:
    - id: "outline-ss-server"
      listen:
        - "0.0.0.0:4444"

services:
  - listeners:
      - type: "websocket-stream"
        web_server: "outline-ss-server"
        path: "/a1b2c3"
      - type: "websocket-packet"
        web_server: "outline-ss-server"
        path: "/d4e5f6"
    keys:
      - id: "1"
        cipher: "chacha20-ietf-poly1305"
        secret: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

the Outline client needs an access key to connect to this server

how do I generate an access key for the client? in the form ss://...

if I need to do additional steps other than the above, then what do I need to do specifically? please describe in great detail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions