How to enable Qemu Guest Agent for Virtual Machines

Linux Based OS

Install Qemu Guest Agent

CentOS

yum install -y qemu-guest-agent

Ubuntu

apt install -y qemu-guest-agent

Debian

apt install -y qemu-guest-agent

AlmaLinux 8

dnf install -y qemu-guest-agent

RockyLinux 8

dnf install -y qemu-guest-agent

Then, start and ensure the service is persistent

systemctl enable --now qemu-guest-agent

Windows OS

Download these 2 installers in your Windows VM, and install

https://spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-qemu-ga/qemu-ga-win-102.10.0-0.el8_5/qemu-ga-x86_64.msi

the program will start automatically after installation

相关推荐
月殇_木言2 小时前
Linux 线程
linux
wangjialelele2 小时前
Linux中的线程
java·linux·jvm·c++
tritone4 小时前
我在阿贝云免费服务器上搭建RustDesk自建服务器(Self-Hosting)的真实体验【推荐】
运维·服务器
2301_800050994 小时前
DNS 服务器
linux·运维·笔记
慌糖4 小时前
自动化接口框架搭建分享-pytest第二部分
运维·自动化·pytest
Lin_Aries_04214 小时前
容器化简单的 Java 应用程序
java·linux·运维·开发语言·docker·容器·rpc
SELSL4 小时前
SQLite3的API调用实战例子
linux·数据库·c++·sqlite3·sqlite实战
洲覆4 小时前
Redis 核心数据类型:从命令、结构到实战应用
服务器·数据库·redis·缓存
岁岁种桃花儿5 小时前
详解 Kubernetes 命令:kubectl exec -it nginx -- bash 及实战场景
运维·nginx·kubernetes
小牛马爱写博客5 小时前
DNS 服务器与 DHCP 服务器详解及配置指南
linux·运维·服务器·dns·dhcp