Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Docker/VM profiles or startup/shutdown scripts

Featured Replies

Does this currently exist in any form or has someone created a script to do this?

 

Here is my scenario, there may other scenarios for this as well:

 

I want to start up my Windows gaming VM. To maximize performance I also want to stop some non-essential VMs and dockers or switch to different docker configs to free up cores and GPU (i.e. Emby/Plex/Jellyfin).

 

Right now this takes multiple steps. I would love to have a script (or even better a button on my dashboard) to carry out these tasks when I was to start my Gaming VM and when I want to stop it and return to my normal server configuration.

 

Thoughts? Suggestions?

There are many ways to accomplish this, none already written though, because each situation is a little different.

 

One way is to run commands directly from windows to control the server using putty. The plink program installed with putty can send commands like this...

 

c:\progra~1\putty\plink -pw <rootpw> root@<server IP> docker pause <container name>

 

You can use virsh start / shutdown <VM name> commands to control VM's, and docker start / stop / pause / unpause <container name> commands to control containers.

 

You can also do the same commands in a user script file, which could be triggered by plink or whatever. You can get fancy and do conditional statements that act when a vm shows up in the virsh list as running.

 

The world is your oyster.

 

  • Author

Thanks for pointing me in the right direction with the ssh route. This will work quiet well and it appears that there is an Android app called "SSH Button" that would allow me to easily send commands from my phone without having to fire up a terminal which simplifies things even more.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.