Может кому надо свежий noVNC, немножко перевёл:
Это изображения скрыто для гостей.
Пожалуйста, зарегистрируйтесь или войдите, чтобы увидеть его.
Это вложение скрыто для гостей.
Пожалуйста, зарегистрируйтесь или войдите, чтобы увидеть его.
Распакуйте архив в папку /usr/lib,
не забудьте на всякий случай предварительно заархивировать папку /usr/lib/vnc.
PS
Нашёл как передать опции:
## Parameters
The noVNC application can be controlled by including certain settings in the
query string. Currently the following options are available:
* `autoconnect` - Automatically connect as soon as the page has finished
loading.
* `reconnect` - If noVNC should automatically reconnect if the connection is
dropped.
* `reconnect_delay` - How long to wait in milliseconds before attempting to
reconnect.
* `host` - The WebSocket host to connect to.
* `port` - The WebSocket port to connect to.
* `encrypt` - If TLS should be used for the WebSocket connection.
* `path` - The WebSocket path to use.
* `password` - The password sent to the server, if required.
* `repeaterID` - The repeater ID to use if a VNC repeater is detected.
* `shared` - If other VNC clients should be disconnected when noVNC connects.
* `bell` - If the keyboard bell should be enabled or not.
* `view_only` - If the remote session should be in non-interactive mode.
* `view_clip` - If the remote session should be clipped or use scrollbars if
it cannot fit in the browser.
* `resize` - How to resize the remote session if it is not the same size as
the browser window. Can be one of `off`, `scale` and `remote`.
* `logging` - The console log level. Can be one of `error`, `warn`, `info` or
`debug`.
Например для автоматического входа на клиента нужно дописать на сервере в 8 строку файла
/srv/www/htdocs/tsmon/vnc.php
header("Location: http://$ips:6080/vnc.html?host=$ips&port=6080
&autoconnect=true&password=1q2w3e4r");
Напомню: пароль VNC устанавливается в build.conf, переменная "param xorgvncpasswd"