Skip to main content
All CollectionsWebsiteGeneral
How to use traceroute
How to use traceroute

Understanding the results of tracert or traceroute command

Updated over a month ago

If your website is working though you can't see it from your location after clearing cache, you can check for connectivity issues. Based on which OS you are using on your computer, open Terminal or Command prompt:

OS

What to open and how

Linux

Click Ctrl + Alt + T or Search → Terminal to run terminal

Mac OS

In Spotlight search for Terminal

Windows

Click Win + R, type cmd and press Enter to reach Command prompt

Next, run the following command in Windows:

tracert [your-hosting-ip]

On Linux and Mac OS:

traceroute [your-hosting-ip]

Replacing [your-hosting-ip] with the IP of your hosting plan. You can find it by navigating Websites → Manage → Plan details, in the Website details section:

The Website Details section on hPanel showing the hosting IP address

If you get a result like this:

The Windows command prompt where a tracert is run to a sample IP and the result shows a traceroute

It means that your connection to our server is being lost at the last point before the first line with Request timed out.

To solve this issue, contact your ISP and ask them to change your network routing. If this is not an option or the issue persists, you can try the following:

Additional resources

Did this answer your question?