I've downloaded websockify, but now I don't know how to run it.
To show usage information:
./run --help
To listen on port 6080 (WebSocket) and forward to localhost port 5900 (TCP):
./run 6080 :5900
To enable the embedded static file webserver and forward to a remote server:
./run --web /path/to/novnc 6080 remote_hostname:5900
To show usage information:
To listen on port 6080 (WebSocket) and forward to localhost port 5900 (TCP):
To enable the embedded static file webserver and forward to a remote server: