Many users instinctively reach for Speedtest.net when testing their VPS network performance, but this will give you inaccurate results. Here's why:
We maintain dedicated iPerf3 servers on our network backbone specifically for accurate network testing. These servers are directly connected to our infrastructure and will give you true measurements of your VPS's network capabilities.
Important: Check your CPU usage first. If your CPU is already at high utilization, stop any intensive processes before testing. Network tests will be inaccurate if your CPU is maxed out.
top or htopDebian/Ubuntu:
apt update && apt install iperf3 -y
CentOS/RHEL/AlmaLinux:
yum install iperf3 -y
Rocky Linux/Fedora:
dnf install iperf3 -y
C:\iperf3\)cd C:\iperf3\iperf3.exe instead of iperf3)Use the test server closest to your VPS location for the most accurate results.
Incoming (Download) Speed:
Linux:
iperf3 -4 -c 104.234.231.45 -p 5201 -P 4
Windows:
iperf3.exe -4 -c 104.234.231.45 -p 5201 -P 4
Outgoing (Upload) Speed:
Linux:
iperf3 -4 -c 104.234.231.45 -p 5201 -P 4 -R
Windows:
iperf3.exe -4 -c 104.234.231.45 -p 5201 -P 4 -R
Incoming (Download) Speed:
Linux:
iperf3 -4 -c 23.230.253.156 -p 5201 -P 4
Windows:
iperf3.exe -4 -c 23.230.253.156 -p 5201 -P 4
Outgoing (Upload) Speed:
Linux:
iperf3 -4 -c 23.230.253.156 -p 5201 -P 4 -R
Windows:
iperf3.exe -4 -c 23.230.253.156 -p 5201 -P 4 -R
Incoming (Download) Speed:
Linux:
iperf3 -4 -c 23.95.134.2 -p 5201 -P 4
Windows:
iperf3.exe -4 -c 23.95.134.2 -p 5201 -P 4
Outgoing (Upload) Speed:
Linux:
iperf3 -4 -c 23.95.134.2 -p 5201 -P 4 -R
Windows:
iperf3.exe -4 -c 23.95.134.2 -p 5201 -P 4 -R
iPerf3 will display your transfer speed in Mbits/sec or Gbits/sec. Look for the line that says "sender" for upload tests and "receiver" for download tests.
Example output:
[ ID] Interval Transfer Bitrate
[ 5] 0.00-10.00 sec 1.10 GBytes 941 Mbits/sec sender
[ 5] 0.00-10.00 sec 1.10 GBytes 940 Mbits/sec receiver
This shows approximately 940 Mbps network speed.
If you're experiencing poor network performance even with iPerf3 showing good results, or if your iPerf3 results are consistently below your plan's allocated bandwidth, please open a support ticket with:
Our team will investigate and help resolve any network issues.