Hi,
I am currently developing a system using the Prox API - going smoothly and its very well documented so making my life really easy .. (thanks developers)
Only issue I can forsee for the future is the file limit on the user configs, I read somewhere you can only have around 5-6 thousands users, hence need many more once we reach that many clients.
The issue is only really for VNC, no one is going to be logged into Proxmox directly as thats all done via my billing and control panel I have been creating over the last few months, pretty much when a VPS has been ordered a user is created with VM.Console and VM.powermgt only so they can use VNC and start/stop/restart/reset etc etc etc
My system just simply pings the prox api with access credentials and I get the usual CSRF and token which I then store to the users browser as the standard cookie.
Pretty simple setup... but just wanted to see if anyone has any suggestions for the user limit, it won't be an issue for at least a year but it will become an issue in the future.
Before anyone mentions using a global account for all customers consoles I'll have to shut you down before you mention it lol thats extremely unsecure as everyone will have access to everyone else I may as well advertise the root accounts password on the website and re-open sshd haha ...
Any suggestions appreciated
Thanks in advance!
I am currently developing a system using the Prox API - going smoothly and its very well documented so making my life really easy .. (thanks developers)
Only issue I can forsee for the future is the file limit on the user configs, I read somewhere you can only have around 5-6 thousands users, hence need many more once we reach that many clients.
The issue is only really for VNC, no one is going to be logged into Proxmox directly as thats all done via my billing and control panel I have been creating over the last few months, pretty much when a VPS has been ordered a user is created with VM.Console and VM.powermgt only so they can use VNC and start/stop/restart/reset etc etc etc
My system just simply pings the prox api with access credentials and I get the usual CSRF and token which I then store to the users browser as the standard cookie.
Pretty simple setup... but just wanted to see if anyone has any suggestions for the user limit, it won't be an issue for at least a year but it will become an issue in the future.
Before anyone mentions using a global account for all customers consoles I'll have to shut you down before you mention it lol thats extremely unsecure as everyone will have access to everyone else I may as well advertise the root accounts password on the website and re-open sshd haha ...
Any suggestions appreciated
Thanks in advance!