Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Perform a speedtest on Synology NAS
This guide explains how to perform a speed test from the command line (iPerf CLI
) between your computer and your Synology NAS. These tests can help you evaluate the download and upload speeds of your Internet connection to and from your NAS.
Configuration of the Speedtest tool
To install the package SynoCli Monitor Tools
:
- From the
DSM
interface, go to the Package Center. - Click on the Settings button in the taskbar, then go to the Package Source tab.
- Click on the Add button.
- Fill in the fields as follows:
- Name :
SynoCommunity
- Location :
https://packages.synocommunity.com/
- Name :
- Confirm the two windows by clicking on OK.
- In the left menu, a new tab labeled Community will appear.
- Select it, then install the package SynoCli Monitor Tools.
Enabling the SSH connection
To enable the SSH service:
- In the
DSM
interface, open the Control Panel. - Click on the Terminal & SNMP tab on the left menu.
- Check the box Enable SSH service.
- Click on Apply to validate.
- If you no longer need the SSH connection after the test, you can uncheck this box to disable the service.
Starting the iPerf server
To connect to the NAS via SSH, from a terminal application (command line interface, CLI) on your device:
Run the following command:
ssh nom_utilisateur_dsm@ip_du_synology
- Enter the password for your
DSM
account, then press Enter. Once connected via SSH, launch the
iPerf
server with the following command:iperf3 -s
Speed test launch
To download and run the iPerf3 client:
- Download the
iPerf3
executable for your operating system from the official site. - Open a new console.
- Navigate to the folder where the
iPerf3
executable is located. Run the following command:
iperf3 -c ip_du_synology
- The results of the tests will appear after a few seconds. You will then be able to view the bandwidth throughput for uploads and downloads between your computer and your Synology NAS.
Link to this FAQ: