VPS 4GB
Start small with reliable VPS performance.
Renews at $19.99/month
Core Resources
- 2 vCPU
- 4 GB RAM
- 80 GB SSD Storage
- Unmetered Transfer

30-day money back guarantee!

Pangolin VPS Docker Hosting
Pangolin needs a public IPv4 and open UDP 51820, and a GreenGeeks VPS gives both, with sustained network throughput for the WireGuard tunnel under it.






GreenGeeks gives Pangolin a public-IP VPS with sustained bandwidth, fast SSD for tunnel state, 24/7 uptime, and renewable-matched green servers behind it daily.
A public-IP VPS with steady bandwidth keeps the WireGuard tunnel low-latency for users on each side.
Root access lets you open the WireGuard and Gerbil UDP ports the docs require, with no ticket waits.
Solid-state storage holds peers, ACL data, and certificate state with low I/O lag during peak hours.
24/7 uptime keeps Newt clients online, so the home services stay reachable through the tunnel daily.
Full root access, guaranteed resources, and unmetered transfer — you take control.
Start small with reliable VPS performance.
Renews at $19.99/month
Core Resources

30-day money back guarantee!

Scale up apps, databases, and containers.
Renews at $39.99/month
Core Resources

30-day money back guarantee!

Run production workloads with more resources.
Renews at $79.99/month
Core Resources

30-day money back guarantee!

High-capacity VPS for demanding applications.
Renews at $109.99/month
Core Resources

30-day money back guarantee!

Pangolin is an open-source, identity-based remote access platform built by Fossorial on top of WireGuard. It pairs a tunneled reverse proxy with VPN-style access, so private services on a home or office network are exposed to the public web without opening any inbound port on the local side at all.
The project is dual-licensed under AGPL-3 for the Community Edition and a commercial license that is free for personal use and small businesses. By February 2026, the GitHub repository had crossed 19,000 stars and 580 forks, and the Discord community had grown past 3,600 members during the months after the public launch in mid-2025.
You can use Pangolin to expose almost any private service to a browser without opening home ports. Operators commonly publish Home Assistant, Nextcloud, Immich photo libraries, Plex and Jellyfin media servers, Paperless-ngx archives, internal admin dashboards, SSH, and RDP through it. Family-friendly access with PIN protection on each resource is a recurring use case across the community.
A single Pangolin instance can manage multiple sites, with one Newt client per remote network. That lets you route IoT through a segregated tunnel, link friends and family LANs back through a central control plane, or run a small site-to-site setup. HTTP, HTTPS, and raw TCP or UDP resources are all supported through the dashboard.

Pangolin ships as three core services. The Pangolin app runs the dashboard, Gerbil manages the WireGuard interface on the VPS, and Traefik handles HTTP routing and Let's Encrypt SSL termination. The Newt client runs on each private network and dials outbound to the VPS, so CGNAT, double-NAT, and restrictive firewalls do not block the tunnel from forming during normal operation.
Built-in identity covers OIDC and OAuth providers, including Authentik, Authelia, Keycloak, Auth0, Google, and GitHub, with role-based access control, resource-level PIN protection, temporary shareable links, geolocation rules, and IP allow lists. Native CrowdSec integration blocks malicious IPs at the edge before they touch the WireGuard tunnel.

