Server Speed Tests

A speed test is the most straightforward way to check your server's maximum bandwidth and verify that the promised transfer rates are actually being achieved.

How Server Speed Tests Work

Unlike consumer speed tests that run through a web browser, server speed tests measure the raw connection speed by downloading large files via the command line — unaffected by browser or application limits.

Download Speed

The server downloads a large test file (e.g. 1 GB). Using -O /dev/null discards the file immediately — so disk speed never affects the result.

Upload Speed

Upload is best measured with iperf3. Alternatively, download a large file from your server to your local PC via FTP or SCP — the speed shown locally equals your server's upload.

Speed Test Commands

Run the following commands on your server to test download speed against our data center endpoints.

Frankfurt Data Center (SXB) — Download Test
wget -O /dev/null http://speedtest.frankfurt.de.velia.net/1000.data
St. Louis Data Center (USA) — Download Test
wget -4 -O /dev/null http://speedtest.stlouis.us.velia.net/1000.data

Testing in Rescue Mode

If your speed seems lower than expected, repeat the test in Rescue Mode to rule out OS-level issues.

Excluding operating system issues:
Full speed in Rescue Mode but not in normal operation points to a configuration issue within your OS — such as firewall rules, traffic shaping, or incorrect network settings — rather than a hardware or data center problem.

Advanced: Testing with iperf3

iperf3 is the industry-standard tool for accurate, bidirectional bandwidth measurement. You need it installed on both your server and a second host.

1.Install iperf3 on both hosts
2.Start server mode on the second host: iperf3 -s
3.Run the test from your server using the commands below
Download Test
iperf3 — Download
iperf3 -c TARGET_IP_ADDRESS -t 10
Upload Test
iperf3 — Upload
iperf3 -c TARGET_IP_ADDRESS -t 10 -R

Speed lower than expected?

If your results are consistently below the contracted rate, our support team is happy to investigate — open a ticket in your PowerPanel.