Root access to Synology NAS via SSH
After setting up PuTTY, it is very easy to gain access to the NAS:
- Connect to the NAS
- Insert NAS username
- Insert NAS password
- After logging in, type
sudo -i. This will allow to gain root access - Insert password of root account
login as: alex //1.
alex@192.xxx.x.xxx's password: //2.
alex@192.xxx.x.xxx:~$ sudo -i //3.
Password: //4.
root@192.xxx.x.xxx:~#