Skip to main content

DNS Management

Overview​

DNS (Domain Name System) is a crucial component of the internet that translates domain names into IP addresses. NodeCP provides an easy-to-use interface to manage DNS records efficiently.


Viewing and Managing DNS Zones​

πŸ“Œ Step 1: View Existing DNS Zones​

DNS Zone List

  • This section lists all domains and their status.
  • Click "Edit" to manage the DNS records of a specific domain.

Creating and Editing DNS Records​

πŸ“Œ Step 2: Edit DNS Records​

Edit DNS Records

  • Click "Create Record +" to add a new DNS entry.
  • Enter:
    • Name: Subdomain or root (@ for root domain).
    • Type: Select from A, MX, CNAME, AAAA, etc.
    • Content: The value associated with the record.
    • TTL: Time-to-Live (how long the record is cached).

πŸ›  Common DNS Record Types and Their Purpose​

TypePurpose
APoints a domain to an IPv4 address.
AAAAPoints a domain to an IPv6 address.
CNAMECreates an alias for another domain name.
MXSpecifies mail servers for email delivery.
TXTStores arbitrary text, often used for verification (SPF, DKIM, etc.).
NSDefines authoritative name servers for the domain.
SRVDefines location (hostname + port) of specific services.
PTRReverse lookup to match an IP with a domain name.

Why Manage DNS?​

  • πŸ”Ή Ensure proper website resolution (A/AAAA records).
  • βœ‰οΈ Configure email delivery (MX records).
  • πŸ”„ Set up subdomains and aliases (CNAME records).
  • πŸ”‘ Secure domains with SPF, DKIM, and DMARC (TXT records).

With NodeCP’s DNS Manager, handling domain resolution, email routing, and security settings is straightforward and efficient. πŸš€