Adding a Custom Domain
- Go to your pod’s Domains tab
- Click Add Domain
- Enter your domain (e.g.,
app.example.com) - Choose a verification method:
CNAME Verification (Recommended)
Create a CNAME record pointing your domain to your pod’s default subdomain:TXT Verification
Add a TXT record to prove domain ownership:Verifying
- After adding your DNS record, wait for propagation (usually 1–5 minutes)
- Click Verify next to the domain
- InstaPods checks the DNS record and, if valid, provisions an SSL certificate
DNS propagation can take up to 48 hours in some cases, but most providers propagate within minutes.
SSL Certificates
Once verified, an SSL certificate is automatically issued via Let’s Encrypt using certbot. The certificate covers your custom domain and enables HTTPS access. Certificates auto-renew before expiration — no action needed.Removing a Domain
Click the delete icon next to any domain to remove the mapping. This also removes the nginx configuration and SSL certificate from the server.Limits
- Maximum 5 custom domains per pod
- Domains must be unique across the platform
- Subdomains work (e.g.,
staging.example.com) but root domains also work if your DNS provider supports CNAME flattening