Run command into the VM

punkgeek

New Member
Mar 9, 2022
1
0
1
28
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.
 
`qm guest exec <vmid> 'command'` could maybe work - see `man qm` :)