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?
Sort by:
Best
Open comment sort options
Comments Section
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)