What is the correct way to create a console session from a external (web) host to a Proxmox node?
I tried to create a socket and post the ticket with vncwebsocket. All I get is a 401 ticket error.
$action = $proxmox->create("/nodes/mynode/qemu/201/vncproxy");
$vncwebsocket =...