参考链接: 1.https://blog.csdn.net/donglinshengan/article/details/121287114 2.https://zhuanlan.zhihu.com/p/427144657
一、需求
希望在web上访问windows远程桌面,研究了一下后,计划使用方案如下:
二、软件版本
软件及版本:
- UltraVNC Server:https://uvnc.com/downloads/ultravnc.html
- noVNC:https://github.com/novnc/noVNC
- websockify:https://github.com/novnc/websockify
- python:python3
三、配置过程
1、在目标电脑上安装UltraVNC Server;
2、在目标电脑上安装noVNC
大致步骤:
- 安装Python3;
- 通过Python3安装websockify;
- 通过websockify命令启动novnc及网页;
在需要远程的电脑上使用启动命令启动即可:
websockify.exe 5901 127.0.0.1:5900 --web C:\xxxx\noVNC\noVNC-1.3.0
四、常见问题
4.1 如何实现novnc自动登录
经过测试,在novnc后面添加如下内容,即可实现自动登录并连接:
vnc.html?password=xxxxx&autoconnect=true