reboot in rescue using the API https://www.softaculous.com/board/index.php?tid=4587 <![CDATA[reboot in rescue using the API]]> https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p37488
Quote
$v->r($v->rescue(126, ['disablerescue']));


I just checked the SDK and the function to disabke rescue si not there yet.
Please add the below function in sdk/enduser.php on your virtualizor server :

Like below :

function disable_rescue($vid){
       
    $post = array('disablerescue' => 1);
   
    //MAKE the Request
    $res = $this->call('index.php?svs='.$vid.'&act=rescue', $post);
   
    //DID it finish?
    if(!empty($res['done'])){
        return true;
    }else{
        return false;
    }
}

Above function should resolve your issue. We will add this in our next release.
Sorry for the inconvenience caused.
Let us know for further information.]]>
Mon, 24 Jul 2017 10:17:22 GMT https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p37488
<![CDATA[reboot in rescue using the API]]> https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p37479 http://virtualizor.com/enduser-api/?php#disable-rescue

$v->r($v->rescue(126, ['disablerescue']));

It dosent work for me how is my Problem Need help pls.

Greetz
]]>
Sun, 23 Jul 2017 21:50:07 GMT https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p37479
<![CDATA[reboot in rescue using the API]]> https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p22952
Quote From : uname-r October 25, 2013, 6:55 pm
...i only need the variables.



Main Act = rescue

Sir, the main varibles that should be posted are  :
enablerescue - This will enable rescue mode.
password - Rescue Password
conf_password - Same as password

disablerescue - Will disable rescuemode]]>
Thu, 11 Dec 2014 07:39:47 GMT https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p22952
<![CDATA[reboot in rescue using the API]]> https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p22870 You have this option in Virtualizor Admin Panel -> Configuration

Its difficult for people to exploit your server if the SSH port is different.
]]>
Sat, 06 Dec 2014 05:42:16 GMT https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p22870
<![CDATA[reboot in rescue using the API]]> https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p16176
]]>
Fri, 25 Oct 2013 18:55:12 GMT https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p16176
<![CDATA[reboot in rescue using the API]]> https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p16175 Fri, 25 Oct 2013 18:54:46 GMT https://www.softaculous.com/board/index.php?tid=4587&tpg=1#p16175 <![CDATA[]]> https://www.softaculous.com/board/index.php?tid=4587&tpg=0#p16054
How can i reboot in rescue mode using the client API?  I see nothing in the doc about this.

Possible?  Any API function for this?

Thank you]]>
Mon, 21 Oct 2013 04:23:45 GMT https://www.softaculous.com/board/index.php?tid=4587&tpg=0#p16054