🤖 AI Support Assistant 2.1 - GPT-5 & Claude Opus 4.1 support, auto-signatures, improved error handling.
🧮 Recalculate Prices v1.2 - Fixed addon pricing, enhanced safety checks, full billing cycle support.
🔧 PowerDNS Manager v1.11 - Enhanced logging security with better data sanitization, improved debug output handling, bug fixes.
🔶 CloudFlare DNS Manager released

Creating CNAME Records Print

  • 23

CNAME records create aliases that point to other domain names.

When to Use CNAME

  • www.domain.comdomain.com
  • ftp.domain.comdomain.com
  • mail.domain.comdomain.com
  • Any subdomain pointing to another domain

Steps

  1. Go to DomainsDNS Manager
  2. Click the pencil icon next to your domain
  3. Click Add Record
  4. Fill in:
    • Type: CNAME
    • Name: Subdomain (e.g., www)
    • TTL: 3600
    • Target: Destination domain
  5. Click Confirm

Examples

WWW subdomain:

Name: www
Target: domain.com

External service:

Name: blog
Target: myblog.wordpress.com

CDN setup:

Name: cdn
Target: yourdomain.b-cdn.net

CNAME vs A Record

  • A Record: Points to IP address (192.0.2.1)
  • CNAME: Points to another domain name

If your server IP changes, A record must be updated. CNAMEs pointing to that domain update automatically.

Rules

  • Cannot use CNAME on root domain (@)
  • Cannot mix CNAME with other records on same subdomain
  • Target must be a domain, not an IP
  • Always include trailing dot or use full domain

Common Mistakes

  • Creating CNAME for @ (use A record instead)
  • Creating CNAME pointing to IP address
  • Having both A and CNAME for same subdomain

Was this answer helpful?

« Back

WHOIS Information

×
Loading WHOIS information...