Remote Shutdown of unraid


Go to solution Solved by JonathanM,

Recommended Posts

Im attempting to shutdown unraid with the following in a batch file, but it requires keyboard input to confirm once its ran. Is there anyway around that or some other way to shutdown unraid cleanly with a script on a remote computer that on the same network

plink.exe -ssh -pw passwordhere useridhere@serveriphere powerdown

Link to comment
  • Solution
15 hours ago, xxbryantd said:

Im attempting to shutdown unraid with the following in a batch file, but it requires keyboard input to confirm once its ran. Is there anyway around that or some other way to shutdown unraid cleanly with a script on a remote computer that on the same network

plink.exe -ssh -pw passwordhere useridhere@serveriphere powerdown

 

Try this

plink.exe -batch -ssh -pw passwordhere useridhere@serveriphere powerdown

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.