Getting Started
In Pangolin Cloud, a domain is not required. You can use our provided domain endings like.hostlocal.app or .tunneled.to for your resources on any of the paid plans.
Domain Types
Delegating a Domain to Pangolin Cloud
Domain delegation and single-domain (CNAME) setups exist because, unlike self-hosting, Pangolin Cloud doesn’t run on a server whose IP you control — your traffic is routed and terminated on Pangolin’s infrastructure instead. For Pangolin to issue certificates and route traffic for your domain, it needs to be able to create and update DNS records on your behalf.- Self-Hosted: You point A/AAAA records at your own VPS’s IP address. DNS stays with your existing provider; Pangolin never needs access to it.
- Cloud: There’s no single static IP that’s “yours” to point at, and Pangolin needs to create records (for certificate validation, routing, and new resources) without you manually updating DNS every time. Delegation and CNAME setups solve this by giving Pangolin either full control over the zone (NS delegation) or a single record it can manage (CNAME).
Setting It Up
Self-Hosted (Wildcard / A Records)
1
Point DNS at your server
In your DNS provider, add an A record (or AAAA for IPv6) for the wildcard and, optionally, the root domain, pointing to your VPS’s public IP:
2
Wait for propagation
DNS changes can take anywhere from a few minutes to 48 hours to propagate.
3
Add the domain in Pangolin
Configure the domain in
config/config.yml or through the Pangolin dashboard so Traefik can request certificates for it.Cloud & Enterprise (Delegation or CNAME)
1
Add the domain in the Pangolin dashboard
From your organization’s domain settings, add the domain and choose either Domain Delegation or Single Domain (CNAME). Pangolin will show you the exact records to configure.
2
Configure DNS at your registrar/provider
- Domain Delegation (NS)
- Single Domain (CNAME)
Change the nameservers for the domain (or subdomain) to Pangolin’s, as shown in the dashboard:This is done at your registrar or in your current DNS provider’s nameserver settings, not as a normal DNS record.
3
Wait for verification
Pangolin checks for the records automatically. NS delegation can take longer to propagate than a CNAME since it changes how the entire zone (or subzone) resolves.

