1. Log in to your WHM interface.
2. In the left menu of WHM, navigate to: Server Configuration > Basic WebHost Manager® Setup > Nameservers.
You can also click on "Customize Nameservers."
3. Enter the two desired nameservers, for example: "ns1.domain.com, ns2.domain.com" in the Nameserver 1 and Nameserver 2 fields.
Then click on Configure Address Records and enter your server's IP address (ex., 66.66.66.66) for each of the two nameservers.
4. Finally, go to DNS Functions > DNS Zone Manager, where you need to add A records for each nameserver, pointing them to your server’s IP address. Also create NS records to associate your domain with the new nameservers.
For example:
Name | Type | Record |
---|---|---|
ns1.domain.com | A | 66.66.66.66 |
ns2.domain.com | A | 66.66.66.66 |
domain.com | NS | ns1.domain.com |
domain.com | NS | ns2.domain.com |