VM Management
Export a Proxmox VM to VirtualBox
Example VM I want to export the pfsense-deleteme VM and import it into VirtualBox. The procedure ...
Inspect Guest Disk Contents
This procedure only works for unencrypted disks, or disks where the encryption key is known! List...
Get Raw Command Output from qm guest exec
sudo apt update && sudo apt install -y jq VM_ID='201' COMMAND='cat /etc/hosts' qm guest exec 201 ...