Try free on Pangolin Cloud
Fastest way to get started with Pangolin using the hosted control plane. No credit card required.
What Each Solution Provides
Reverse Proxies expose web applications to the internet. They handle SSL termination, load balancing, and basic authentication. Users access applications through web browsers using domain names. VPNs create encrypted tunnels that give users access to entire private networks. Users install client software and connect to a VPN server. Once connected, they can access any resource on the network they have network-level access to. Pangolin provides both capabilities—and several things neither traditional tool does on its own. Public resources work like a reverse proxy, allowing browser-based access to specific applications. Private resources work like a zero-trust VPN, giving users access to specific hosts or network ranges when connected with a client.What Pangolin Does Differently
| Capability | Traditional reverse proxy | Traditional VPN | Pangolin |
|---|---|---|---|
| Browser access to web apps | Yes | No | Yes — public HTTP/HTTPS |
| Browser SSH, RDP, VNC | No | No | Yes — public SSH, RDP, VNC |
| Client-only private access | No | Yes | Yes — host, CIDR, SSH, private HTTP |
| Per-resource access control | Limited | Network-wide | Yes — users and roles per resource |
| No open inbound ports | No | Sometimes | Yes — outbound site tunnels |
| TLS at the network edge (private) | No | No | Yes — private HTTP/HTTPS |
| Multi-site routing and failover | Uncommon | Uncommon | Yes — automatic site selection |
Reverse Proxy Capabilities
Pangolin’s public resources function as reverse proxies—and go further than HTTP alone. HTTP/HTTPS resources expose web applications through domain names with automatic SSL certificates. Users access them in a browser with no client installed. Identity-aware access control supports SSO, MFA, and rules based on user identity, roles, geographic location, IP addresses, and URL paths. SSH, RDP, and VNC resources render full sessions in the browser. Users get a terminal, Windows desktop, or VNC display without installing SSH clients or remote desktop software—while still passing through Pangolin authentication first. TCP and UDP resources bind to a port on the Pangolin server for raw protocol proxying when you need a public pipe without a domain name or auth layer. Unlike traditional reverse proxies, Pangolin does not require public IP addresses or open ports on your network. Sites create outbound tunnels to Pangolin, so your applications remain behind firewalls.VPN Capabilities
Pangolin’s private resources function like a zero-trust VPN—but with tighter scope than a traditional VPN. Host and CIDR resources route traffic to specific machines or subnets over the tunnel. Users only reach what you explicitly grant them, with optional per-resource port restrictions—not an entire flat network. Private HTTP/HTTPS resources behave like a reverse proxy that only exists on the tunnel. TLS terminates at your site edge over peer-to-peer transport—the application is never reachable from the public internet, only from connected clients with valid access. Private SSH resources provide terminal access viapangolin ssh, with optional automatic user provisioning from Pangolin identity—no manual key distribution required.
Clients work transparently with applications. No application configuration is required. Users connect once and can access all their authorized resources. The client handles routing and establishes encrypted tunnels automatically.

