How to change Kloxo admin password from command line?

Have you forgot the password? Are you in trouble?

Kloxo is an another useful free control panel for web hosting management. In Kloxo there are mainly two ways to reset the password (admin) from the server commandline. This is very helpful methods to recover the password simply. Similar in cPanel there are a lot of inbuilt scripts are available with Kloxo. We can simply use those scripts to reset the password.

Method I

1, SSH to server as root.
2, Execute the script.

/script/resetpassword master NewPassword 

Where NewPassword is the password.

3, Restart Kloxo.

/etc/init.d/kloxo restart

This is very important. Please don’t forget to restart the Kloxo daemon after reseting the Admin password.

Method II

1, SSH to server as root.
2, Execute the script.

/script/update --class=client  --name=admin  --subaction=password  --v-password=NewPassword 

3, Restart Kloxo.

/etc/init.d/kloxo restart

That’s it!!

Related

1, Create cronjob using Kloxo panel
2, WordPress installation steps via kloxo panel
3, Create a Re-seller and assign plan to him – Kloxo re-seller creation

Post navigation

Arunlal Ashok

DevOps Engineer. Linux lover. Traveller.
Always happy for an open discussion! Write to arun ((@)) crybit ((dot)) com.

6 thoughts on “How to change Kloxo admin password from command line?

Leave a Reply

Your email address will not be published. Required fields are marked *