Installation
1) Clone the repository:
https://github.com/novnc/noVNC2) Go to the utils folder and run: bash novnc_proxy
(This will create websockify in the utils folder)
3) Then go to the websockify folder and run:
python3 setup.py install
Running Client
1st Way
Go to the utils -> websockify folder and run:
bash run localhost:6080 vnc_host --web "noVNC path"
2nd Way
Go to the utils folder and run: bash novnc_proxy --vnc vnc_host --listen 6080