An introduction to Web hosting control panels! Are you a beginner in web-hosting field? Then, you must have a basic knowledge about different control panels available around you to manage your business. Here I am listing the web-hosting control panels…
kloxo
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…
FTP login problem in Kloxo – 530 Login failed error
If you are getting 530 Login failed error in Kloxo, then you can follow the steps to resolve this error. # rpm -qa | grep ftp Make sure only pure-ftpd exists. Uninstall if any other ftp exists. Downgrade pure-ftpd #…
Commonly using scripts for Kloxo server
Kloxo is a free control panel for managing your VPS hosting or dedicated server hosting. Since Kloxo is a free control panel, it have many bugs. Kloxo’s scripts are not very common. Here I am explaining some kloxo scripts. #…
How to create/schedule cron jobs on your server – CronJobs in Kloxo
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 a file called crontab where we can write…
[Solved] “Ftp connection refused” error in Kloxo
If you are getting “Ftp connection refused” error in Kloxo, then you can follow this post. Error: ftp xxx.xx.xx.xx ftp: connect: Connection refused ftp> # netstat -plan | grep :21 Solution: Make sure you are running pure-ftpd service. If so,…
How to change MySQL root password from Kloxo Panel
You can change MySQL root password from Kloxo panel by following the steps below: Step 1 : Login to Kloxo control panel, Click here for “How to access kloxo control panel” IP.ADDRESS:7778 Step 2 : Do the following steps: Admin…