Before you begin, please, check this article to locate the DNS Management section on your 10Web Dashboard.
NS record or nameservers
Nameservers are the servers where all DNS records are stored. In order to have a site live, you will need to have properly configured your nameservers. Nameservers are provided by domain name registrars or hosting providers. Websites hosted at 10Web are given four nameservers. This is a security measure in case there are malfunctions on one server, the call can be redirected to another server and properly fetch your site.
Note:
Nameservers or NS records are automatically given to you when you add a domain to your website.
Adding custom nameservers
If you have bought your domain name from 10Web and you do not want to use 10Web Nameservers, please, follow the steps below:
- In the 10Web Dashboard go to My Products > Domains. You will be automatically redirected to the Domains portfolio.
- Click on your domain name. You will be redirected to the Overview section.
- Select the Nameservers tab to point with nameservers.
- Click on the Edit button.
- Choose Custom Nameserver.
- Enter the nameservers provided by your host. Typically, you will get 2 fields to add your custom nameservers, if you need more, click on + Add nameserver button.
- Save your changes.
Note:
If you have not bought the domain from 10Web, the changes should be completed in your domain registrar.
Important:
After switching your nameservers to Custom nameservers, 10Web can no longer manage or update DNS records for you. Use the DNS management interface provided by your hosting company to add new records or edit existing ones.
A or address record (IPv4)
An A record is used to match a domain name (e.g. 10Web.io) to an IPv4 address in order to retrieve it. It makes the internet human-friendly by allowing us to enter the name of the website instead of remembering numbers.
Adding A or AAAA records
To add the DNS record:
- Under your DNS records, click Add DNS Record > Add New
- Under the dropdown Type choose A
- In the field for Hostname: If configuring an A record for the root domain, leave this field blank, otherwise fill in the subdomain
- For TTL we recommend you set this to 1 hour
- For IPv4 Address: Enter the IPv4 number in the designated field
- Click Add Record
AAAA address records (IPv6)
An AAAA record is also an address record and has the exact same functionality as an A record, however, it is used for domains that have IPv6 addresses.
Adding AAAA record
- Under your DNS records, click Add DNS Record > Add New
- Under the dropdown Type choose AAAA
In the field for Hostname: If configuring an AAAA record for the root domain, leave this field blank, otherwise fill in the subdomain - For TTL we recommend you set this to 1 hour
- For IPv6 Address: Enter the IPv6 number in the designated field
- Click Add Record
CNAME record (canonical name)
Use CNAME records to point subdomains to your domain. Here is how to add CNAME records.
TXT record (text record)
TXT records are used for various authentication methods. They are mainly used to verify the ownership of a domain and prevent spam by determining if the email was sent from a trusted source. You can have multiple TXT records.
Adding a TXT record
Note:
If you already have an existing TXT record, click the edit icon to the right of the record and enter the new TXT record from a new line.
To add the DNS record:
- Log into your 10Web account
- Click on the website where you want to add the record
- Under hosting services, click on Domains
- For the domain you would like to add the record to, click on Manage DNS
- For DNS Type choose TXT.
- If configuring a TXT record for the root domain, leave hostname field blank, otherwise fill in the subdomain.
- Set the TTL. We recommend you set it to 1 hour.
- Enter the TXT record in the designated field.
- Click Add DNS Record
MX records (mail exchanger)
MX records are used to point your domain to email servers using the standard email protocol SMTP. Email service providers give you a few servers in case that one or two of the servers should fail. These servers have a priority number set in front of them. They indicate the primary and backup mail servers.
Adding MX records
Quick tips:
If you are adding MX records for G Suite or Zoho business email accounts, we have made the process faster for you. Simply click the buttons Add Zoho or Add Gmail MX records then click Add Records and you’re done.
To add the record:
- Log into your 10Web account
- Click on the website where you want to add the record
- Under hosting services, click on Domains
- For the domain you would like to add the record to, click on Manage DNS
- For DNS Type choose MX
- In the field of the Hostname: If configuring an MX record for the root domain, leave this field blank, otherwise fill in the subdomain.
- Set the TTL: We recommend you set it to 1 hour
- Set the Priority level of mail server (higher numbers have lower priority)
- Fill in the Mail server values
- Click the plus icon to add the next mail server and it’s priority
- Continue until you have added all the servers then click Add DNS Record to save.
The record will instantly appear in the list of your DNS records.
PTR record (pointer to a canonical name)
PTR records are used to track an IP address to its domain or reverse DNS lookup. They are used to troubleshoot email delivery and for anti-spam.
Adding a PTR record
To add the record:
- Log into your 10Web account
- Click on the website where you want to add the record
- Under hosting services, click on Domains
- For the domain you would like to add the record to, click on Manage DNS
- For DNS Type choose PTR
- In the field of the Hostname, enter the IP address you want to track
- Set the TTL: We recommend you set it to 1 hour
- In the Server field, enter the domain name that is linked to the IP address you have entered above.
- Click Add DNS Record to save.
The record will instantly appear in the list of your DNS records.
SRV record (generalized service location)
Used for services such as VoIP and SIP. SRV records specify the ports within the DNS which serve as virtual starting and ending points of different network traffic.
Adding an SRV record
To add the record:
- Log into your 10Web account
- Click on the website where you want to add the record
- Under hosting services, click on Domains
- For the domain you would like to add the record to, click on Manage DNS
- For DNS Type choose SRV
- In the first Hostname field, add the service then protocol values using this format: _service._protocol.
- Set the TTL. We recommend you set it to 1 hour.
- In the Priority field, set the level of the server priority.
- In the Weight field, set the level of priority over servers that have the same level of Priority.
- In the Port field, fill in the port number.
- In the second Hostname field, set the target value.
- Click Add DNS Record to save.
Important:
Lower numbers will have higher priority.