Monday, August 10GNOME IT SOLUTIONS LLC

Install and Configure QEMU Guest Agent on Proxmox VMs

The QEMU Guest Agent enables clean shutdowns, IP reporting, and better backups. This guide uses the official Proxmox VM creation screens.

Step 1: Enable Qemu Guest Agent During VM Creation

On the System tab when creating or editing a VM, enable Qemu Guest Agent.

Proxmox Create VM system tab Qemu Guest Agent
Create VM — System tab with Guest Agent

Step 2: Review VM Summary After Agent Is Running

Once installed inside the guest, the Summary tab displays the VM IP address.

Proxmox VM summary with guest agent IP address
VM Summary — guest IP visible

Step 3: Verify Login and Management Access

Access Proxmox web UI to confirm VM status and management options.

Proxmox VE web interface login
Proxmox web management interface

Install Guest Agent Inside Linux VM

apt update && apt install qemu-guest-agent -y
systemctl enable --now qemu-guest-agent
systemctl status qemu-guest-agent

Add Agent to Existing VM

Shut down VM → Hardware → Add → QEMU Guest Agent → install package inside guest → start VM.

Image credits: Screenshots are from the official
Proxmox VE documentation
(Proxmox GmbH), used for educational purposes.