> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://kb.host4geeks.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to do a traceroute?

[Windows](https://host4geeks.com/knowledgebase/how-to-install-filezilla-client-on-windows/)

1. Open the Start menu

2. Click on `Run`

3. Type `cmd` and then press the `OK` button to open a command prompt

4. At the prompt, type `tracert yourdomain.com` and press the `Enter` key

5. To copy the output, right-click anywhere in the window and select `Mark`. You can press `Enter` to copy all of the output, or select the text you want to copy and then right-click with your mouse. Paste the copied text by hitting `CTRL` + `V`.
---

[Linux](https://host4geeks.com/knowledgebase/how-to-install-webmin-on-linux/)

1. Open a terminal window

2. Type `traceroute yourdomain.com` at the prompt and press the `Enter` key
---

**Mac OS**

1. Go to `Applications` -> `Utilities` -> `Network Utility` -> `Traceroute`

2. Type the domain or [IP address](https://host4geeks.com/knowledgebase/how-to-restrict-access-to-directories-by-ip-address/) in the appropriate input field and press `Trace`. You can also open a terminal window and use the same instructions as you would for performing a traceroute in Linux.