Quickstart
Install the Airdress operator, start it, and confirm it is running. This takes about five minutes. You will not need a cloud account or any port-forwarding configuration.
-
Install the operator
The installer downloads the latest stable
airdress-operatorbinary, verifies the SHA-256 checksum, and places it on yourPATH.Terminal window curl -fsSL https://get.airdress.co/operator | shTerminal window curl -fsSL https://get.airdress.co/operator | shThe script detects your OS and architecture automatically. On Linux it also offers
.deband.rpmpackages when a supported package manager is present.Confirm the binary is available:
Terminal window airdress-operator --versionYou should see output like:
airdress-operator 0.x.y -
Start the operator
Launch the operator with its default settings. It establishes a WireGuard tunnel to the nearest Airdress relay and starts an HTTP listener:
Terminal window airdress-operator serveYou should see log output indicating the tunnel is up:
INFO operator ready bind=127.0.0.1:8080 wg_port=51820The operator runs in the foreground. Leave this terminal open.
-
Verify the operator is healthy
Open a second terminal and run:
Terminal window airdress-operator healthOr query the health endpoint directly:
Terminal window curl http://127.0.0.1:8080/healthzA healthy response confirms the operator is running and its tunnel to the relay PoP is established.