1. Running a Traceroute
A traceroute will show the path your connection takes to reach our server, helping us identify where the delay happens.
For Windows Users:
- Press Win + R, type cmd, and press Enter to open the Command Prompt.
- Type the following command and press Enter: (Replace [Your VPS IP] with the actual IP address of your VPS.)
- Wait for the test to complete.
For macOS and Linux Users:
- Open the Terminal application.
- Type the following command and press Enter:
- Wait for the test to complete.
2. Running an MTR Test
MTR is a more advanced network diagnostic tool that continuously tests the route, helping us analyze network stability.
For Windows Users:
- Download WinMTR from https://sourceforge.net/projects/winmtr/.
- Extract and open WinMTR.exe.
- Enter your VPS IP in the "Host" field and click Start.
- Let it run for about 1-2 minutes, then click Export Text.
For macOS and Linux Users:
- Open the Terminal application.
- Install MTR if it's not already installed:
- macOS: Install Homebrew first, then run:
- Linux (Debian/Ubuntu-based):
- Linux (CentOS/RHEL-based):
- Run the MTR test with the following command: