參考: https://www.it145.com/9/170508.html
node.js
npm install ws
npm install optimist
npm install mime-types
novnc.zip unzip to c:\users\username\node_modules
websockify-master.zip unzip c:\users\username\node_modules\noVNC
noVNC port 9000–>5900
fix websockify.js : filename +=’/index.html’ changto filename +=’/vnc.html’
防火牆允許 9000
建議 startnovnc.bat
@echo off
start "cmd" "cd C:Usersrootnode_modulesnoVNCwebsockify-js-masterwebsockify" & node websockify.js –web C:Usersrootnode_modulesnoVNC 9000 localhost:5900″