Get Private Connect running on macOS or Linux. Pick the method that fits your workflow.
Installs the connect CLI and authenticates. Works on macOS and Linux.
connect up authenticates you (opens browser), sets up the background service, and configures local DNS for *.connect domains. On headless servers, it shows a code to enter from any device.
Create temporary tunnels instantly. No account, no install. Tunnels expire after 2 hours.
Known database ports (PostgreSQL, MySQL, MongoDB, Redis, Elasticsearch, CouchDB, ArangoDB, Neo4j, Cassandra) are automatically tunneled over TCP.
Everything else defaults to HTTP. Pass --tcp or --udp to override.
Download the binary directly and install it yourself.
After downloading:
For GitHub Actions, scripts, or VM provisioning where no browser is available.
--non-interactive Skip all prompts --api-key=KEY Authenticate with an API key instead of browser login --daemon Install and start the background service --expose-openclaw Expose OpenClaw gateway on :18789 after install Deploy to servers that aren't publicly accessible. No bastion hosts, no VPN.
Clone the repo and build the binary yourself.
Run the entire stack on your own infrastructure for data residency or air-gapped environments.
Need help?