How-To
← All guidesWebsites & Domains

How to Add a CNAME Record to DNS

Alias one hostname to another hostname.

Quick Answer

Create a CNAME record using the host/name and target supplied by the service you are configuring.

Step by Step

  1. Open the authoritative DNS zone.
  2. Choose Add record.
  3. Select CNAME.
  4. Enter the host/name.
  5. Enter the target hostname without inventing an IP address.
  6. Save the record.
  7. Wait for cached DNS answers to update.

If That Doesn't Work

  • A CNAME points to a hostname, not directly to an IP address.
  • DNS providers may restrict CNAME use at the root/apex domain.

Related Guides