Linux+noVNC
环境及软件
- Centos7桌面
- noVNC
- websockify
- tigervnc-server
搭建流程
- 安装Centos7桌面版
- 安装noVNC
- git clone https://github.com/novnc/noVNC
- git clone https://github.com/novnc/websockify
- mv ./websockify ./noVNC/
- cd ./noVNC/utils/
- openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem
- 生成证书,一直回车
- yum -y install python3
- yum -y install numpy
- 缺啥补啥
- 安装tigervnc-server
- yum -y install tigervnc-server
- 建立服务
- vncserver :1
- 输入连接密码,最低6位数
- 牢记访问密码
- 启动服务
1 | /root/noVNC/utils/launch.sh --vnc localhost:5901 |
测试
- 打开另一台同网段电脑浏览器,Chrome/Firefox
- 访问http://CentosIP/vnc.html
- 输入密码
- 网页连接成功