Код: Выделить всё
git clone https://github.com/novnc/noVNC.git
cd noVNC
ln -s vnc.html index.html
Код: Выделить всё
openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem
Код: Выделить всё
./noVNC/utils/novnc_proxy --vnc 192.168.100.12:5959 --listen e19.gt:6082
Код: Выделить всё
./noVNC/utils/novnc_proxy --vnc localhost:5922 --listen e19.gt:6081
https://github.com/novnc/websockify
https://habr.com/ru/articles/326164/