Search results

  1. B

    noVNC console from external site via api? (PVE 5.0-32)

    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 =...