Skip to content
Client Panel

Install Qemu Guest Agent

The qemu-guest-agent is a daemon that runs on the guest operating system to provide enhanced communication between the host and guest. Installing this agent can help improve the performance and manageability of your Virtual Lab. Below are the steps to install qemu-guest-agent on different operating systems supported by 8Labs.

Terminal window
sudo apt update
Terminal window
sudo apt install qemu-guest-agent
Terminal window
sudo systemctl enable qemu-guest-agent
Terminal window
sudo systemctl start qemu-guest-agent