Nameservers are critical in directing your domain to the correct hosting service. Checking your domain’s nameservers ensures it’s properly connected to your website or helps diagnose DNS-related issues.
Methods to Check Domain Nameservers #
Method 1: Using WHOIS Lookup #
- Visit a WHOIS lookup tool, such as:
- Enter your domain name (e.g., example.com) in the search bar and click Search.
- Look for the Nameserver section in the results. It will display the active nameservers, such as:
ns1.examplehosting.com
ns2.examplehosting.com
Method 2: Using DNS Check Tools #
- Use a DNS-specific tool like:
- Enter your domain name in the search bar.
- Choose the NS (Nameserver) record option.
- The tool will display the nameservers currently assigned to your domain.
Method 3: Checking Through Your Domain Registrar #
- Log in to your domain registrar’s dashboard (e.g., OzSpeed hPanel, GoDaddy, Namecheap).
- Navigate to the Domain Management or DNS Settings section.
- Locate the Nameservers field to view or update your nameservers.
Method 4: Using Command Line Tools #
- On Windows:
- Open Command Prompt.
- Type:
nslookup -type=NS example.com
and press Enter.
- On macOS/Linux:
- Open Terminal.
- Type:
dig NS example.com
and press Enter.
- The command will return a list of nameservers associated with the domain.
Troubleshooting Tips #
- Nameservers Not Resolving:
- Ensure DNS propagation is complete (this may take 24–48 hours after a nameserver update).
- Double-check for typos in the nameserver entries.
- Incorrect Nameservers:
- Update the nameservers to the correct ones provided by your hosting provider.
- Verify the nameservers in your hosting provider’s dashboard or documentation.
- Domain Not Pointing to Hosting:
- Ensure the nameservers are active and properly configured in your hosting account.
Additional Tips: #
- Custom Nameservers: If using custom nameservers, ensure they are registered with your registrar.
- Monitor Changes: Regularly review your nameserver settings to avoid accidental disruptions.
- Use Global DNS Tools: Verify nameservers from different locations using tools like DNS Checker to ensure global propagation.