Softaculous https://www.softaculous.com/board/index.php? <![CDATA[Launching noVNC]]> https://www.softaculous.com/board/index.php?tid=20086&tpg=1#p59212
If yes, then please set the server's IP in Configuration->Slave settings->VNC IP and then check.]]>
Mon, 17 Mar 2025 06:40:36 GMT https://www.softaculous.com/board/index.php?tid=20086&tpg=1#p59212
<![CDATA[Launching noVNC]]> https://www.softaculous.com/board/index.php?tid=20086&tpg=1#p59211 If anyone managed to launch noVNC (I need any access to the terminal directly from the web console), please tell me how you did it. Setting the switches in the settings is clearly not enough to make it work, as well as reading the instructions on the manufacturer's website. In particular, I cannot get the connection string in the browser to be formed correctly and not to be an incorrect sequence like: wss://127.0.0.1:4083/novnc/?virttoken=11
Naturally, the address 127.0.0.1 cannot be correct for a remote connection via the Internet.
I think there are other problems, even if you correct this address to the name of the remote host.]]>
Mon, 17 Mar 2025 00:31:07 GMT https://www.softaculous.com/board/index.php?tid=20086&tpg=1#p59211
<![CDATA[Instacart Referral Code “MCOMPANY19B78” $10 Sign up bonus]]> https://www.softaculous.com/board/index.php?tid=20085&tpg=1#p59210 Sun, 16 Mar 2025 16:44:41 GMT https://www.softaculous.com/board/index.php?tid=20085&tpg=1#p59210 <![CDATA[CashApp Referral Code “CBFKRRK” $5 Sign up bonus]]> https://www.softaculous.com/board/index.php?tid=20084&tpg=1#p59209 Sun, 16 Mar 2025 16:30:26 GMT https://www.softaculous.com/board/index.php?tid=20084&tpg=1#p59209 <![CDATA[noVNC encountered an error]]> https://www.softaculous.com/board/index.php?tid=20083&tpg=1#p59208 There is some problem with error logging in the service. I get an error when trying to open the virtual machine viewer window and the message "noVNC encountered an error". This could be sorted out, but the event LOG is needed, and it is not there: no messages are written to the file /var/virtualizor/log/novnc as expected and as would be logical. How can I enable detailed error logging? It is impossible to configure without error logging. Axiom.]]> Sun, 16 Mar 2025 14:48:20 GMT https://www.softaculous.com/board/index.php?tid=20083&tpg=1#p59208 <![CDATA[Account not activated]]> https://www.softaculous.com/board/index.php?tid=20080&tpg=1#p59207 Sun, 16 Mar 2025 12:32:38 GMT https://www.softaculous.com/board/index.php?tid=20080&tpg=1#p59207 <![CDATA[Virtualizor not sending out any email]]> https://www.softaculous.com/board/index.php?tid=15019&tpg=1#p59206 Sun, 16 Mar 2025 11:25:13 GMT https://www.softaculous.com/board/index.php?tid=15019&tpg=1#p59206 <![CDATA[General system startup LOG]]> https://www.softaculous.com/board/index.php?tid=20082&tpg=1#p59205 Sun, 16 Mar 2025 11:19:24 GMT https://www.softaculous.com/board/index.php?tid=20082&tpg=1#p59205 <![CDATA[OpenProject Project Management]]> https://www.softaculous.com/board/index.php?tid=16485&tpg=1#p59204 ]]> Sun, 16 Mar 2025 09:53:06 GMT https://www.softaculous.com/board/index.php?tid=16485&tpg=1#p59204 <![CDATA[API Not Working After 24-48 Hours Due to Session Expiry – Need Help]]> https://www.softaculous.com/board/index.php?tid=20081&tpg=1#p59203 https://site:4083/sessCUE2YAOCl0ROggb5/index.php?#act=listvs&), my API works fine initially. However, after 24-48 hours, the session expires, and the API stops working.

I am using the following PHP function to send API requests:

PHP Code

 function handleNovinVpsActions($action$vmId$apiConfig) {
    
$baseUrl $apiConfig['base_url'];
    
$apiKey $apiConfig['apikey'];
    
$apiPass $apiConfig['apipass'];

    
$url '';
    if (
$action === 'check') {
        
$url "{$baseUrl}act=vpsmanage&svs=$vmId&api=json&apikey=$apiKey&apipass=$apiPass";
    } elseif (
$action === 'start') {
        
$url "{$baseUrl}svs=$vmId&act=start&api=json&apikey=$apiKey&apipass=$apiPass&do=1";
    } elseif (
$action === 'stop') {
        
$url "{$baseUrl}svs=$vmId&act=stop&api=json&apikey=$apiKey&apipass=$apiPass&do=1";
    } elseif (
$action === 'restart') {
        
$url "{$baseUrl}svs=$vmId&act=restart&api=json&apikey=$apiKey&apipass=$apiPass&do=1";
    }

    
$response callApiWithSession($url);
    return 
extractVpsInfo($response);





I suspect that my API requests rely on an active session that expires after 24-48 hours, but I am not sure how to keep the session active or refresh it automatically.

Why does my API stop working after 24-48 hours?



-----------------------

ClientVPS]]>
Sat, 15 Mar 2025 16:12:49 GMT https://www.softaculous.com/board/index.php?tid=20081&tpg=1#p59203