Search results

  1. G

    Can't login in an openvz created VPS using the API

    Hello to everybody, I'm developing the creation of VPS both qemu and openvz using the API. Everything seems right with qemu and openvz, and it creates the VPSs, but in the second case when I try to login the password of root is not matching. new_container_settings: Array ( [vmid] => 424...
  2. G

    Run console from user web via PHP API

    Hello to everybody, I have started to use the PHP Api in order to give access to our customers to their VPS with KVM. We have seen that stopping and starting the virtual machine is really easy, and we will create 2 buttons that will stop or start the machine. We have tried that and is working...