当前位置: 首页 > 工具软件 > noVNC > 使用案例 >

noVNC

萧宏远
2023-12-01

下载noVNC

yum -y install git
git clone git://github.com/kanaka/noVNC

  • 安装noVNC
yum -y install tigervnc-server
#创建安全连接
openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem
  • 运行noVNC
cd noVNC/utils/
./launch.py --vnc localhost:5901
  • 测试noVNC

登陆web网页
http://IP:6080/vnc.html

 类似资料:

相关阅读

相关文章

相关问答