TCP tunnel
Forward TCP services through DevProxy
DevProxy forwards arbitrary TCP services such as RDP, SSH, Postgres, and internal admin ports through authenticated tunnels. It supports public TCP relay ports and private client-to-client TCP relay.
- Forward raw TCP without making the server HTTP-aware.
- Use private connect mode when no public TCP listener should exist.
- Use public TCP mode only when an approved workspace needs a public port.
- Tune interactive services such as RDP or SSH with smaller TCP chunks.
Private TCP relay
Private relay mode keeps the target service private. A connector client listens on localhost and DevProxy relays streams between two authenticated clients through the server.
Public TCP relay
Public TCP mode can expose a server-assigned port for approved workspaces. Use it for simple TCP access where a public port is acceptable.