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

相关推荐
jerryinwuhan4 小时前
《系统部署与运维》开篇 课程介绍
运维
ltl6 小时前
实时 OS 巡礼:VxWorks、QNX、Zephyr 与 PREEMPT_RT
linux
我是谁??7 小时前
Ubuntu22.04更换清华源
linux·运维·服务器
圣殿骑士-Khtangc7 小时前
Go字符串高效拼接性能对比与底层原理分析
服务器·前端·golang
Shell运维手记7 小时前
Linux 常用基础命令学习笔记
linux·运维·笔记·学习·算法·github
朴马丁8 小时前
国际与国产PLM在精细化工赛道的布局:2026年主要厂商技术特色
大数据·运维·人工智能·流程行业plm·化工新材料
这个DBA有点耶8 小时前
数据库一体机架构演进:从硬件堆叠到软硬深度耦合
服务器·网络·数据库·硬件架构·运维开发·database·数据库架构
Elastic 中国社区官方博客9 小时前
Elasticsearch:使用 AI Agent 来创建 workflow
大数据·运维·人工智能·elasticsearch·搜索引擎·自动化·全文检索
测试运维日常笔记9 小时前
Linux系统安装配置TigerVNC服务器完整指南
linux·运维·服务器
像风一样自由20209 小时前
加强版VScode结合remote-ssh远程连接服务器开发指南
服务器·vscode·ssh