☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

Configure CloudCannon DNS

Last modified: March 29th, 2026

Table of contents

CloudCannon DNS allows you to manage your DNS records within CloudCannon for each Custom Domain added to your Organization. If you use CloudCannon DNS, you can also use a free auto-generated SSL certificate for your Sites.

Before configuring your Site's DNS, you must add a Custom Domain.

Enable CloudCannon DNS#

CloudCannon enables CloudCannon DNS for your Site by default. If you want to switch back to CloudCannon DNS from an external DNS service or confirm that you have CloudCannon DNS enabled, you can check the Domain Settings page.

Updating your DNS provider can cause downtime for anything connected to your domain, such as your website or custom email address. Please make sure you have a copy of your existing DNS records before you change providers.

If you need help updating your DNS, please contact our friendly support team.

To switch to CloudCannon DNS:

  1. Click the Domains button in the App Sidebar. CloudCannon will open the Domain Browser.
  2. Select the domain for which you want to configure DNS by clicking on the Domain Card. CloudCannon will open the Domain page.
  3. Click the Domain Settings tab.
  4. Under DNS Provider, select the CloudCannon DNS option.
  5. Click the Update Domain button.

CloudCannon will now manage your DNS records.

A screenshot of the Domain Settings page shows the DNS Provider radio button is set to CloudCannon DNS.

Configure your nameservers#

If you have yet to configure your nameservers or have done so incorrectly, CloudCannon will display a warning with setup instructions. You can find this warning in two places: the Network tab of your Domain page, and the Custom Domain page under Site Settings.

A screenshot of the Domain Network page shows the nameserver setup instructions for a domain with misconfigured nameservers.
A screenshot of the Custom Domain page under Site Settings shows the nameserver setup warning.

Configuring your nameservers requires you to use the services provided by your domain registrar. For support, please contact your domain registrar.

To configure your nameservers:

  1. Log in to your third-party domain registrar with the account details used when you purchased your domain name. If you don't know who your domain registrar is, you can enter the domain name into the ICANN website and scroll down to Registrar Information.
  2. Update the nameserver configuration on your domain registrar to the Expected Nameservers listed on the Custom Domain page. Normally, these are asa.ns.cloudflare.com and roan.ns.cloudflare.com.

CloudCannon will update the Custom Domain page once your registrar has propagated the updated nameservers. To refresh the page, click the Check again button at the bottom.

Domain registrars typically process nameserver updates within 24 hours.

A screenshot of the Domain Network page shows that nameservers are correctly configured.
A screenshot of the Custom Domain page under Site Settings shows that nameservers are correctly configured.

Add DNS records#

DNS records are instructions for a Domain Name managed by an authoritative nameserver. By enabling CloudCannon DNS, you allow CloudCannon's servers to manage your DNS records.

To add a DNS record:

  1. Click the Domains button in the App Sidebar. CloudCannon will open the Domain Browser.
  2. Select the domain for which you want to configure DNS by clicking on the Domain Card. CloudCannon will open the Domain page.
  3. Click the DNS tab.
  4. Click the Add Record button.
  5. In the Add DNS record modal, use the Type dropdown to select the type of record. Valid options include A, AAAA, CNAME, MX, SPF, SRV, and TXT. CloudCannon will update the available fields depending on the record type.
  6. Enter the details for your DNS record.
  7. (Optional.) Add a Comment to your DNS record to help your team members understand the purpose of the record.
  8. Click the Add Record button.

CloudCannon will add the DNS record to your DNS settings.

A screenshot of the DNS tab on the Domain page showing the Add DNS Record modal with fields for Type, Name, IPv4 Address and TTL.

You can edit or delete existing DNS records by clicking the Context Menu button for a record and selecting the Update or Remove option.

CloudCannon CNAME records

When you enable CloudCannon DNS, CloudCannon will add two CNAME records to your DNS records.

  1. *.example.com is an alias for sites.cloudcannon.com
  2. example.com is an alias for sites.cloudcannon.com

These records instruct servers completing a DNS lookup for your Site's base domain (and all its subdomains) to search for the IP address of sites.cloudcannon.com. This allows users looking for your website to find the IP address of the CloudCannon server hosting your Site.

Related Resources

Open in a new tab