Search results

  1. M

    [SOLVED] NOVNC from remote

    At the moment I am just testing Proxmox. I have a single node on public access (with just some testing VMs, no production). I just wanted to know how you deal with possible vulnerabilities that might open. What your plan is to set a cookie inside the user's PC, which would allow him to gain...
  2. M

    [SOLVED] NOVNC from remote

    When you set up the cookie like you did, what happens if the user tries to open the Proxmox web interface directly?
  3. M

    403 Permission check failed (permission denied - invalid PVEVNC ticket)

    So after a day of debugging I solved my remote VNC problem. PVE version: pve-manager/4.2-2/725d76f0 (running kernel: 4.4.6-1-pve) So, what I do through API: 1) POST /api2/json/nodes/s02/qemu/105/vncproxy - this should work fine. Received values are [port, cert, upid, user, ticket] 2) GET...
  4. M

    [SOLVED] NOVNC from remote

    Hello, I don't have a file index.html.tpl on my proxmox server, would you share yours?
  5. M

    403 Permission check failed (permission denied - invalid PVEVNC ticket)

    The port itself is reachable: [root@localhost ~]# telnet x.x.x.x 5904 Trying x.x.x.x... Connected to x.x.x.x. Escape character is '^]'. RFB 003.008 In the noVNC settings I am using port 8006 though - is that correct? I see this in the Firefox Console: unreachable code after return statement...
  6. M

    403 Permission check failed (permission denied - invalid PVEVNC ticket)

    Hello, I am trying to achieve the same thing as you do - I downloaded noVNC on my local computer. I use API calls vncproxy and vncwebsocket, which are successful - I get the port and ticket values. In the VNC (on my PC) screen I use the following settings: Encrypt: checked Host: my.server.eu...