Linux VNC 资产要求

资产必须部署 vncserver

防火墙 vncserver 端口必须开放给 JumpServer 所有服务器访问

Centos 7 示例

  1. yum -y groupinstall "GNOME Desktop" "Graphical Administration Tools"
  2. yum -y install tigervnc-server tigervnc
  1. vncpasswd
  1. Password: ******
  2. Verify: ******
  3. Would you like to enter a view-only password (y/n)? n
  4. A view-only password is not used

安装提示设置密码,这个密码填在 JumpServer 系统用户 上,用户名 为空不需要填写

  1. firewall-cmd --permanent --add-service vnc-server
  2. firewall-cmd --reload
  1. vncserver :1

:15901 端口,同理 :25902