Self-hosted tunnel server

Run your own tunnel relay with Docker Compose

DevProxy is a self-hosted tunnel server and CLI. Run the relay, web app, Postgres, Caddy, and optional coturn on your own VPS instead of relying on a hosted tunneling provider.

Infrastructure

A typical DevProxy stack includes the server, Next.js web app, Postgres, Caddy for TLS, and coturn for STUN/TURN when WebRTC transport is enabled.

Who should self-host

Self-host DevProxy when your team wants tunnel infrastructure on its own VPS, wants to avoid hosted tunnel dependency, or needs private TCP/RDP workflows with explicit workspace controls.