gzDenis Install speedtest on your Linux Server/VPS/Dedicated wget https://bintray.com/ookla/rhel/rpm -O bintray-ookla-rhel.repo mv bintray-ookla-rhel.repo /etc/yum.repos.d/ ##Other non-official binaries will conflict with Speedtest CLI ##Example how to remove using yum ##rpm -qa | grep speedtest | xargs -I {} sudo yum -y remove {} yum install speedtest
gznikolas Since a lot of people are moving away from CentOS …here’s how you can install speedtest on your ubuntu server… apt-get install speedtest-cli Much easier 😃