Before You Start
Collect hop-by-hop data as soon as you observe loss or latency. Fresh diagnostics help EDBB identify whether the issue sits with your ISP, an upstream carrier, or inside the data center.
Windows Tools
Command Prompt Traceroute
- Press
Windows + R, typecmd, and hit Enter. - Run
tracert <VPS IPv4 or IPv6>. - After it completes, right-click the title bar → Edit → Mark, select the entire output, press Enter, and paste it into your support message (messenger or email).
WinMTR (Recommended for trending loss)
- Download and install WinMTR.
- Launch the app and enter the VPS IPv4 in Host.
- Click Start and let it run for 5–10 minutes.
- Use Export TEXT to save the results and attach the file.
Linux or macOS
- Install the tools if needed:
- Debian/Ubuntu:
sudo apt update && sudo apt install traceroute mtr - RHEL/CentOS/Alma/Rocky:
sudo dnf install traceroute mtr
- Debian/Ubuntu:
- Run
traceroute <VPS IPv4>to capture the hop list. - Run
mtr -w -c 100 <VPS IPv4>for a summary, ormtr -rwzbc 100 <VPS IPv4> > mtr-report.txtto export a text file. - Attach the output or saved file when contacting Support via messenger or email.
For IPv6, repeat the commands withtraceroute6/mtr -6.
Submitting the Results
Include the traceroute/WinMTR/MTR output, the time of the test, and the VPS IP in your support message.EDBB engineers use this hop-by-hop data to determine whether the issue is on your local network, an upstream carrier, or within the data center.