Find Synology information using Shell commands

The model of your Synology can be found running the command:  cat /etc.defaults/synoinfo.conf | grep -m 1 ‘upnpmodelname’ | cut -d “=” -f 2

The CPU of your Synology can be found using: cat /proc/cpuinfo | grep -m 1 ‘model name’ | cut -d “:” -f 2 | cut -d “@” -f 1

The version of your DSM can be found using: cat /etc.defaults/VERSION

Loading


Categories:

Tags:


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *