You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless you are using a VNC server with support for WebSockets connections (such
85
+
as [x11vnc/libvncserver](http://libvncserver.sourceforge.net/),
89
86
[QEMU](http://www.qemu.org/), or
90
-
[PocketVNC](http://www.pocketvnc.com/blog/?page_id=866)), you need to
91
-
use a WebSockets to TCP socket proxy. There is a python proxy included
87
+
[MobileVNC](http://www.smartlab.at/mobilevnc/)), you need to use a
88
+
WebSockets to TCP socket proxy. There is a python proxy included
92
89
('websockify').
93
90
94
91
95
92
### Quick Start
96
93
97
-
* Use the launch script to start a mini-webserver and the WebSockets
98
-
proxy (websockify). The `--vnc` option is used to specify the location of
99
-
a running VNC server:
94
+
* Use the launch script to start a mini-webserver and the WebSockets proxy
95
+
(websockify). The `--vnc` option is used to specify the location of a running
96
+
VNC server:
100
97
101
98
`./utils/launch.sh --vnc localhost:5901`
102
99
103
-
* Point your browser to the cut-and-paste URL that is output by the
104
-
launch script. Enter a password if the VNC server has one
105
-
configured. Hit the Connect button and enjoy!
100
+
* Point your browser to the cut-and-paste URL that is output by the launch
101
+
script. Enter a password if the VNC server has one configured. Hit the
102
+
Connect button and enjoy!
106
103
107
104
108
105
### Other Pages
109
106
110
-
*[Encrypted Connections](https://github.com/kanaka/websockify/wiki/Encrypted-Connections). How to setup websockify so that you can use encrypted connections from noVNC.
107
+
*[Modules/API](https://github.com/novnc/noVNC/wiki/Modules-API) - The library
108
+
modules and their Javascript API.
111
109
112
-
*[Advanced Usage](https://github.com/kanaka/noVNC/wiki/Advanced-usage). Starting a VNC server, advanced websockify usage, etc.
110
+
*[Integration](https://github.com/novnc/noVNC/wiki/Integration) - Get noVNC
111
+
to work in existing projects.
113
112
114
-
*[Integrating noVNC](https://github.com/kanaka/noVNC/wiki/Integration) into existing projects.
113
+
*[Troubleshooting](https://github.com/novnc/noVNC/wiki/Troubleshooting) - How
0 commit comments