Search results

  1. R

    Problem with Proxmox 8.0 API qemu exec

    Hi, I have install new Node with Proxmox 8.0.3. Before this node I used API for config IP, DNS, firewall, etc.. But this Node cannot use API I setting same as other node if it work It will return pid. I'm try with shell command: qm guest exec 101 kvm fwoff It actually work Turn off...
  2. R

    Node with question mark

    I have Proxmox with 5 Server (not cluster) All Node showing a question mark Promox Version 7.4.3 I check in graph it will happen neary time I must have to reset all node to fix this happen how can I stop this happen Thanks!
  3. R

    how can I fixed api always return null

    Hi, I have use Proxmox API When I'm using a root user it will return data $configure = [ 'hostname' => 'proxmoxDomain', 'username' => 'root', 'password' => 'xxxxxxx', ]; Request::Login($configure); $acl = [ 'userid' => "Test", 'password' => 'Test'...