How to install QEMU Guest Agent
QEMU Guest Agent is a daemon that runs inside the guest domain and helps manage various functions within the guest OS, enabling additional features on NCS.
How to install on Linux
1. Install the QEMU Guest Agent
sudo apt-get install qemu-guest-agentsudo yum install qemu-guest-agent2. Start the QEMU Guest Agent service
sudo systemctl start qemu-guest-agent3. Enable the QEMU Guest Agent to autostart on instance restart
sudo systemctl enable qemu-guest-agentHow to install on Windows
1. Download the VirtIO ISO File

2. Open the File on the Instance

3. Install virtio-win-guest-tools





4. Verify the QEMU Guest Agent is running

Last updated