DNS management

The Domain Name System (DNS) is how you tell a domain to direct to a specific web host.  DNS translates domain names to IP addresses so web browsers can load a site.

Structure of a host record

A host record is comprised of three parts, telling which host to direct to a domain.

  • Host Name - Represents a unique prefix used to label the host record.
  • Record Type - A record type is the type of entry entered in the Address field.
  • Address - The address is the destination for where you want a Host Name to resolve.
    domain_DNS_managment_example_field.PNG

There are three standard Host Names that you should configure for a stable connection to a host.

@ Points the domain with no www. This is also known as the "bare" domain or "blank" record.
* Points [anything].example.com to the address specified.
WWW Points www.example.com to the Address specified.


domain_DNS_managment_stable_connect_example.PNG

Back to top

Types of DNS records

A (Address) Points the hostname to an IPv4 address (e.g., 209.59.190.103).
CNAME (Alias) Points the hostname to another hostname (e.g., rhino.ch-server.com).
MX record Points to the mail server.  You must have an MX record for email service to work.
URL Redirect Forward the hostname directly to the website specified.
URL Frame Forwards the hostname to the website specified but keeps the domain in the address bar.
TXT Used to set a text host record, such as an SPF record.

 

Back to top

SPF Record

Sender policy framework (SPF) are TXT records that work by specifying the servers authorized to send emails on behalf of a domain. Having a valid SPF record can help in preventing email address forgery or spoofing.

If you are using ExactHosting Enhanced Email, the SPF record should be:

Host Name: @

Record Type: TXT

Address: v=spf1 include:spf.exacthosting.com ~all

More details on SPF record syntax.

Back to top

Subdomains

You can create subdomains to help organize and navigate different main website sections within a domain.

Host Name shop
Record Type A (Address)
Address Hosting IP address

Back to top

Identifying domain nameservers

The nameservers a domain is currently using are an essential part of DNS management.  This will determine where you can edit the DNS records and have them take effect.  

Note: If the domain uses these nameservers, the DNS is managed in cPanel via the zone editor.

Exact Hosting nameservers  

ns1.exacthosting.com
ns2.exacthosting.com

Note: If the domain is using these nameservers, the DNS is managed inside the account.

Exact Hosting nameservers  

dns1.name-services.com

dns2.name-services.com
dns3.name-services.com
dns4.name-services.com
dns5.name-services.com

 Back to top

Updating nameservers

Nameservers are specialized servers meant for handling requests regarding the location of a domain name's services, such as email or a website. It's important to note that nameservers can only be managed where the domain is registered. If you need to make a nameserver change and your domain is not registered with ExactHosting, contact your domain provider. 

  1. Log into Exact Hosting.
  2. Underneath the header reading "Welcome Back," click on "Domains."Exact_hosting_domains.JPG
  3. Select Active next to the domain name.
    domain_list_active_button.PNG
  4. Choose Nameservers.
    domain_nameserver_actions.PNG
  5. There are two available options for nameservers.  After selecting, press Change nameservers to save.

    1. Use default nameservers

    Default Nameservers are the nameservers ExactHosting offers through our registrar Enom.

    2. Use custom nameservers

    Custom nameservers would be servers used by a 3rd party hosting company if you have custom servers registered for your domain.
    Note:  Enter at minimum two nameservers

    exact_hosting_nameserver_selection.PNG

Back to top

Adding a record in DNS Management

  1. Log into Exact Hosting.
  2. Click on Domains.
    Exact_hosting_domains.JPG
  3. Select Active next to the domain name.
    domain_list_active_button.PNG
  4. Choose DNS Management under manage.
    domain_manage_actions.PNG
  5. Enter your DNS records. A new field will appear at the bottom after selecting Save changes.
    Note: If you need to delete a record, clear the fields of that record and Save changes.
    domain_DNS_managment_fields.PNG

Back to top

Adding records in cPanel zone editor

  1. Log into Exact Hosting.
  2. Select Services.
    exact_hosting_customer_services_icon.PNG

  3. Press the Active button to access the admin section.
    domain_list_active_button.PNG
  4. On the left column under Actions, select Login to cPanel.
    exact_hosting_customer_log_into_cpanel.PNG
  5. Within cPanel, press the Zone editor.
    exact_hosting_cpanel_zone_editor.PNG

Back to top

Adding a record

  1. Log into Exact Hosting.
  2. Select Services.
    exact_hosting_customer_services_icon.PNG

  3. Press the green Active button to access the admin section.
    domain_list_active_button.PNG
  4. On the left column under Actions, select Login to cPanel.
    exact_hosting_customer_log_into_cpanel.PNG
  5. Within cPanel, press the Zone editor.
    exact_hosting_cpanel_zone_editor.PNG
  6. Select the button you wish to add next to the domain.
    cpanel_zone_editor_add_record.PNG

  7. Enter the record you want to add and press Add record to save.

    cpanel_zone_editor_add_record_cname.PNG

Back to top

Edit a record

  1. Log into Exact Hosting.
  2. Select Services.
    exact_hosting_customer_services_icon.PNG

  3. Press the green Active button to access the admin section.
    domain_list_active_button.PNG
  4. On the left column under Actions, select Login to cPanel.
    exact_hosting_customer_log_into_cpanel.PNG
  5. Within cPanel, press the Zone editor.
    exact_hosting_cpanel_zone_editor.PNG
  6. Click Manage next to the domain you want to modify.
    cpanel_zone_editor_add_record_manage.png

  7. Click Edit next to the record that you wish to edit.
    cpanel_zone_editor_edit_record.PNG

  8. The field will open and allow updates.  Press Save record to finish.
    cpanel_zone_editor_edit_record_save_changes.PNG

Back to top

Delete a record

  1. Log into Exact Hosting.
  2. Select Services.
    exact_hosting_customer_services_icon.PNG

  3. Press the green Active button to access the admin section.
    domain_list_active_button.PNG
  4. On the left column under Actions, select Login to cPanel.
    exact_hosting_customer_log_into_cpanel.PNG
  5. Within cPanel, press the Zone editor.
    exact_hosting_cpanel_zone_editor.PNG
  6. Select Manage next to the domain you want to modify.
    cpanel_zone_editor_add_record_manage.png

  7. Click Delete next to the record that you wish to remove.
    cpanel_zone_editor_delete_record.png

  8. Press Continue in the confirmation dialogue box.
    cpanel_zone_editor_confirm_delete.PNG

Back to top

Additional record types

If you do not see the record type you want to add, select Manage for more options.

  1. Log into Exact Hosting.
  2. Select Services.
    exact_hosting_customer_services_icon.PNG

  3. Press the green Active button to access the admin section.
    domain_list_active_button.PNG
  4. Under Actions, select Login to cPanel.
    exact_hosting_customer_log_into_cpanel.PNG
  5. Within cPanel, press the Zone editor.
    exact_hosting_cpanel_zone_editor.PNG
  6. Select Manage next to the domain.
    cpanel_zone_editor_add_record_manage.png
  7. Press +Add record.
    cpanel_zone_editor_add_record_manage_add_record.PNG
  8. A new field will appear; adjust the record type in the dropdown.
    cpanel_zone_editor_record_types.png
  9. Press Save record to finalize.
    exact_hosting_cpanel_zone_editor_save_record.png 

Back to top

Was this article helpful? If not please submit a request here

How helpful was this article?