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…
How to add/create DNS template in kloxo control panel
You must have an idea about this “how to add the DNS template in your server via Kloxo”?, Adding the DNS template is very important and it is the basic step for creating accounts (Re-seller and single) in your server…
How/Steps to install fail2ban on CentOS 5.x, 6.x Rhel 5.x, 6.x – Protect SSH/FTP using fail2ban
Fail2ban, it is a security based application for your Unix based server. The fail2ban service is commonly used to protect your SSH and FTP from unauthorized connection. Here I am explaining the installation and basic configurations steps of fail2ban service…
10+ netstat command’s practical usages with example – Unix/Linux
Hi friends, last day we have discussed about some useful switches of netstat. But, in practical situation, we need to use some combination(Switch combinations) to display custom output. Here I am explaining some practical usages of netstat with example. How…
10+ netstat command switches with example – Unix/Linux
The “netstat” is one of the powerful command/tool to find out the network statics of your server. The “netstat” tool is available in both Unix and Windows OS. The word “netstat” stands for “Network Statics”. The “netstat” print network connections,…