Hi all, I’m running volumio in a VM and would like to control it from proxmox (shutdown, reboot, etc) and get further information from within the vm (memory usage, ip adress, …) but this needs qemu-guest-agent to be installed.
1 Like
Hi mate,
slick volumio instance running in a proxmox VM here. You can go to http://volumio.local/dev and enable SSH from there. Then, connect to the instance with ssh volumio@YOUR_VOLUMIO_IP
, password: volumio and install QEMU Guest client with apt-get install qemu-guest-agent
.
That’s all.
Enjoy!