VNC¶ 启动某个镜像VNC¶ Bash1 2 3#查看设备 virsh list virsh vncdisplay id 修改VNC监听IP¶ Bash1 2 3 4 5 6 7 8#修改 libvirt 配置文件 /etc/libvirt/qemu.conf vim /etc/libvirt/qemu.conf vnc_listen = "0.0.0.0" #设置密码,可选 vnc_password = "yourpassword" #重启服务 systemctl restart libvirtd