P punkgeek New Member Mar 9, 2022 1 0 1 28 Mar 9, 2022 #1 Hello, How can I deploy and run a bash script into the VM? On VMware products, I'm using VMware tools that provided me a tunnel into the VM to control the machine, but I couldn't find any solution on qemu guest agent tools.
Hello, How can I deploy and run a bash script into the VM? On VMware products, I'm using VMware tools that provided me a tunnel into the VM to control the machine, but I couldn't find any solution on qemu guest agent tools.
Stoiko Ivanov Proxmox Staff Member Staff member May 2, 2018 9,599 1,785 248 Mar 9, 2022 #2 `qm guest exec <vmid> 'command'` could maybe work - see `man qm`