Synogear seems to be a collection of tools available to download/install on a [[Synology]] NAS for troubleshooting. Tools include speed tests, [[iperf3]], and more. # Installation 1. Connect to the Synology device via SSH. 2. Run the installation command as root. ```bash sudo synogear install ``` 3. Review the list of installed tools ```bash synogear list ``` # Loading the tools The tools can be installed but have to be loaded per-session. You run the `synogear install` command again as root to load the tools. # Uninstallation ```bash synogear remove ```