The Area Title System (DNS) connects web sites and e-mail companies to a website. DNS is answerable for the flexibility to view a web site utilizing a website registered with one other webhosting supplier. For a profitable area switch or registration, it is advisable know the first nameserver (NS) data and/or the IP tackle for the server internet hosting the web site (A report) to make use of your area correctly. The identical applies to mail change (MX) data for utilizing a customized area with Google Mail, ProtonMail, and different e-mail suppliers.
Beneath we’ll cowl easy methods to edit DNS data and add a DNS zone for a brand new area in Management Internet Panel (CWP).
Edit DNS Data in Management Internet Panel
This part covers easy methods to modify DNS data for the place domains and subdomains level to in CWP.
- Log into CWP.
- Choose Listing DNS Zones.
- Discover your area from the record and choose Edit Data.
The highest part is devoted to the Begin of Authority (SOA) report parameters. Consider the SOA report for a website as a serial quantity marking every time its DNS settings change. It updates robotically as different DNS data for the area are modified. Aside from updating the contact e-mail tackle, the SOA report is often solely modified as a final resort when coping with DNS propagation points because it doesn’t have an effect on whether or not area can hook up with a server or exterior service.

An SOA report consists of the next:
Parameter | Instance |
MNAME (Grasp Title) / Main nameserver (NS) report | ns1.inmotionhosting.com |
RNAME (Accountable Title) / Area proprietor e-mail tackle | admin.devsite.instance.org |
Precise serial quantity throughout the SOA report(YYYYMMDD##) (can't be edited within the CWP dashboard) | 2022041102 |
Refresh price in seconds | 86400 |
Retry price for failed requests in seconds | 7200 |
Expiration if requests proceed to fail in seconds | 3600000 |
TTL (time to dwell) in cache in seconds | 86400 |
You'll be able to view your full SOA report within the CWP terminal with the next command:
dig soa yourdomain.com
Add New DNS Data
Beneath the SOA report is the choice so as to add new data in your area:
- A
- AAAA
- AFSDB
- CNAME
- DNAME
- HINFO
- MX
We’ll briefly describe easy methods to add the commonest DNS report varieties.
A report: the DNS report primarily answerable for changing a website to the IPv4 tackle for a web site or software. This often makes use of the identical IP tackle because the server except the location is on one other server (e.g. web site migrations).

File Title | “@” for the primary area, Subdomain (e.g. “sub1” for “sub1.instance.com”), orFull area for extra domains |
TTL (in seconds) | The most typical entries are “86400” (1 day), “14400” (4 hours), and “3600” (1 hour) |
Path IPv4 tackle | Server IP tackle of the area |
MX report: the DNS report that routes e-mail communications by the authoritative mail server. Once more, this report usually shares the hostname with the CWP server except you’re utilizing an exterior service for e-mail communications corresponding to Google Mail.

File Title | “@” for the area |
TTL | Usually “0” in order that DNS modifications propagate as quickly as potential or “3600” |
Mail server precedence | Usually “0” whereas secondary MX data, if used, are usually added in intervals of “10”
The MX report with the bottom quantity will get precedence |
Mail server hostname | Server hostname or web site for e-mail service |
For example, that is how you'll add Google Workspace MX data to a website:
File Title | TTL | Mail server precedence | Mail server hostname |
@ | 3600 | 0 | ASPMX.L.GOOGLE.COM |
@ | 3600 | 5 | ALT1.ASPMX.L.GOOGLE.COM |
@ | 3600 | 5 | ALT2.ASPMX.L.GOOGLE.COM |
@ | 3600 | 10 | ALT3.ASPMX.L.GOOGLE.COM |
@ | 3600 | 10 | ALT4.ASPMX.L.GOOGLE.COM |
Don’t overlook to delete another MX data for the area.
TXT report: a basic DNS report generally used for e-mail authentication and area possession verification strategies:
- DomainKeys Recognized Mail (DKIM)
- Sender Coverage Framework (SPF)
- Area possession verification to combine exterior companies (e.g. Zoho and Google Workspace)
- Area-based Message Authentication, Reporting & Conformance (DMARC)
- Model Indicators for Message Identification (BIMI)

File Title | “@” for the primary area orSubdomain (e.g. “sub1” for “sub1.instance.com”) |
TTL | Often “3600” |
Textual content report | DNS question surrounded by citation marks (“”) – e.g. a DMARC report to reject emails despatched out of your area that fail SPF validation: “v=DMARC1; p=reject; sp=none; rf=afrf; pct=100; ri=86400” |
Study extra in-depth about DNS data.
Fundamental DMARC and SPF data are created for every area by default to mitigate e-mail spoofing. SPF states what server IPs must be sending e-mail from that area. It additionally states how strictly e-mail suppliers ought to reject emails marked from that area however a unique IP not said within the SPF report. For instance:
v=spf1 +a +mx +ip4:1.2.3.4 -all
This SPF report states that any e-mail not despatched from the area and the system IP of “1.2.3.4” must be rejected outright.
DMARC reinforces that any mail that fails SPF validation be rejected within the case that an e-mail supplier doesn’t adjust to SPF. Right here’s a DMARC report that quarantines e-mail supposedly despatched out of your area that fails SPF validation and sends an e-mail notification:
v=DMARC1; p=quarantine; sp=none; ruf=mailto:[email protected]; rf=afrf; pct=100; ri=86400
We advocate you study extra about easy methods to create a SPF report robust sufficient to safe your e-mail server surroundings.
Consumer Outlined Data
On the backside the “Consumer Outlined Data” part lists all DNS data for the area. It is best to evaluation this record after making a DNS zone to make sure the data fit your wants, or edit them from right here. If you happen to resolve to alter the e-mail supplier for a website or redirect a subdomain to an exterior platform like Blogger, that is the place you’ll make DNS modifications. Keep in mind, you can't entry this part except the area has a DNS zone.


Add a DNS Zone
The Add DNS Zone sidebar choice is the place you add a website that solely wants DNS administration and/or e-mail internet hosting. That is totally different from the Add Area characteristic which must be used to connect with a web site or software. Including a DNS zone for a website doesn’t create a root listing for information.
Add the IP tackle (for the A report), area, and admin e-mail tackle. Then the area shall be listed with different DNS zones as proven above.
Superior CWP DNS Setup
The Edit DNS config sidebar perform operates as a shortcut to rapidly entry your BIND configuration file (/and so on/named.conf). This might show useful do you have to resolve to implement system-wide modifications corresponding to DNS Safety Extensions (DNSSEC) on a BIND DNS server.
Free DNS Supervisor is offered within the sidebar for integration. Nevertheless, it's pointless for cloud server directors as you should use the DNS zone editor lined above or Account Administration Panel (AMP).