Hello,
I have created a client area to automatically create a vm when a client order one. The code is written in php and I am using the zzantares proxmox php library.
Here is the code of the creation in the proxmox side of my vm :
public function createVM(string $id_service, int $userid, int...