termproxy

  1. B

    [SOLVED] How to tell /vncwebsocket to reply in text mode suitable for xterm.js?

    Hi While integrating an xterm.js-based web terminal that talks to a Proxmox VM into my application I stumbled across the following issue. How can I tell the /vncwebsocket endpoint to answer using the text-based protocol documented in readme? I assumed that passing it a `vncticket` obtained...
  2. L

    Try to use termproxy via Python and websockets

    I'm trying to connect programmatically in Python with the webshell over API. I first get an auth_ticket from API endpoint proxmox.access.ticket and a shell_ticket from API endpoint proxmox.nodes.localhost.termproxy. I can successfully connect via websocket and the first message should be the...
  3. J

    Login über PVE-Web-Shell geht nicht

    Guten Morgen, ich kann mich über die Web-GUI nicht mehr in die Shell einloggen und bekomme folgenden Fehler: "TASK ERROR: command '/usr/bin/termproxy 5900 --path /nodes/home1 --perm Sys.Console -- /bin/login -f root' failed: exit code 1" Ich denke, dass es daran liegt, dass ich gestern die...
  4. C

    Problem Console noVNC, pfsense, termproxy

    Hello, i installed a Pfsense 2.6 in proxmox 7.4 ( Edge configuration), routing all Wan trafic to Pfsense and add some rules after activating the rules i had this issue : failed waiting for client: timed out TASK ERROR: command '/usr/bin/termproxy 5900 --path /nodes/proxmox-01 --perm Sys.Console...
  5. W

    [SOLVED] Proxmox API - Token authentication error for vncshell (value 'root@pam!Test01' does not look like a valid user name)

    Hi, I'm currently testing the PVE-API and I've come across a strange behavior. To access the API I use API Tokens according to the instructions at https://pve.proxmox.com/wiki/Proxmox_VE_API. Almost all ednpoints work fine, but endpoints: HTTP: POST /api2/json/nodes/{node}/vncshell and HTTP...
  6. A

    Webconsole on another webserver with xtermjs

    I am attempting to host a xtermjs terminal on another webserver. When using xtermjs library and javascript websocket the connection fails. import { Terminal } from 'xterm'; import { AttachAddon } from 'xterm-addon-attach'; const user = "root@pam"; const ticket =...