diff --git a/Using-noVNC-and-Liberation-as-Web-Interface.md b/Using-noVNC-and-Liberation-as-Web-Interface.md index ef6eed7..1418c48 100644 --- a/Using-noVNC-and-Liberation-as-Web-Interface.md +++ b/Using-noVNC-and-Liberation-as-Web-Interface.md @@ -16,7 +16,8 @@ If you use 1080p on your client then it would be best that the resolution on you If you fancy remove the Taskbar from that screen. ### Setting up VNC -Download TightVNC - why? Because you can limit the viewing-Area with it. +[Download TightVNC](https://www.tightvnc.com/download.php) - why? Because you can limit the viewing-Area with it. + I found several other VNC server tools, but its seldom that you can limit the provided area to a certain window or coordinates. Install TightVNC using its installer. Once done install it as a service (there are links in the StartMenu for that) and run that service (also link in StartMenu). @@ -37,6 +38,10 @@ Explanation: Change to the tab _Access Control_ and allow loopback connections ## Setting up noVNC and websockify -``this_websocket = new WebSocket(uri, ['binary',base64']);`` +* [Download noVNC](https://github.com/novnc/noVNC) and extract it to a folder of your liking. +* change the websocket.json (../noVNC-1.2.0/core/websocket.json - Line 185) to following: ``this_websocket = new WebSocket(uri, ['binary',base64']);`` +* [Download Websockify](https://github.com/novnc/websockify) + + .. to be continued! \ No newline at end of file