Article

Managing DNS Zone Records in the Eclipse Portal

Domains, DNS & SSL
Created 2025-12-23 17:01:05
Updated 2025-12-27 10:48:36
Views 4,536

DNS (Domain Name System) records control how your domain behaves - including where your website loads from, how email is delivered, and how services like verification and security work.

Within the Eclipse Portal, DNS is managed using Zone Manager.


Accessing Zone Manager

  1. Log in to the Eclipse Portal

  2. Navigate to Domains

  3. Click Zone Manager

  4. Locate your domain and select Manage

You will now see the full list of DNS records for that domain.


Understanding Common DNS Record Types

Record Type Purpose
A Points a domain or subdomain to an IPv4 address
AAAA Points a domain to an IPv6 address
CNAME Alias of another domain
MX Controls email delivery
TXT Used for verification (SPF, DKIM, DMARC, Google, Microsoft, etc.)
SRV Used for services such as VoIP or chat

Adding a DNS Record

https://support.cpanel.net/hc/article_attachments/360083447414
https://content.hostgator.com/img/cpanel-zone-editor-add-a-records.png
https://www.ecenica.com/wp-content/uploads/2018/11/cpanel-dns-zone-add-txt.png
  1. Inside Zone Manager, click Add Record

  2. Choose the record type (A, CNAME, MX, TXT, etc.)

  3. Fill in the required fields:

Example: Adding an A Record

  • Name: www

  • TTL: 300 (default recommended)

  • Address: 51.91.70.35

  1. Click Save Record

✅ The record will be added immediately, but DNS propagation can take up to 24 hours.


Editing an Existing DNS Record

https://support.cpanel.net/hc/article_attachments/360083447414
https://blog.cpanel.com/wp-content/uploads/2017/04/zoneeditor.png
  1. Find the record you want to modify

  2. Click Edit

  3. Update the value (IP, target, priority, or text)

  4. Click Save

⚠️ Be cautious when editing MX, SPF, or DKIM records — incorrect changes may break email delivery.


Deleting a DNS Record

https://support.cpanel.net/hc/article_attachments/360083447414
https://blog.cpanel.com/wp-content/uploads/2017/04/zoneeditor.png
  1. Locate the record in Zone Manager

  2. Click Delete

  3. Confirm the deletion

⚠️ Deleting required records (such as MX or A records) can cause:

  • Website downtime

  • Email failure

  • Verification issues


Managing Email-Related DNS Records

When managing email services, you will typically work with:

MX Records

  • Define where email is delivered

  • Priority matters (lower number = higher priority)

TXT Records (SPF / DKIM / DMARC)

  • Used for email authentication and spam protection

📌 Tip: Always keep existing email records unless specifically instructed to change them.


DNS Propagation & TTL

  • TTL (Time To Live) controls how long DNS is cached

  • Common values:

    • 300 (5 minutes) – temporary changes

    • 3600 (1 hour) – standard

    • 7200+ – stable, long-term records

Changes usually apply within minutes, but global propagation can take up to 24 hours.


Best Practices

✔ Keep a backup of DNS records before making changes
✔ Avoid duplicate A or MX records
✔ Don’t mix email providers in MX records
✔ Allow time for DNS propagation
✔ Contact support if unsure before deleting records


When to Contact Support

You should contact support if:

  • Your website or email stops working after a DNS change

  • You’re unsure which records are required

  • You need help with third-party services (Microsoft 365, Google, VoIP, etc.)


Summary

Using the Eclipse Portal Zone Manager, you can:

  • Add new DNS records

  • Edit existing records

  • Safely delete unneeded entries

  • Control website, email, and service routing