BoxBilling_Proxmox
BoxBilling_Proxmox copied to clipboard
Proxmox VM provisioning for BoxBilling
The project is abandoned ?
I did not find a way to retrive the VM or container IP address to send to the client... I think we need to be able to assign IPs/MAC addresses...
Hi, I have a problem connecting to the console on LXC (didn't test KVM). I'm getting Error 401: No ticket when accessing the client product page. I had the same...
This could be done by adding an order form. Then transmit it to Proxmox
Add a CRON to monitor server status. This will prevent clients from getting error messages when the servers are down This will also allow creating a page to report servers...
Need some sort of VM monitoring on user dashboard See https://github.com/scith/BoxBilling_Proxmox/blob/master/Serviceproxmox/Service.php#L576
On suspend, the VM may not be shutdown properly. Need to check https://github.com/scith/BoxBilling_Proxmox/blob/master/Serviceproxmox/Service.php#L361
Clients need their own dedicated users in Proxmox. Otherwise, **the console is executed as root**, causing serious security risks! I tried to do that in the code but faced a...