How do I run websockify on linux?

3.4k views Asked by At

I've downloaded websockify, but now I don't know how to run it.

1

There are 1 answers

0
kanaka On

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