WakeOnLAN (WOL) and more for ProxmoxVE w/o Python
See: https://forum.proxmox.com/threads/update-wake-and-other-on-lan-for-vms-v0-3.26381/
- Install daemon dependencies: $ apt install gawk socat xxd
- Copy dosthold.sh to /usr/local/bin
- Copy dosthol.service to /etc/systemd/system
- Start (and enable) the service: $ systemctl enable|start dosthol.service
Then send a MagicPacket/MAC of a VM which can be a qemu or lxc one. The VM should start then.