> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.namehero.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How To Create DNS Records

**DNS (Domain Name System)** is the service which translates between Internet names and Internet addresses. Internet names are the names which we use to refer to hosts on the Internet, such as [www.namehero.com](http://www.namehero.com). Internet addresses are the numbers which routers use to move traffic across the Internet.  
​

In this tutorial, we’ll show you how to **create**, **modify** and **delete** DNS records.

1) [Log into cPanel](https://www.namehero.com/knowledgebase/4/How-To-Access-cPanel.html).  
​2) **Click the Zone Editor** icon in the Domains section.

[![](https://storage.crisp.chat/users/helpdesk/website/46a241d44ca1fc00/02e339ba-1096-4c71-ad36-cbc4b7_1ff73qx.png)](https://namehero.intercom-attachments-1.com/i/o/673318199/1246d4a67c1a8969b49581aa/5_zone-editor.png?expires=1728569700&signature=b7bdbd9e336cb7107d5bd9b2116fe4f1188796d0f9f84d827e696514fcbe547b&req=cickFch2nIhWFb4f3HP0gHimQvzA0u3iZtMvaYCvvUplvRN%2FF9tXPR%2FOkgFy%0AsFgl2icomrylD7BSDg%3D%3D%0A)

3) **Click on the Manage button** next to the domain for the DNS that you would like to modify.  
​  
​_In this example, we're going to select mysite.com._

[![](https://storage.crisp.chat/users/helpdesk/website/aa16a3c7593c7000/fb217930-9d3e-46d2-aa6e-4312ba_1injmxr.png)](https://namehero.intercom-attachments-1.com/i/o/673318214/8c958084cc782a84462ef179/6_manage.png?expires=1728569700&signature=627d2030489210529aaf7b1f591a24b72a4fe16da5639673639b5b5c9d8ac556&req=cickFch2n4BbFb4f3HP0gMvjyCIF8H1LebvtaNPXuntJcTdBsST%2B%2FoFdGW%2FM%0A7E7zTYMCFWw1OJqusQ%3D%3D%0A)

4) Here, you can **create**, **modify** and **delete** DNS records.

[![](https://storage.crisp.chat/users/helpdesk/website/535147214b842400/96ee7974-a743-4a08-a73f-15ec9e_qq6aw9.png)](https://namehero.intercom-attachments-1.com/i/o/673318224/fa474bd0c4bb17134afd1c96/7_edit.png?expires=1728569700&signature=23194ea8927956a834fa3c11e4de2c7b180a7f4fef96786018e21d0edb7c81d3&req=cickFch2n4NbFb4f3HP0gKgzCZYPOTR4mMrEXxeLDff7C2xHmN9qVjhSkPri%0ArpvoNYCjkOcOK43szA%3D%3D%0A)

_Hero tip: If you have hosting through us and are set up through our default Nameservers, your default A (Address) record has been set up for you, pointing your domain to your server’s IP address.  
​_

[![](https://storage.crisp.chat/users/helpdesk/website/8bf4842da580e000/19472bfb-0d88-49ff-a130-2823f6_1npxrx7.png)](https://namehero.intercom-attachments-1.com/i/o/673318243/bd974ed7d88aa07b7420cfe1/8_add.png?expires=1728569700&signature=8da3a6b1f257b1d5402882fb7d488ee21e3114d4bc60bccaa755f07d5e58e62f&req=cickFch2n4VcFb4f3HP0gMPS6COxLu3gEGNDHK82PUa69dJKpRGBm90fsPwy%0AvI5dPyV%2FS6qpKLHfLw%3D%3D%0A)

5) To create a record, **fill out the fields in the boxes** pictured above. Once complete, **click the blue Save Record button**.

6) You can also add multiple records at a time if you have a lot to add! Just use the drop down multiple times to add as many as you need.

[![](https://storage.crisp.chat/users/helpdesk/website/a72469b6f5118000/b0e704ac-20c3-4077-9eca-6852e1_1mo2yir.png)](https://downloads.intercomcdn.com/i/o/1095721551/c73cea83de5739ae2cdbc81e/Screenshot+2024-06-27+132506.png?expires=1728569700&signature=970dd2ce78b5d733a3683d70e3abfee4b2560e32171e58ab401cbb96bef86d37&req=dSAuE858nIRaWPMW1HO4zd5JiTt2pf5pazYP4XigFdGWnyro2dYS%2FGoCeffC%0AjWzwCWiORzWK46ftoG0%3D%0A)

​

${frame}[](https://www.youtube.com/embed/mTFm-cimoOA)

For your convenience, we explain more about each DNS record and what it means. You can find that information below:

* The **A (Address)** maps a host name to an IP address. When a computer has multiple adapter cards or IP addresses, or both, it should have multiple address records.

* The **AAAA (Address)** is similar to the A record, but it allows you to point the domain to an Internet Protocol version 6 (IPv6) address.

* An **MX (Mail)** record specifies a mail exchange server for the domain, which allows mail to be delivered to the correct mail servers in the domain.

* **CNAME (Alias)** sets an alias for a host name. For example, using this record, _subdomain.mysite.com_ can have an alias as [www.mysite.com](http://www.mysite.com).
* An **SPF (txt)** record is a record that identifies which mail servers are permitted to send email on behalf of your domain. The purpose of an SPF record is to prevent spammers from sending messages with forged From addresses at your domain

* The **CAA** (**Certification Authority Authorization**) record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.

* An **SRV** (**service**) record is a resource record. It's used to identify computers hosting specific services.