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

相关推荐
insight^tkk33 分钟前
【Docker】记录一次使用docker部署dify网段冲突的问题
运维·人工智能·docker·ai·容器
K_i1341 小时前
Hadoop 集群自动化运维实战
运维·hadoop·自动化
TH_11 小时前
cmd_常用命令
服务器
江公望1 小时前
Qt的QT_QPA_EGLFS_INTEGRATION环境变量浅解
linux·qt·qml
YuCaiH2 小时前
网络编程的基础知识
linux·笔记·嵌入式·网络通信
Siren_dream2 小时前
在VMware上运行Linux(我选择的是Ubuntu)
linux·运维·ubuntu
☆璇2 小时前
【Linux】Socket编程UDP
linux·网络·udp
_星辰大海乀2 小时前
网络原理 -- HTTP
java·服务器·http·get方法·post方法
嵌入式小能手2 小时前
飞凌嵌入式ElfBoard-Vim编辑器之Vim常用操作命令
linux·编辑器·vim
迷路爸爸1802 小时前
源码编译安装最新 tmux 教程(含 Debian/Ubuntu/CentOS/Arch/macOS 等系统)
linux·ubuntu·macos·centos·debian·tmux·archlinux