Uplink Docs
Run an Edge

Run an Edge

The simple key-mode flow:

uplink-edge key new

Start the edge with the printed key hash:

UPLINK_EDGE_API_KEYS=<printed-hash> \
uplink-edge --public-listen 0.0.0.0:8443 --tunnel-listen 0.0.0.0:4100 --account acct_me

Then add it locally with the raw uek_... key:

uplink edge add edge.example.com --api-key <uek-key>
uplink serve 3000 --open --edge edge.example.com

For production TLS, provisioning, and systemd details, use the operator runbook in documentation/running-your-own-edge.md.