If data transfer between your computer and the server is slow: check the route (MTR/traceroute), channel speed (iperf3), and network interface load.
Applies to:
✔ VPS
✔ Dedicated servers
✔ Linux, Windows
mtr -r -c 100 SERVER_IP
Windows:
pathping SERVER_IP
ping -c 10 SERVER_IP
Normal latency: same country 5-30ms, cross-continent 80-200ms.
wget -O /dev/null http://speedtest.tele2.net/10MB.zip 2>&1 | tail -2
On server:
apt install iperf3 -y
iperf3 -s
From your computer:
iperf3 -c SERVER_IP
apt install nload -y
nload
Check traffic usage in the control panel. Speed may be throttled if the limit is exceeded.
ping -c 10 SERVER_IP
Latency should be stable with 0% packet loss.
If MTR shows losses at intermediate nodes or channel speed is significantly below the plan, open a support ticket. Attach MTR results (at least 100 packets).