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...