Everything you need to know about self-hosting Pangolin on GreenGeeks VPS.
Pangolin is an open-source, identity-based remote access platform built on WireGuard. It combines a tunneled reverse proxy with VPN-style access, so you can publish private services to the public web without opening any inbound port on the local network. The project is dual-licensed under AGPL-3 for the Community Edition and a commercial license that is free for personal use and small businesses earning under $100,000 a year. Fossorial, the company behind it, raised a seed round in 2025 and ships frequent updates to the platform.
Yes, Pangolin is the most-cited self-hosted alternative to Cloudflare Tunnel and Cloudflare Access. The architectural difference is that the public-IP VPS you run is the only ingress, so traffic never passes through a third-party edge network. Operators choose Pangolin when they want sovereignty over their data path, when they want to expose media servers that the Cloudflare Tunnel terms of service forbid, or when they prefer self-hosted single sign-on baked directly into the same control plane as the reverse proxy itself.
Newt is the userspace WireGuard tunnel client that runs on your home or office network. It dials outbound to the Pangolin VPS over WireGuard, which is how CGNAT, double-NAT, and restrictive corporate firewalls become non-issues for inbound access. You install Newt on a Linux machine or in a Docker container inside the private network, paste the NEWT_ID and NEWT_SECRET values from the Pangolin dashboard, and within a few seconds the site flips from offline to online in the main control panel.
One virtual CPU and 512 megabytes to one gigabyte of RAM is enough for personal and homelab use. The official documentation recommends one to two gigabytes of RAM, one to two virtual CPUs, and 20 to 25 gigabytes of storage for stronger performance. On a two virtual CPU, four gigabyte ARM VPS, the Pangolin and Gerbil containers idle at around 80 megabytes of memory together. A small VPS plan covers homelab access for most operators today.
Yes. The Newt client dials the WireGuard tunnel outbound to the public VPS, which is how the architecture sidesteps CGNAT, double-NAT, and restrictive home networks without any router reconfiguration. This is one of the main reasons new operators adopt the platform over solutions that require port forwarding or special carrier cooperation. The home or office network does not need a public IP, does not need open inbound ports, and does not need help from the internet provider to make the access path function reliably.
Yes, the self-hosted Community Edition is free and open source under the AGPL-3 license. The Enterprise Edition is also free for personal use and for businesses earning under $100,000 a year. Pangolin Cloud, the managed service, includes a free tier with 25 gigabytes of bandwidth, one site, one domain, and three users, with paid plans starting at four dollars per user per month. Most homelab and small-team setups run inside the free terms without restriction.
A Pangolin server on a public-IP VPS terminates HTTPS and runs a WireGuard server called Gerbil. A lightweight client called Newt runs on your home or office network and dials outbound over WireGuard to the VPS, so no inbound port ever needs to open on the local side. Traefik then routes incoming requests through the tunnel to your private services. The result is identity-gated access on a public domain, with all the network state held on hardware you control daily.
On the VPS, Pangolin needs TCP 80 and 443 for HTTP and HTTPS, UDP 51820 for the primary WireGuard tunnel, and UDP 21820 for the Gerbil management interface. If you enable HTTP/3, UDP port 443 is also exposed. On the home or office side, no inbound ports are needed at all, since Newt makes the connection outbound. Cloud security groups and host firewalls both need to allow these UDP ports, which is a common cause of failed first-time installs.
Yes, you need a domain you control so Pangolin can issue Let's Encrypt SSL certificates through Traefik and route per-service subdomains cleanly. A wildcard DNS record pointed at the VPS is the typical setup, since it lets you publish many resources under a single base domain without editing DNS for each one. Cloudflare and most other registrars work as DNS hosts. The DNS challenge flow is also supported when the standard HTTP challenge gets blocked by a firewall in front of port 80.
Yes, Pangolin supports HTTP, HTTPS, and raw TCP and UDP resources through the tunnel. That means you can tunnel SSH, RDP, databases, game servers, and self-hosted media servers without restriction. This is a notable capability gap over the Cloudflare Tunnel free tier, which restricts non-HTTP traffic and explicitly forbids streaming video. Operators publishing Plex or Jellyfin libraries through their own infrastructure are usually the loudest voices on this point in homelab forums and community Discord channels.
Run self-hosted Pangolin on GreenGeeks VPS hosting — public IPv4 with open UDP 51820, sustained network throughput for the WireGuard tunnel, fast SSD for tunnel state, and 24/7 uptime, all on 300% renewable-powered servers.
Public-IP VPS with steady bandwidth keeps the WireGuard tunnel low-latency.
Root access to open UDP 51820 and 21820 without ticket waits.
SSD holds peers, ACL data, and certificate state with low I/O lag.
300% renewable energy match on every VPS.