How to install ConfigServer Mail Queues (cmq)
How to install ConfigServer Mail Queues (cmq) The product provides you with a full featured interface to the cPanel exim email queues from within WHM. The ConfigServer Mail Queues can…
How to install Installatron Plugin in cpanel/WHM
How to install Installatron Plugin in cpanel/WHM Installing without a license will install the free edition. This edition is full-featured, includes all applications, and there is no time limit. The…
How to install php.ini manager plugin in WHM
How to install php.ini manager plugin in WHM PHP.ini Manager (phpinimgr) is a WHM plugin designed to help you manage custom php.ini files for your users. It will list all…
Mysql manager of pid file quit without updating file
Mysql manager of pid file quit without updating file While Starting Mysql service getting the below error message. Mysql manager of pid file quit without updating file This problem occurs…
Block FTP access using Iptables
Iptables block ftp access Completely disable the FTP access on the server using below iptables rule: iptables -A INPUT -p tcp –dport 21 -j DROP If you want to block…
Block FTP access using csf firewall
To completely disable the FTP access on the server follow the below steps: root@server vi /etc/csf/csf.conf Search for the lines: # Allow incoming TCP ports TCP_IN = and remove the…
Yum error Time out while Loading fastestmirror
Yum is giving error Time out while Loading fastestmirror While installing any application using yum getting time out error while loading fastest mirror. It seems that mirrors are not able…
Perl Error installing csf firewall in directadmin
Perl error while installing csf in directadmin : Can’t locate LWP/UserAgent.pm While installing csf in linux directadmin server it will through below error message. Checking Perl modules… Can’t locate LWP/UserAgent.pm…