VNC terminal + proxy

stalker

Active Member
May 3, 2015
9
1
43
Hello, I would like to ask you for your advice.
I want to make VNC terminal (java and NoVNC) accessible for my customers and I am looking for a safe way how to do so. I don’t want them to login directly to Proxmox master server. Is it possible to offer to my customers VNC terminal via API from a different webserver and also to send requests to VNC terminal through dedicated proxy server?

Thank you!
 
For this, I would suggest you to create you users using the backend of your choice ( pam, ldap, etc ...) on the proxmox and then restrict this users to the VM.Console priviledge. See Datacenter => Roles.
It is safe and is the suggested way to do such things.

If you really want the users to login via a different server, then this server need to have the code to implement part of the api related to the authentification.