已删除用户
发布于 2024-05-11 / 49 阅读
1
0

PVE操作

1.实例开启外部vnc访问

cd /etc/pve/qemu-server/
nano 节点vmid.conf
添加:
args: -vnc 0.0.0.0:xx

其中xx为59xx后两位


评论