- Login to VPS (via Putty).
- Enter the following command to install Python.
yum install -y python
- After installing python, enter the following command to download SpeedTest on your server.
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
If wget is not installed on your server, you can install it with this command:
yum install wget
- After downloading the SpeedTest tool, enter the following command to grant it access to the executable file.
chmod +x speedtest-cli
- Enter the following command to start the speed check:
./speedtest-cli
- After entering the command, you will get something like the following:
- 0 Users Found This Useful