Skip to content

Proxmox Qemu-guest-agent Installation

https://pve.proxmox.com/wiki/Qemu-guest-agent

Linux Guests

  1. 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
  1. Start the guest agent manually if it did not start automatically
systemctl start qemu-guest-agent
  1. Enable the service to start automatically upon boot
systemctl enable qemu-guest-agent