How to create cron jobs on your Kloxo Panel

How to create cron jobs on your Kloxo Panel Kloxo is a free control panel for managing your VPS hosting or dedicated server hosting. Cronjob is scheduling a task to run later. The task can be either command or a script. The background process(daemon) behind the cronjob is the crond. In the /etc folder there is […]

Change Kloxo admin password from command line

How to change Kloxo admin password from command line? Ans: Fowolling Method use those scripts to reset the password  Method I 1)  SSH to server as root 2)  Execute the script /script/resetpassword master NewPassword  3)  Restart Kloxo /etc/init.d/kloxo restart Note: Please don’t forget to restart the Kloxo daemon after reseting the Admin password. Method II 1)  SSH […]