- Documentation
- Domains & Networking
- Custom Domains
Custom Domains
In addition to the default subdomain, you can add your own custom domains to any service on Guara Cloud. All plans support up to 10 custom domains per service.
Adding a custom domain
-
Go to the Domains tab
On the service page in the dashboard, click the Domains tab.
-
Click “Add Custom Domain”
Click the button to start the process.
-
Enter your domain
Type the domain you want to connect, for example
app.example.comorwww.example.com. -
Add a CNAME record at your DNS provider
In your DNS provider’s panel (such as Cloudflare, GoDaddy, Namecheap, etc.), add a CNAME record pointing to
ingress.guaracloud.com:Field Value Type CNAMEName app.example.comTarget ingress.guaracloud.com -
Wait for DNS verification
Guara Cloud automatically checks whether the DNS record has been configured correctly. Verification runs every few minutes. The status is updated on the Domains tab.
-
TLS certificate provisioned automatically
After verification, a TLS certificate (HTTPS) is provisioned automatically for your domain. No additional configuration is needed.
Supported domains
Guara Cloud supports subdomains via CNAME record. Examples:
app.example.comapi.example.comwww.example.comstaging.myapp.com
Internationalized domain names (IDN) are also supported, such as app.exemplo.com.br.
Limits
Each service can have up to 10 custom domains, regardless of plan. This limit includes only custom domains; the default guaracloud.com subdomain does not count toward this total.
Removing a domain
To remove a custom domain:
- Go to the Domains tab of the service
- Click Remove next to the domain
- Confirm the action
After removal, the TLS certificate is deactivated and the domain stops pointing to your service. Remember to also remove the CNAME record at your DNS provider.