A guide explaining how to configure your domain to use Vultr's authoritative nameservers for centralized DNS management
To manage your domain’s DNS records through Vultr, you must configure your domain to use Vultr’s authoritative nameservers. This ensures that Vultr DNS handles all records providing centralized control and improved reliability. Follow the steps below to point your domain to Vultr DNS:
Log in to your domain registrar (e.g., Namecheap, GoDaddy).
Update your domain to use Vultr’s authoritative nameservers:
ns1.vultr.com
ns2.vultr.comMake sure to select Custom DNS or an equivalent option at your registrar and remove any existing default nameservers.
Save your changes.
DNS propagation typically completes within 24–48 hours, though it can sometimes be faster. During this period, your domain may resolve inconsistently.
Optionally, verify that your domain now points to Vultr’s nameservers using a command-line tool:
$ dig NS yourdomain.com +short
Expected output:
ns1.vultr.com.
ns2.vultr.com.For more information on why to use Vultr DNS and how to update nameservers at your preferred registrar, see the Vultr DNS official documentation.