On this page

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

  1. Go to the Domains tab

    On the service page in the dashboard, click the Domains tab.

  2. Click “Add Custom Domain”

    Click the button to start the process.

  3. Enter your domain

    Type the domain you want to connect, for example app.example.com or www.example.com.

  4. 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:

    FieldValue
    TypeCNAME
    Nameapp.example.com
    Targetingress.guaracloud.com
  5. 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.

  6. 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.com
  • api.example.com
  • www.example.com
  • staging.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:

  1. Go to the Domains tab of the service
  2. Click Remove next to the domain
  3. 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.