Understanding geolocation and accurate speed testing
Our IPs often geolocate to our Atlanta location despite where your VPS is geographically located. This causes SpeedTest to choose the wrong server by default.
SpeedTest automatically selects a test server based on your IP's geolocation. If your Seattle VPS's IP geolocates to Atlanta, SpeedTest will test against an Atlanta server, showing poor results due to the cross-country distance.
To get accurate speed test results, you must manually specify which server to test against based on your actual VPS location.
# For Atlanta VPS
./speedtest-cli --list | grep "Atlanta"
# For Seattle VPS
./speedtest-cli --list | grep "Seattle"
# For New York VPS
./speedtest-cli --list | grep "New York"./speedtest-cli --server 4964Replace 4964 with the server ID from your location search.
IP geolocation is determined by databases that map IP addresses to physical locations. These databases:
Databases may have outdated information
May show our main office address instead of server location
Don't always match actual server location
Can take time to update when IPs are reassigned
# Download 100MB test file
wget http://speedtest.tele2.net/100MB.zip
# Or use curl
curl -O http://speedtest.tele2.net/100MB.zip# On server
iperf3 -s
# On client
iperf3 -c server-ip-addressSpeed isn't everything. Network quality matters too. Use our Looking Glass to test:
How quickly packets reach their destination
Whether data is being dropped
The path packets take to reach destinations
Consistency of latency over time
Test at different times of day and to multiple destinations. This gives you a better overall picture of network performance than a single speed test.
RamNode VPS come with high-speed network connections:
If you're still experiencing slow speeds after testing against the correct location, check:
High CPU usage can limit network performance
Slow disk operations can bottleneck downloads
Improper settings can limit throughput
Restrictive rules may slow connections
If issues persist, contact our support team with your speed test results and we'll help investigate.