Proxmox Qemu-guest-agent Installation
https://pve.proxmox.com/wiki/Qemu-guest-agent
Linux Guests
- Install the qemu-guest-agent via the following commands:
# Debian/Ubuntu-based Systems
apt-get install qemu-guest-agent
# Redhat-based systems
yum install qemu-guest-agent
- Start the guest agent manually if it did not start automatically
systemctl start qemu-guest-agent
- Enable the service to start automatically upon boot
systemctl enable qemu-guest-agent