Knowledge base
1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!
Run a speed test on your Synology NAS
This guide explains how to perform an online speed test using 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.
Setting up the Speedtest tool
To install the SynoCli Monitor Tools package:
- From the
DSMinterface, 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 both windows by clicking OK.
- A new tab called Community will appear in the left-hand menu.
- Select it, then install the SynoCli Monitor Tools package.
Enabling the SSH connection
To enable the SSH service:
- In the
DSMinterface, open the Control Panel. - Click on the Terminal & SNMP tab in the left-hand menu.
- Check the Enable SSH service box.
- Click Apply to save.
- If you no longer need the SSH connection after the test, you can uncheck this box to disable the service.
Launching the iPerf server
To connect to the NAS via SSH, use an application like Terminal (command-line interface, CLI) on your device:
Run the following command:
ssh username_dsm@synology_ip- Enter the password for your
DSMaccount, then press Enter. Once connected via SSH, start the
iPerfserver with the following command:iperf3 -s
Starting the speed test
To download and run the iPerf3 client:
- Download the
iPerf3executable for your operating system from the official website. - Open a new console.
- Navigate to the folder where the
iPerf3executable is located. Run the following command:
iperf3 -c ip_du_synology- The test results will be displayed after a few seconds. You can then view the upload and download bandwidth between your computer and your Synology NAS.
Link to this FAQ: https://faq.infomaniak.com/1707
Has this FAQ been helpful?