收藏本站
   
查看手机网站
其他账号登录: 注册 登录

在Rocky linux8.9下安装vncserver

具体安装步骤:

1、安装 Gnome 桌面,Gnome桌面包含在“Server with GUI”里面:

  • yum groupinstall "Server with GUI" -y


2、安装vncserver:

  • yum install tigervnc-server


3、复制文件(将安装的vnc的配置文件复制到运行环境):

  • cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:2.service

#这里的数字是启动vnc的端口号,我用的2表示端口号是5902,也就是加上了一个5900


4、修改模板文件,替换其中的[Service]部分:

  • vim /etc/systemd/system/vncserver@:2.service


[Service]

Type=forking

User=root

# Clean any existing files in /tmp/.X11-unix environment

ExecStartPre=-/usr/bin/vncserver -kill %i

ExecStart=/sbin/runuser -l root -c "/usr/bin/vncserver %i"

PIDFile=/root/.vnc/%H%i.pid

ExecStop=-/usr/bin/vncserver -kill %i


5设置vnc密码,这里输入两次密码,然后键入n,表示不启动单独查看用的密码:

  • vncpasswd


6、启动vncserver:

  • systemctl start vncserver@:2.service

最后不要忘了在相应的防火墙打开外网对5902端口的访问


7、在linux客户端启动对服务器的ssh连接,192.168.1.16替换成你服务器的IP

  • ssh -L 127.0.0.1:5902:127.0.0.1:5902 root@192.168.1.16


8、在windows客户端启动vncviewer,IP端口设置为:192.168.1.16:5902


成功



分享到:
客服咨询
0752-7897707
邮政编码:516870
客服邮箱:156449799@qq.com
公司地址:广东省惠州市永汉文建路59号
宝禄微信公众号
宝禄微信小程序
在线客服
 
 
 工作时间
周一至周五 :8:00-18:00
周六至周日 :10:00-17:00
 联系方式
客服热线:0752-7897707
赵工邮箱:156449799@qq.com