Running a traceroute on macOS or Linux is quick and easy using the built-in terminal. This helps identify network latency and routing issues.
Open Terminal:
You can find it in Applications > Utilities > Terminal
Or search for "Terminal" using Spotlight (Command + Space
)
In the terminal, type the following command:
traceroute yourdomain.tld
Replace yourdomain.tld
with the actual domain (e.g., example.com
)
Press Enter.
Open your terminal emulator (Terminal, Konsole, GNOME Terminal, etc.).
Type the following command:
traceroute yourdomain.tld
If traceroute
is not installed, you can install it using your package manager:
For Debian/Ubuntu:
sudo apt install traceroute
For RedHat/CentOS:
sudo yum install traceroute
After installing, rerun the command:
traceroute yourdomain.tld
Simply click and drag to highlight the results in the terminal.
Then press Command + C (on macOS) or Ctrl + Shift + C (on most Linux terminals) to copy.
Paste into your support request or email.