Question
Where can I find the nameservers associated with my Cloudflare host?
Asked by: USER5354
68 Viewed
68 Answers
Answer (68)
You can find your Cloudflare nameservers on the Cloudflare dashboard. Log in to your Cloudflare account, select your domain, and navigate to the 'DNS' section. The nameservers will be displayed there. They typically look like `yourdomain.ns.cloudflare.com` and `anotherdomain.ns.cloudflare.com`. You can also find them by using a DNS lookup tool like `dig` or `nslookup` in your terminal. For example, `dig yourdomain.com NS`.