What is Private Connect?
Your database binds to localhost. You need it from your laptop, a cloud IDE, or another machine. One command on each side connects them.Why Private Connect?
Access by Name
Use
connect prod-db instead of remembering IPs or ports. Services are identified by meaningful names across your entire workspace.Stable Ports
The same service always gets the same local port across restarts. Your connection strings never change.
End-to-End Encrypted
All traffic is encrypted with TLS. Services are private to your workspace with built-in audit logging.
Works Everywhere
On top of Tailscale, VPN, or plain internet. Access services from your laptop, cloud IDEs, CI/CD, or mobile devices.
How It Works
Real Use Cases
Database Access for AI Coding Assistants
Let Cursor’s AI query your local database without exposing ports:localhost:5432. The AI uses the same endpoint via Private Connect.
Onboard Teammates Instantly
The old way: “Join the VPN, add these entries to /etc/hosts, forward ports 5432, 6379, and 8080…” With Private Connect:CI/CD to Private Infrastructure
GitHub Actions deploying to servers that aren’t publicly accessible:Test Webhooks from Stripe, GitHub, etc.
Local development needs to receive webhooks from external services:Access Your Home Lab from Anywhere
Raspberry Pi, NAS, or self-hosted services — reach them without exposing ports:Share with Teammates
Try Without Signup
Quick tunnel for demos and testing:Private Connect vs. Alternatives
| Scenario | VPN | SSH Tunnels | Private Connect |
|---|---|---|---|
| Onboard new dev | 2+ hours | 30+ min | 30 seconds |
| Share environment | Not possible | Complex | One command |
| Works from anywhere | Sometimes | Fragile | Always |
| Revoke access | IT ticket | Find & delete keys | Instant |
| Audit who accessed | Limited | None | Built-in |
| Setup on new machine | Reinstall client | Copy keys | Run connect up |
| Public link (no account) | Not possible | Not possible | connect link |
Get Started
Quickstart
Get from install to first working tunnel in under 2 minutes
Installation
Detailed installation instructions for all platforms
CLI Reference
Complete command reference and options
Use Cases
Real scenarios where Private Connect saves hours of setup
Community
Join our Discord community to get help, share use cases, and connect with other users:Join our Discord
Get support, share tips, and stay updated on new features