Recent content by karunakaran m s

  1. K

    I need NoVNC script API

    i am php developer i want to run VNC Console this is my code when i run this code its getting timeout <?php require("pve2_api.class.php"); $pve2 = new PVE2_API("103.108.117.173", "root", "pam", "xyzzz"); if ($pve2->login()) { $node = 'host172'; $vmid = 1115...
  2. K

    I need NoVNC script API

    i am developing API , i need NoVNC code to run anybody can help me