Fix Unlimited Quota in WHM
Issue: Quota in WHM under Account Information > List Accounts shows “unlimited” for all users in a SolusVM OpenVZ container environment. The following steps will demonstrate how to fix the issue. It...
View ArticleHow to disable cPanel redirection to SSL?
There are times you want to disable automatic to SSL connection while accessing WHM, cPanel, Webmail, so you can access cPanel/WHM via standard ports 2082 and 2086, this is pretty useful if you have...
View ArticleInstall pico and set as default editor through CentOS
I could see many people around me are using pico instead of other editor like vim which come with centos. As you know, pico is not come together with centos and you may refer to this article and apply...
View ArticleHow to disable LFD excessive resource usage alert?
In this tutorial, we can check different methods to disable LFD excessive resource usage alert. Login Failure Daemon(LFD) is a daemon process which runs on VPS or Dedicated servers that uses Config...
View ArticleHow to Install NginxCP on cPanel/WHM
Nginx is a fantastic, free, open-source, high-performance HTTP server and reverse proxy. It is one of the most popular tools used to power many websites, and can be implemented quite easily on a new...
View ArticleInstall cPanel on CentOS
To install cPanel & WHM on your server, run the following command: cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest Note: We recommend that you...
View ArticlecPanel login invalid while using correct username and password
The solution: in SSH for i in `ps aux | grep -i "cphulkd - process" | awk {'print $2'}` ;do kill -9 $i ;done /usr/local/cpanel/bin/cphulk_pam_ctl --disable The post cPanel login invalid while using...
View ArticleHow to Install WHMSonic
WHMSonic can be installed by the root user under the root SSH. After you run the following command as a root user, your software will be automatically installed and you can access to WHMSonic under...
View ArticleHow to Uninstall WHMSonic
The process for uninstalling WHMSonic is much the same as the process for installing WHMSonic Login to your server via SSH then run the following command via Linux: cd /root/; wget...
View Article