Getting started
How an Orbit account is organised, what lives where in the console, and the shortest path from signing in to serving a name from our network.
A connector on your server opens a connection to a landing point we run and keeps it open. Requests arrive over that connection. Your server accepts nothing from the internet, and its address appears nowhere.
Hiding an origin behind a CDN only works if the origin also refuses everybody who did not come through the CDN. That is a firewall rule that has to be kept correct forever, and an address that leaks once — an old DNS record, a mail header, a certificate transparency log — stays leaked.
A tunnel removes the question. There is no inbound port to protect, so there is no rule to get wrong, and an address that leaks reaches a server that will not answer it.
http://127.0.0.1:8080.curl -fsSL https://dash.yunzheng.space/assets/orbit-link-linux-amd64 -o /usr/local/bin/orbit-link
chmod +x /usr/local/bin/orbit-linkorbit-link --token lnk_… --endpoint 203.0.113.4:7844 --fingerprint sha256:… --local http://127.0.0.1:8080Builds are published for Linux (x86-64 and arm64), macOS (Apple silicon and Intel) and Windows. The console links all of them.
The connector dials an address, not a hostname, so there is no name for a public certificate to vouch for. Instead it pins the landing point's public key: the fingerprint on the command line is a SHA-256 of that key, and the connector refuses to talk to anything that does not present it.
The credential goes the other way: the landing point checks it and accepts the tunnel. A wrong credential and a tunnel that does not exist are refused identically — the difference between them is precisely what somebody guessing would like to learn.
The connector prefers QUIC on UDP 7844 and falls back to TCP on the same port. On a network that drops UDP entirely, add --tcp to skip straight to the fallback rather than waiting for QUIC to give up.
Only outbound connections are needed in both cases. Nothing ever dials your server.
No. That is the point. It needs to be able to make an outbound connection, which is all a home connection or a container on a private network can usually do.
The tunnel goes away and the site behind it becomes unreachable. There is deliberately no public fallback address: keeping one would reintroduce exactly the leak the product exists to prevent. Run the connector under a supervisor — the console gives you a systemd unit.
Yes. Several Shield hostnames can pull from the same tunnel; the connector forwards them all to the same local address, and your own server decides what to do with each Host header.
Link is switched on per platform. If the console says it is not switched on yet, the address pool has not been assigned — ask support.
How an Orbit account is organised, what lives where in the console, and the shortest path from signing in to serving a name from our network.
Add a zone, point your registrar at our name servers, and manage records. Includes weighted answers, health-checked records, ALIAS at the apex and zone-file import.
Delegate the whole domain, delegate one hostname, or add a CNAME and leave your DNS where it is. What each one costs you and when to pick it.