A simple python app which lets you shutdown your Synology DiskStation NAS via the Web Browser to save energy consumption.
Do the following steps to install the package.
You can also watch my YouTube video where I teach you how to install this package https://youtu.be/93Ly_U7mgkM
-
Install Python3 from the DiskStation package manager
-
Transfer the
webserver_shutdown.py
andwebserver_shutdown.conf
file from your PC via scp to your NAS
scp webserver_shutdown* youruser@192.168.1.2:/tmp
-
Login via SSH (e.g. Putty) on your Synology NAS
-
Move the uploaded files to its destination
sudo mv /tmp/webserver_shutdown.py /usr/
sudo mv /tmp/webserver_shutdown.conf /etc/init/
-
Reboot the DiskStation
sudo reboot
-
Access the webpage via (replace the IP 192.168.1.2 with that IP of your DiskStation)
http://192.168.1.2:8080