---
title: "Using Custom Nameservers"
description: "A custom name server allows you to run your own name server to respond to DNS requests for your domains. You can also decide to set up custom name servers for branding purposes if you would like to..."
url: https://www.inmotionhosting.com/support/domain-names/dns-nameserver-changes/using-custom-name-servers/
date: 2012-11-26
modified: 2025-05-27
author: "InMotion Hosting Contributor"
categories: ["DNS and Nameserver Changes"]
type: post
lang: en
---

# Using Custom Nameservers

A **custom name server** allows you to run your own name server to respond to DNS requests for your domains. You can also decide to set up custom name servers for branding purposes if you would like to hide the fact that your domain’s DNS requests are handled by our public name servers. Shared and Reseller hosting customers can achieve this same branding effect for their domains by instead setting up [vanity name servers](/support/domain-names/dns-nameserver-changes/vanity-nameservers-what-are-they-and-how-do-i-set-them-up/).

- [Our Public Nameservers](#our-name-servers)
- [Using our nameservers](#using-our-name-servers)
- [Activating custom nameservers](#activate)

If you are a [web hosting Reseller](https://www.inmotionhosting.com/reseller-hosting), please see our guide on [Using Custom Nameservers as a Reseller](/support/domain-names/dns-nameserver-changes/custom-nameserver-reseller/).

![How to Set the Default Nameservers in WHM](https://i.ytimg.com/vi_webp/OS74aQlAVHg/maxresdefault.webp)

## Our Public Nameservers

By default, any websites that we host are going to have DNS records added for that website to our public nameservers. These are our public nameservers:

| Data Center Origin | Hostname | IP Address |
| --- | --- | --- |
| United States | ns1.inmotionhosting.com | 74.124.210.242 |
| United States | ns2.inmotionhosting.com | 70.39.150.2 |
| Netherlands | ns3.inmotionhosting.com | 213.165.240.101 |
| Netherlands | ns4.inmotionhosting.com | 213.165.240.102 |

## Are You Using Our Public Nameservers?

You can use our [domain routing tool](/support/tools/visual-domain-routing/) to see if your domain is pointed already at our public name servers. Or you can follow the steps below to check your domain’s DNS records directly from your computer.

1. Open a command prompt or terminal window.
2. Once a command prompt window is up, you’ll want to type in the following command and hit *Enter* nslookup You should now be at the *nslookup* prompt indicated by a `>` Now you’ll want to specify that you are just looking to query the *(NS)* name server records of the domain by typing in the following: set q=NS Then hit **Enter** to be dropped to the next line and type in your domain name:inmotionhosting.com For this example we used *InMotionHosting.com* and we get back our public name servers: ns1.inmotionhosting.com internet address = 74.124.210.2ns2.inmotionhosting.com internet address = 70.39.150.2

## Activating Custom Nameservers

If your server has been set up with custom name servers, but your domains are still pointed to our public name servers you’ll want to update these so that they are using your custom name servers instead.

You should have already at this point been given custom name server entries by our system administration team, or you specifically requested for them to be set up. For this example, we’ll be using the fake domain name *MyCustomNameServer.com*.

```
ns1.MyCustomNameServer.com 123.123.123.123
```

```
ns2.MyCustomNameServer.com 123.123.123.123
```

1. Login to your domain Registrar where you registered the *MyCustomNameServer.com* domain name.
2. Most Registrars will have a section similar to **Maintain name servers under this domain**, or it’s sometime referred to as **glue**, or **host** records as well.
3. Typically you’ll just need to enter in the part before your domain name *ns1* for instance, and then the IP address you were given for the custom name server.
4. Repeat the same step again for the *ns2* as well.
5. Now update all of your domains to point to your custom name servers.

### Activate Your New Nameservers in AMP

If your domain is registered through us, you can activate (also known as *glue*) your *Custom Nameservers* in AMP.

1. [Login to AMP](/support/amp/how-to-log-into-amp/).
2. Move your mouse over the **DOMAINS** menu and click the **MANAGE DOMAINS** link.[](/support/wp-content/uploads/2011/08/revamp_manage-domain.png)
3. Click the domain name you want to edit from the list.![Select the domain name to edit](/support/wp-content/uploads/2011/08/revamp_select-domain.png)
4. On the next screen click **Create custom nameservers**.
5. In the *Add Name Server* section enter your custom nameservers, and your [Shared IP](/support/website/how-to-find-your-shared-ip-address-of-your-server-in-cpanel/) for both nameservers. Click the **Submit** button to save your changes, you will then see your new nameservers listed.![Glue the records](/support/wp-content/uploads/2012/11/revamp_glu-nameservers.png)

After making DNS changes like this, it can take a full 24-48 hours for the settings to fully [propagate](/support/domain-names/dns-nameserver-changes/complete-guide-to-dns-records/). Once they have been updated, you should be able to query your domain’s name server records again, and they should come back with the custom name server settings as the active name server addresses for that domain.

## How Do I Find My Custom Nameserver IPs

1. [Log into WHM](/support/edu/whm/log-into-whm/).
2. Go to **Home** >*** DNS Functions ***> **Edit DNS zone**.
3. Select your main domain from the list and click **Edit**. You will then see your ns1 and ns2 subdomain entries for your custom nameservers. The IP address will be listed there.![Zone editor showing custom IP addresses](/support/wp-content/uploads/2012/11/domains_custom-ip-in-dns-zone.gif)

## Related Guides:

- [What Is a Nameserver?](/support/domain-names/dns-nameserver-changes/what-is-a-name-server/)
- [Vanity Name Servers for Shared Hosting](/support/domain-names/dns-nameserver-changes/vanity-nameservers-what-are-they-and-how-do-i-set-them-up/)
- [Updating Your Domain’s Name Servers](https://www.inmotionhosting.com/support/domain-names/changing-your-domains-nameservers/)
