FS6706T remote shutdown

Share your awesome tips and tricks here.
Michaelmilan1014
Posts: 2
youtube meble na wymiar Warszawa
Joined: Sat Sep 02, 2023 10:58 pm

FS6706T remote shutdown

Post by Michaelmilan1014 »

Hello - I just purchased a FS6706T. ADM is 4.2.3.RK91. I could use some assistance in creating a shutdown process in the event of a power outage. I currently have my APC 1500 connected via USB to a Windows 10 computer. That computer currently handles shutdowns for other network devices. Any help is appreciated. Thank you.
User avatar
father.mande
Posts: 2219
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: FS6706T remote shutdown

Post by father.mande »

Hi,

To execute command line from Windows (11) to my NAS(s) including FS6706T (in your case to send command halt or poweroff or start a shell to gracefully disconnect user before halt) ...
I used plink provide with putty a SSH client for Windows. (ex; from : https://www.chiark.greenend.org.uk/~sgt ... atest.html )

Advantage is to test easily with putty in terminal mode
possibility to used user/password (even putting password in command line is not the best ... but work.
possibility to used public/private key (without paraphrase) to don't need to write password on command line.

some simple example here : https://serverfault.com/questions/81916 ... with-putty BUT lot of other site explain how to do it.

plink can be scheduled as any command in Windows or launch manually or from a BATCH or Powershell script.

if you have WSL2 (Ubuntu in Windows) and a ssh client, you can get other solution ... started directly from command line prompt or powershell ... etc. etc.

Philippe.
EDIT ... some info can be outdated ... if you get last putty ... take attention and use help
Last edited by father.mande on Sun Sep 03, 2023 12:57 am, edited 1 time in total.
Asustor updated :D to ADM 5.0
FS6706T / AS3302Tv2 / AS5202T / AS6602T
Asustor E.O.L. at A.D.M. 4.0 :(
AS5002T / AS1002T
Asustor past :mrgreen:
AS202T
Michaelmilan1014
Posts: 2
Joined: Sat Sep 02, 2023 10:58 pm

Re: FS6706T remote shutdown

Post by Michaelmilan1014 »

Thank you, Philippe. I appreciate the response.