Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/007revad/synology_toggle_reset_button

Script to disable or enable the reset button and show current setting
https://github.com/007revad/synology_toggle_reset_button

diskstation dsm rackstation synology synology-disk-station synology-dsm synology-nas

Last synced: 4 months ago
JSON representation

Script to disable or enable the reset button and show current setting

Awesome Lists containing this project

README

        

# Synology toggle reset button



[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/007revad)
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/007revad)
[![committers.top badge](https://user-badge.committers.top/australia/007revad.svg)](https://user-badge.committers.top/australia/007revad)

### Description

Script to disable or enable the reset button and show current setting

- If you run the script with the disable option it will disable the reset button.
- If you run the script with the enable option it will enable the reset button.
- If you run the script without any option it will show the current reset button status.

### Download the script

1. Download the latest version _Source code (zip)_ from https://github.com/007revad/Synology_toggle_reset_button/releases
2. Save the download zip file to a folder on the Synology.
3. Unzip the zip file.

## There are 2 ways to run the script

### Scheduling the script in Synology's Task Scheduler

See How to schedule a script in Synology Task Scheduler

### Running the script via SSH

[How to enable SSH and login to DSM via SSH](https://kb.synology.com/en-global/DSM/tutorial/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet)

**Note:** Replace /volume1/scripts/ with your Synology's path to where the script is located.

**To check the current setting of the reset button:**
```
sudo /volume1/scripts/toggle_reset_button.sh
```

**To disable the reset button:**
```
sudo /volume1/scripts/toggle_reset_button.sh disable
```

**To enable the reset button:**
```
sudo /volume1/scripts/toggle_reset_button.sh enable
```

### Screenshots

Checking current status



Disabling the reset button



Enabling the reset button