
How to Run a Traceroute: Troubleshooting Domain Connection Issues
A traceroute helps identify where your domain is experiencing connectivity issues with a server. Here's how to run one on different operating systems:
Windows:
- Open Command Prompt (cmd)
- Click Start Menu → Run
- Type "cmd" and press Enter
- For Windows 8/10: Search for "Command Prompt"
- Type: tracert yourdomain.com
- Press Enter
- Copy the results
Mac OS:
- Open Terminal
- Use Spotlight Search
- Type "Terminal" and open the application
- Type: traceroute yourdomain.com
- Press Enter
- Copy the results
Linux:
- Open Terminal
- Type: traceroute -I yourdomain.com
- Press Enter
- Copy the results
Before Running a Traceroute:
- Clear your browser cache
- Try basic browser troubleshooting
- Verify if the issue is domain-related
Tips:
- Replace "yourdomain.com" with your actual domain
- The results will show the path your connection takes to reach the server
- Each "hop" represents a different point in the network
- Time measurements are provided in milliseconds
Save the traceroute results to share with your technical support team for further analysis and troubleshooting.
Related Articles

How to Add Custom Name Servers to Your DNS Records
