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 #…
Control panels
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 disable Mod security rule for a domain in cPanel server
Mod security is an Apache module that helps to protect your website from various attacks. It is used to block commonly known exploits using regular expressions and rule sets. It blocks injection attacks which secure your server. We use mod_security1…
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…
How to add/create a Re-seller and assign plan to him – Kloxo re-seller creation
Before creating a re-seller account in kloxo you must have an idea about the creation of packages and DNS template in Kloxo. You can easily create packages in your Kloxo control panel. Here I am explaining the package creation and…