Recommended add-ons for WHM/cPanel

Now that you are running WHM/cPanel on your VPS, here are some useful, free tools that you can use in WHM/cPanel.

(If you are looking for a control panel solution, check out our guide on How to install cPanel/WHM in your server)


ConfigServer Security and Firewall

This software suite is a popular and user friendly security add-on for your Linux server. You can use it with WHM to monitor and manage firewall rules and detect malicious activity.

To install it, run the following commands on your server (*as root)

cd /usr/src
rm -fv csf.tgz
wget https://download.configserver.com/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh

Test for the required iptables modules:

perl /usr/local/csf/bin/csftest.pl

Now to configure CSF, log in to the WHM interface and navigate to Home / Plugins / ConfigServer Security & Firewall.

We recommend you follow the instructions and read the documentation on their page here.

ConfigServer ModSecurity Control

ModSecurity is a web application firewall (WAF) that you can deploy to detect and prevent attacks before they reach your application. It is based on OWASP CRS, the dominant WAF rule set, that brings protection against various attacks.
You can control the policies either globally or per cPanel user, which is useful in situations with multiple accounts per server with different application requirements.

It's easy to install it as a free add-on to your server by following the specific documentation on the provider's page here.

Munin

This open-source network and infrastructure monitoring tool is a great addition to WHM. It can help you monitor your server's overall performance by allowing you to analyze resource usage.

It is easy to set up quickly by navigating to WHM / cPanel / Manage Plugins, find "Munin for cPanel", and click "Install Munin for cPanel".

These just a few examples of useful WHM add-ons that you can install within your WHM/cPanel account, to enhance the capabilities of this software and allow for even more control of the applications.

  • cpanel, software, install, Firewall, security
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Remove disc from sources.list

Want to update Debian but just recive this error?: Media change: please insert the disc...

Root user on Ubuntu / Debian

On standard Ubuntu and Debian does not offer a root user via ssh (unless you activate him), you...

Long password

For security reasons we always recommend to set strong and long passwords.But we also advise to...

Speedtest

Step-by-step guide sudo apt-get install python-pip sudo pip install speedtest-cli...

Step-by-step: Ubuntu 20 installation

Ubuntu 20 Standard installation1 ) Choose language and locale, we will use English.   2)...