Get Deployport.

The desktop app watches your machines and lets you keep one running when it is about to be stopped. The command line tool enrolls them in the first place. Most people end up with both.

Desktop app

Your machines, one keystroke away. See what is running, stop what is not, and keep a box running when it is about to stop and you still need it. It updates itself.

On macOS, open the .dmg and drag Deployport to your Applications folder. Keep it there rather than running it from Downloads, so it can update itself.

Windows may warn you before running a new installer. Choose More info, then Run anyway.

Command line

One command installs it. You need this on any machine you want Deployport to watch, and it is how you enroll a box.

$
curl -fsSL https://get.deployport.com | sh

Then enroll the machine with a key from the console:

curl -fsSL https://get.deployport.com | sudo sh -s -- uplink local install --key "<key>" --region "<region>"

It runs on Linux and macOS, on both Intel and ARM.