vncprocy

  1. P

    Api call Timeout from vncwebsocket

    Hello i have a web app and i can't pass this issue My Proxmox mngt is on 10.10.0.15:8006 ``` const handleManageVM = async (vmid, node) => { try { const authTokens = { token: account.token, pveToken: account.pve_token...
  2. B

    Is there a configuration that can extend the wait time for a one-time VNC connection?

    My web application always use ten seconds to connect the vnc .As a result ,my noVnc can't connect the vm Instantly. So I want to now is there a config file to extend the wait time for a one-time VNC connection.
  3. M

    Getting a '502 - Bad gateway' when proxying the vncwebsocket.

    Hello, I am currently using Nginx to embed a console onto an external webpage. To accomplish this, I am proxying the content to the Proxmox host. Please refer to the Nginx configuration below: Nginx configuration: server { listen 80 default_server; listen [::]:80 default_server...