NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
UberNewf
Apr 14, 2008Aspirant
Newbie question: Remote Shutdown...
I run Windows OS on all my machines. I'd like to be able to dbl-click an icon to remote shutdown my ReadyNas x6, with a simple "Are you sure?" prompt. This will save me having to log into the (slow) U...
airwofl
Aug 24, 2009Aspirant
Not sure if this will help, but take a look at the Tamper Data add on within Firefox. This should get you what you need. I have pulled the below from Frontview within RAIDiator 4.1.6. I have NOT tested it by sending a POST back via CURL (I don't have the time) and there's no guarantee it will work in future versions of RAIDiator.
Shutdown & Reboot only:
https://<your address>/get_handler?PAGE=System&OUTER_TAB=tab_shutdown&INNER_TAB=NONE&shutdown_option2=1&command=reboot&OPERATION=set
Shutdown & Turnoff only:
https://<your address>/get_handler?PAGE=System&OUTER_TAB=tab_shutdown&INNER_TAB=NONE&shutdown_option1=1&command=poweroff&OPERATION=set
If you want a Forced filesystem check, add to the URL (don't forget a leading & as it's a new variable):
force_fsck=1
If you want a Quota check, add to the URL (don't forget a leading & as it's a new variable):
force_quotacheck=1
When using the final URL you want in CURL, make sure you POST it as get_handler probably responds differently to GETs and POSTs, as well as ensuring the user credentials are hardcoded in the command line - hope you're ok with the username and password being hardcoded / visible to people.
Shutdown & Reboot only:
https://<your address>/get_handler?PAGE=System&OUTER_TAB=tab_shutdown&INNER_TAB=NONE&shutdown_option2=1&command=reboot&OPERATION=set
Shutdown & Turnoff only:
https://<your address>/get_handler?PAGE=System&OUTER_TAB=tab_shutdown&INNER_TAB=NONE&shutdown_option1=1&command=poweroff&OPERATION=set
If you want a Forced filesystem check, add to the URL (don't forget a leading & as it's a new variable):
force_fsck=1
If you want a Quota check, add to the URL (don't forget a leading & as it's a new variable):
force_quotacheck=1
When using the final URL you want in CURL, make sure you POST it as get_handler probably responds differently to GETs and POSTs, as well as ensuring the user credentials are hardcoded in the command line - hope you're ok with the username and password being hardcoded / visible to people.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!