Install QEMU Guest Agent

Skip to main content
Du bist hier:
Drucken

Install QEMU Guest Agent

Install QEMU Guest Agent

Without the QEMU Guest Agent, your server will not react to Restart and Shutdown in the client area, because Proxmox only sends the signal to the operating system without receiving any confirmation.

Windows

  1. Download the installer: qemu-ga-x86_64.msi (64-bit, for most servers) or qemu-ga-i386.msi (32-bit)
  2. Run the installer and follow the instructions
  3. After installation, the “QEMU Guest Agent” service starts automatically, no restart required

Linux

  1. Debian/Ubuntu: apt install qemu-guest-agent
  2. CentOS/AlmaLinux/Rocky: yum install qemu-guest-agent
  3. Enable and start the service: systemctl enable --now qemu-guest-agent

After installation, Restart and Shutdown will work normally in the client area.

Related Post