Pre-built RPM packages for QEMU Guest Agent, compatible with Proxmox VE.
- x86_64 (AMD64)
- aarch64 (ARM64)
# For x86_64
wget https://github.com/tommywo/qemu-guest-agent-amazon-linux-2023/releases/download/v10.1.3/qemu-guest-agent-10.1.3-1.amzn2023.x86_64.rpm
# For ARM64
wget https://github.com/tommywo/qemu-guest-agent-amazon-linux-2023/releases/download/v10.1.3/qemu-guest-agent-10.1.3-1.amzn2023.aarch64.rpmsudo dnf install -y ./qemu-guest-agent-10.1.3-1.amzn2023.*.rpmThe service is automatically enabled after installation.
- Enable "QEMU Guest Agent" in Proxmox VM Options
- Reboot the VM
From inside the VM:
sudo systemctl status qemu-guest-agentFrom Proxmox host:
qm agent <vmid> ping
qm agent <vmid> network-get-interfaces./build-local.shQEMU is licensed under GPLv2. Source: https://www.qemu.org