If I first request a VNC proxy and then a WebSocket via the Proxmox API, regardless of whether JSON or CLI, the port is not online/open on the server.
Is there anything I need to be aware of with Creation, or can I debug it somehow?
Returns a port (5900) with cert, user, ticket...
Returns the same port (5900)...
Telnet shows that the VNC is not online/open.
Is there anything I need to be aware of with Creation, or can I debug it somehow?
Code:
pvesh create /nodes/homeserver/qemu/100/vncproxy -websocket true
Returns a port (5900) with cert, user, ticket...
Code:
pvesh get /nodes/homeserver/qemu/100/vncwebsocket -port 5900 -vncticket
Returns the same port (5900)...
Telnet shows that the VNC is not online/open.
Code:
telnet localhost 5900
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused