How to Manage DNS Records Print

  • 0

Accessing DNS Management

  1. Log in and go to My Domains.
  2. Click on the domain you want to manage.
  3. Click DNS Management in the sidebar.

Adding a Record

Use the empty row at the bottom of the DNS table to add a new record:

  • Hostname — Leave blank for the root domain (e.g., yourdomain.com). Enter a subdomain name (e.g., www, mail) for subdomains.
  • Type — Select the record type (A, AAAA, CNAME, MX, TXT, etc.).
  • Address — Enter the IP address or target value.
  • TTL — Select how long DNS resolvers should cache this record (default: 10 minutes).

Click Save Changes when done.

Common DNS Records

  • A Record — Points your domain to an IP address (e.g., your web server).
  • CNAME — Creates an alias pointing to another domain name.
  • MX Record — Directs email to your mail server. Requires a priority value.
  • TXT Record — Used for verification (Google, SPF, DKIM, etc.).

Was this answer helpful?

« Back