1novnc_proxy(1)                   USER COMMANDS                  novnc_proxy(1)
2
3
4

NAME

6       novnc_proxy - noVNC proxy server
7

SYNOPSIS

9       novnc_proxy [--listen PORT] [--vnc VNC_HOST:PORT] [--cert CERT] [--ssl-
10       only]
11
12       Starts the WebSockets proxy and a mini-webserver and  provides  a  cut-
13       and-paste URL to go to.
14
15           --listen PORT         Port for proxy/webserver to listen on
16                                 Default: 6080
17           --vnc VNC_HOST:PORT   VNC server host:port proxy target
18                                 Default: localhost:5900
19           --cert CERT           Path to combined cert/key file, or just
20                                 the cert file if used with --key
21                                 Default: self.pem
22           --key KEY             Path to key file, when not combined with cert
23           --web WEB             Path to web files (e.g. vnc.html)
24                                 Default: ./
25           --ssl-only            Disable non-https connections.
26
27           --record FILE         Record traffic to FILE.session.js
28
29           --syslog  SERVER        Can  be local socket such as /dev/log, or a
30       UDP host:port pair.
31
32           --heartbeat SEC       send a ping to the client every SEC seconds
33           --timeout SEC         after SEC seconds exit when not connected
34           --idle-timeout SEC    server exits after SEC seconds if  there  are
35       no
36                                 active connections
37
38

AUTHOR

40       The noVNC Authors https://github.com/novnc/noVNC
41
42

SEE ALSO

44       websockify(1), nova-novncproxy(1)
45
46
47
48version 1.2.0                    June 25, 2020                  novnc_proxy(1)
Impressum