Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Perform a speed test on Synology NAS
This guide explains how to perform a speed/iperf test in CLI between your computer and your Synology NAS. Speed tests can be useful to determine the download and upload speeds of the Internet connection to the Synology NAS.
Configure the Speed Test
1. Install the SynoCli Monitor Tools Package
- On the DSM interface, go to the Package Center
- Click on the Settings button in the taskbar, then go to the Package Sources tab
- Click on the Add button
- Enter Name: SynoCommunity
- Enter Location: https://packages.synocommunity.com/
- Confirm both windows by clicking the OK button
- Then go to the Community tab in the left menu that has been added
- Install the package:
SynoCli Monitor Tools
2. Open SSH Connection
- Go to the Control Panel of the DSM interface
- Click on the Terminal & SNMP tab in the left menu
- Check the box "Enable SSH service" on the right side of the screen
- Confirm by clicking the Apply button
- If you do not need the SSH connection, you can uncheck this box at the end of the test
3. Start iperf Server
- On your computer, open the console (Terminal on macOS, Shell on Linux, PowerShell/Command Prompt on Windows)
- Run the command:
ssh dsm_username@ip_syno
- Enter your user password and press Enter
- Once connected via SSH, run the command
iperf3 -s
4. Start the Test
- On your computer, download the
iperf3
client from the official website - Open a new console
- Navigate to the folder where you downloaded the
iperf3
executable - Run the command
iperf3 -c ip_syno
- The test results will be displayed after a few seconds, showing the upload and download bandwidth between your Synology NAS and your computer
Link to this FAQ: