Skip to main content Shell command equivalent of ATX power short click : r/pikvm

Shell command equivalent of ATX power short click

Is there a shell command equivalent of the web interface where I click the power button and then "short power click"? would this have to be run as root or just the normal admin user?

That feeling when you've completed all your tasks! It's exhilarating! Well, with monday.com’s work management platform, get more done in less time with no-code automations, real-time communication, and notifications! Smash that done button! Try now!
Thumbnail image: That feeling when you've completed all your tasks! It's exhilarating! Well, with monday.com’s work management platform, get more done in less time with no-code automations, real-time communication, and notifications! Smash that done button! Try now!
Sort by:
Best
Open comment sort options

I switch on my machines using this curl command

curl -X POST -k -u admin:admin https://${host}-kvm.local/api/atx/power?action=on

where ${host}-kvm is the hostname of the pikvm controlling ${host} (I've named my pikvm's after their hosts they control)

}