ticket

  1. S

    [SOLVED] Hello, I have a question about the noVNC 401 (No Ticket) error.

    I am currently developing an integrated web application for Proxmox. The frontend is built with Angular, and the backend uses Node.js with Express. After deploying the application using Docker and testing the noVNC connection, I consistently encounter a 401 error. Below is the relevant code...
  2. N

    [SOLVED] Revoke API Tickets

    Hello Im using PHP for connecting to the Proxmox API. Since the construction on how PHP is build, that means that there is at every page reload a new Connection with new ticket created (i think?) So now im wondering if its possible to revoke a API ticket after every request and get a new one...
  3. U

    [SOLVED] How to Create an Authentication Ticket via REST API?

    I can see in the API documentation where the endpoint is for creating an authentication ticket: https://pmg.proxmox.com/pmg-docs/api-viewer/index.html#/access/ticket I don't see anything in the main documentation describing how to use the REST API. I have provided the username and password...
  4. J

    [SOLVED] Is there any way to autofill the vnc websocket password prompt?

    Hello What I need to do, is basically autofill (or make the password not required) when getting the novnc console via websockets) The setup is: Browser- nodejs proxy - proxmox In the browser I can't really do anything with it, because it's required before the pages render, and the vnc-ticket...
  5. J

    [SOLVED] Websocket connection invalid pvevnc ticket

    Hello Reading through the API call I can successfuly make request to the following endpoints: post - api2/json/access/ticket post - api2/json/nodes/node/lxc/vmid/vncproxy get api2/json/nodes/node/lxc/vmid/vncwebsocket From these (besides other things) I have the pvevnc-ticket, the websocket...
  6. H

    Generate user ticket without their password

    It it possible over the API or CLI to generate a user's ticket without their password as an admin/root user? I'm working on a custom SSO for proxmox that would in the background generate a ticket for you then add it to your cookies so you never see a proxmox login page.
  7. V

    Proxmoxer possibily expire token

    Hi I integrated proxmox with cuckoo thanks to the use of proxmoxer, but after a few hours I have the error related to the lack of authentication: raise AuthenticationError ("Couldn't authenticate user: {0} to {1}". format (self.username, self.base_url + "/ access / ticket")) in...
  8. H

    change ticket lifetime for url in daily spam report

    Hi, i need help to change ticket lifetime for url in daily spam report to be 2 days. Can we change ticket life time to be 2 days, and after 2 days system generate new ticket, and users couldn't open URL's older than 2 days. Note: LDAP Authentication enabled "configuration > Spam Detector >...
  9. J

    GET vncwebsocket doesnt seem to work

    no matter how or what i pass i always get NULL back or the error property is missing and is not optional while i did pass it. im using javascript to generate a curl command curl -X GET -k -b pveAuthcookie= (ticket gotten from access.ticket)...
  10. J

    Passing a ticket to noVNC

    im using novnc to grant people access to the console of their VM through a custom UI instead of the default proxmox UI, however the default UI saves a ticket in the browser which it uses for the consoles. how to i pass a new ticket to the noVNC in my browser or how to i save one in my browser?