Try free on Pangolin Cloud
Fastest way to get started with Pangolin using the hosted control plane. No credit card required.
Resources Types
There are two types of resources: public resources and private resources.Public Resources
- Reverse proxies to backend services
- Optionally have authentication
- Anyone with web browser can access
Private Resources
- Zero-trust VPN
- Access to every resource requires authentication
- Users and machines access when connected with a client
Public Resources
Newt Site
Supported.Best option for most deployments.
Local Site
Supported.Use when the resource runs on the same host as your Pangolin server.
Basic WireGuard Site
Limited support.Intended for more manual and advanced setups with feature limitations.
HTTPS Resources
Examples of HTTP resources include, APIs, websites, and dashboards. These are served with a fully qualified domain name and HTTPS with a valid SSL certificate. All requests go through an authenticated reverse proxy. Thus, public resources do not require client-side software to be installed on user devices for access. Anyone with a web browser can access public resources. HTTP resources are also identity and context aware, meaning you can create policies and rules to only let certain users, roles, countries, IPs, CIDRs, etc have access. When users visit an authenticated public resource, they are greeted with a Pangolin login page where they must complete authentication in order to get to the underlying resource. Therefore, Pangolin acts as a frontdoor barrier to these resources.Raw TCP/UDP Resources
Raw resources are a way to proxy any TCP and UDP traffic through the Pangolin reverse proxy. Instead of a fully qualified domain name and certificate, these resources are bound to one or more ports on the Pangolin host. Since these resources are not protocol aware and are publicly proxied, they do not support identity and context policies and rules.Private Resources
Newt Site
Supported.Private resources require a Newt site.
Local Site
Not supported.Local sites can only host public resources.
Basic WireGuard Site
Not supported.Basic WireGuard sites can only host public resources.

