How to install Speedtest.net on a Synology NAS for internet speedtest

Have a site without a server and want to test the speed?

Login to Synology using SSH via Putty and navigate to somewhere writable e.g. Volume1 

cd /Volumes/Volume1/
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py

Make the speedtest.py script executable.

chmod +x speedtest.py

Run SpeedTest
./speedtest.py

1 Star2 Stars3 Stars4 Stars5 Stars (34 votes, average: 6.47 out of 5)
Loading...