...
Download the Gumband OS Monitor
zip
file at the bottom of this page, and extract its contents. Copy its contents asroot
to/Library/LaunchDaemons
. You must copy them asroot
so they are owned by theroot
user, which will allow the OS Monitor to reboot the computer:Code Block sudo cp ~/Downloads/gumband-os-monitor-macos-arm64/gumband-os-monitor-macos-arm64 /Library/LaunchDaemons sudo cp ~/Downloads/gumband-os-monitor-macos-arm64/launch-os-monitor.plist /Library/LaunchDaemons
Create an exhibit in the Gumband UI, and get an exhibit token and id.
Add a
.env
file to the/Library/LaunchDaemons
directory and add the exhibit token and id from the previous step:
...
Give the
/Library/LaunchDaemons/gumband-os-monitor-macos-arm64
file “Screen Recording” access under System Preferences → Security & Privacy → Privacy. This is so it has permission to take screenshots.Load the plist file as the
root
user:Code Block sudo launchctl load -w /Library/LaunchDaemons/launch-os-monitor.plist
Once you try to load the plist file, you’ll receive a warning that the
gumband-os-monitor-macos-arm64
executable cannot be run, because it is from an unverified developer. You will need to make an exception to allow it to run. Go to System Preferences → Security & Privacy → General and select “Allow apps downloaded from: App Store and identified developers”, then click the “Open Anyway” button.
You should see the Gumband OS Monitor come online in the Gumband UI:
...
View file | ||
---|---|---|
|