How to Add an NS Record ?

An NS Record (Nameserver Record) tells the internet which nameserver is authoritative for a domain or subdomain. It is used to delegate DNS management to specific nameservers.

NS records are commonly used for subdomain delegation or advanced DNS setups.


What an NS Record Is Used For

Use an NS record when you want to:

Example:

blog.yourdomain.com managed by different nameservers
client.yourdomain.com managed separately

Before You Start

Make sure you have:

Example nameservers:

ns1.providerdns.com
ns2.providerdns.com

How to Add an NS Record at Govaio

  1. Log in to your Govaio client area

  2. Go to Domains

  3. Select the domain you want to manage

  4. Open DNS Management or Manage DNS Zone

  5. Click Add Record

  6. Choose NS Record

  7. Enter the record details


Example for Subdomain Delegation

Field

Value

Type

NS

Name / Host

blog

Value

ns1.providerdns.com

TTL

Default / 3600

Add second record:

Field

Value

Type

NS

Name / Host

blog

Value

ns2.providerdns.com

TTL

Default / 3600

  1. Click Save Changes


Example NS Records

Type

Host

Value

NS

blog

ns1.providerdns.com

NS

blog

ns2.providerdns.com

NS

client

ns1.otherdns.net

NS

client

ns2.otherdns.net


Important Notes


Root Domain vs Subdomain NS Records

Root Domain Nameservers

Change from your registrar domain panel using Change Nameservers.

Subdomain Delegation

Use NS records inside your DNS zone.

Example:

shop.yourdomain.com → delegated elsewhere

How Long Does It Take?

DNS changes usually begin quickly, but full propagation may take:


Common Problems

Subdomain Not Resolving

Possible reasons:

Website Stopped Working

Possible reasons:


Best Practice

Use NS records only when necessary. For normal website hosting, use:

Use NS records mainly for advanced DNS delegation.


Need Help?

If you are unsure whether to use an NS record or change full nameservers, contact support@govaio.com with:

Govaio Support will help you configure it correctly.