Skip to main content

Tunneling

Tunneling allows you to securely route traffic between servers over encrypted private networks instead of exposing services directly to the public internet. This is commonly used when:
  • Backend servers do not have public IPs
  • Creating VPN Mesh
  • You want to hide internal infrastructure
  • You need encrypted server-to-server communication
  • A proxy VPS forwards traffic to private nodes

Supported Tunneling Methods

Serververse supports multiple tunneling approaches depending on your needs. Choose the method that fits your use case:

Typical Architecture

1

Receives traffic on public IP

2

Forwards traffic via tunnel

3

Private Backend VPS / LXC

When Not to Use Tunneling

Tunneling is not required if:
  • Your backend already has a public IP
  • You do not need encrypted internal traffic
  • You want the simplest possible setup

Next Steps

Choose a tunneling method above to continue with a step-by-step setup guide.