I get downloaded the latest kanaka NoVNC and there's Host, Port, Password & Token fields in noVNC to connect a VNC server.
so i did run commands to vncproxy generating ticket,cert, ...
and vncwebsocket with vncproxy as argument and the answer from server is clear:
post vncproxy:
get vncwebsocket
The question is which parameters i should enter to noVNC connection form as Password & Token??!
so i did run commands to vncproxy generating ticket,cert, ...
and vncwebsocket with vncproxy as argument and the answer from server is clear:
post vncproxy:
Code:
Array
(
[port] => 5901
[user] => root@pam
[ticket] => PVEVNC:xxxxxxx==
[upid] => UPID:pve:0000315D:002E2DC2:56C083E0:vncproxy:135:root@pam:
[cert] => -----BEGIN CERTIFICATE-----
xxxxxxxxxxx
-----END CERTIFICATE-----
)
Code:
Array ( [port] => 5901 )
The question is which parameters i should enter to noVNC connection form as Password & Token??!