Recent content by z4rp

  1. Z

    Disable user access to GUI

    I basically want to write my own GUI using the Proxmox API. That on itself is easy enough in concept, but i would also like to use the Proxmox VM Console. From what i remember seeing, the only way to use that console is using cookie authentication, not via api token. Thats where i struggle.
  2. Z

    Disable user access to GUI

    Hey, sorry for the super late answare. Not sure if that would help, since I'd like to use the vm console of Proxmox. I'll update the post if i get to more testing.
  3. Z

    Disable user access to GUI

    Heya, is it possible at all to disable the GUI for a user? The user in my example has only access to Console and Power Management of one VM. Im creating a Ticket/Cookie via API which is working well, but by simply opening the normal GUI URL i then am logged into Proxmox. While i can't do...