One binary, two roles. Like frp, but built on QUIC. Expose local services over encrypted tunnels.
Full Layer 4 protocol support. HTTP, gRPC, DNS, gaming protocols — anything that speaks TCP or UDP works out of the box.
Cross-region tunnels built on QUIC with TLS 1.3. Multiplexed streams, zero round-trip connection setup, and resilience to network changes.
One binary handles both server and client roles. No separate frps/frpc to deploy or keep in sync.
Agent-to-agent token-based auth for tunnel establishment. No certificates to manage, no PKI to deploy.
Tunnels automatically reconnect with exponential backoff. Config persistence ensures recovery even after full restarts.
Built-in observability. Track tunnel state, active streams, bytes transferred, reconnect counts, and relay performance.
One binary (outpostnet-agent), two roles — like frp's frps + frpc, unified.
| Capability | OutpostNet 1.0 | FRP |
|---|---|---|
| Binaries needed | 1 (outpostnet-agent) | 2 (frps + frpc) |
| TCP & UDP Proxy | Yes | Yes |
| Transport | QUIC (TLS 1.3) | TCP / KCP / QUIC |
| Token Auth | Yes | Yes |
| Stream Mux | QUIC native | yamux |
| Auto-Reconnect | Yes | Yes |
| Metrics | Prometheus | Dashboard |
| HTTP Vhost | Roadmap | Yes |
| Dashboard UI | Roadmap | Yes |