Custom domains are available on Nixopus Cloud Pro, Team, and Enterprise plans.
*.nixopus.ai subdomain automatically. You can also connect your own domain for a branded experience.
Add a custom domain
Configure DNS
Nixopus shows a DNS setup wizard. Create a CNAME record (for subdomains) or an ALIAS/ANAME record (for root domains) pointing to the target Nixopus provides.
| Record type | Name | Value |
|---|---|---|
| CNAME | app | Provided by Nixopus |
| ALIAS / ANAME | @ | Provided by Nixopus |
Domain status
Each domain shows a status badge:| Status | Meaning |
|---|---|
| Pending | DNS not yet verified |
| Active | DNS verified, SSL issued, traffic routing |
| Error | DNS misconfigured or SSL provisioning failed |
How it works
Nixopus Cloud runs an edge layer that routes traffic to your environment. When a request hits your custom domain:- The edge resolves it to your environment based on the DNS record.
- SSL is terminated at the edge with an auto-provisioned certificate.
- Traffic is forwarded to your running container.