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 an online 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.
Speedtest tool configuration
To install the SynoCli Monitor Tools
package:
- From the
DSM
interface, go to the Package Center. - Click the Settings button in the taskbar, then go to the Package Source tab.
- Click 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 titled 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
DSM
interface, open the Control Panel. - Click on the Terminal & SNMP tab in the left-hand menu.
- Check the Enable SSH service box.
- Click Apply to confirm.
- 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 / Command Line Interface
) 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, start the
iPerf
server with the following command:iperf3 -s
Starting the speed test
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 test results will appear after a few seconds. You will then be able to view the upload and download bandwidth between your computer and your Synology NAS.
Link to this FAQ: