How to get root on Synology NAS

What’s the Root password for synology nas?
Well, often it is the same password as for the Admin user.
If not, then just log in to your NAS with SSH and use your admin account.
Then type this command:
sudo -i
and retype your admin password.
Now you’re on root rights!