Skip to content

A python3 app which hosts an webserver and you can shutdown / poweroff your NAS easily remotely

License

Notifications You must be signed in to change notification settings

developsessions/synology-nas-webserver-shutdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synology NAS DiskStation Webserver Shutdown

A simple python app which lets you shutdown your Synology DiskStation NAS via the Web Browser to save energy consumption.

Usage

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

  1. Install Python3 from the DiskStation package manager

  2. Transfer the webserver_shutdown.py and webserver_shutdown.conf file from your PC via scp to your NAS
    scp webserver_shutdown* youruser@192.168.1.2:/tmp

  3. Login via SSH (e.g. Putty) on your Synology NAS

  4. Move the uploaded files to its destination
    sudo mv /tmp/webserver_shutdown.py /usr/
    sudo mv /tmp/webserver_shutdown.conf /etc/init/

  5. Reboot the DiskStation sudo reboot

  6. Access the webpage via (replace the IP 192.168.1.2 with that IP of your DiskStation)
    http://192.168.1.2:8080

About

A python3 app which hosts an webserver and you can shutdown / poweroff your NAS easily remotely

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages