Vultr DocsLatest Content

Associated Doc

How Can I Point My Domain to Vultr DNS?

Updated on 20 November, 2025

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:

  1. Log in to your domain registrar (e.g., Namecheap, GoDaddy).

  2. Update your domain to use Vultr’s authoritative nameservers:

    ns1.vultr.com
    ns2.vultr.com

    Make sure to select Custom DNS or an equivalent option at your registrar and remove any existing default nameservers.

  3. Save your changes.

  4. DNS propagation typically completes within 24–48 hours, though it can sometimes be faster. During this period, your domain may resolve inconsistently.

  5. Optionally, verify that your domain now points to Vultr’s nameservers using a command-line tool:

    console
    $ 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.