Created
August 30, 2019 18:14
-
-
Save sebastian13/772e0cfb20501af6a16e460f0910f6ec to your computer and use it in GitHub Desktop.
Collection of useful terminal commands for Synology DS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Renew Let's Encrypt Certificates | |
/usr/syno/sbin/syno-letsencrypt renew-all | |
# Disable Firewall | |
/usr/syno/bin/synofirewall --disable |
I'm logged with the admin account and get the following answer:
-sh: /usr/syno/bin/synofirewall: Permission denied
Found the answer. After login you need to provide:
sudo -i
enter the admin password second time
then it worked.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The second one was very useful to solve a weird issue that locked my 5000-5001 ports, thank you!