When you install an operating system from a custom ISO, you also need to install QEMU Guest Agent inside the OS. This is a small service that allows the management platform to communicate with your server.
Without QEMU Guest Agent, several features in your client portal will be unavailable or unreliable:
| Feature | Without QEMU Guest Agent |
|---|---|
| Private IP address display in client portal | Not visible |
| Graceful shutdown and reboot | Only forced stop available |
| Consistent backups | Filesystem may not be properly frozen |
| Password reset from client portal | Not available |
| SSH key management from client portal | Not available |
Servers created from pre-installed OS templates already have QEMU Guest Agent installed. You only need to install it manually if you used a custom ISO.
Debian / Ubuntu:
apt update && apt install -y qemu-guest-agent
systemctl enable --now qemu-guest-agent
AlmaLinux / Rocky Linux / CentOS / RHEL:
dnf install -y qemu-guest-agent
systemctl enable --now qemu-guest-agent
To verify the agent is running:
systemctl status qemu-guest-agent
The Windows installation requires the VirtIO Windows Guest Tools ISO, which is already available in your VDC as a pre-uploaded ISO. You do not need to download it from the internet.
virtio-win-gt-x64.msi – this installs all VirtIO drivers and QEMU Guest Agent at onceservices.msc) and verify that QEMU Guest Agent service is running with Startup Type set to AutomaticTip: if you only need the agent without other drivers, run guest-agent\qemu-ga-x86_64.msi from the same CD-ROM drive.
| Problem | Solution |
|---|---|
| Private IP address is not showing in client portal | Verify the agent is installed and running, then reboot the server |
| Agent installed but not starting (Linux) | Run: systemctl enable --now qemu-guest-agent |
| Agent installed but not starting (Windows) | Open services.msc, find QEMU Guest Agent, set Startup Type to Automatic and click Start |
| Cannot find VirtIO ISO inside Windows | Open the ISO Image panel in your client portal, mount virtio-win.iso, then check File Explorer for the new CD-ROM drive |