ConfigServers Cpanel Plugins installation Guides
Many uses Hardware firewalls on their Network to safeguard their networks & Servers.
but this may not be frequently customizable, (i didnt say hardware firewalls are not customizable, )
For a laymen words, People need easy accessible web based GUI to manage and configure.
To accomplish configserver.com offers some half dozen of cpanel plugin.
Which is vastly used on cpanel based servers.
To give you short & quick guide on installing, I have made a list of commands to do this without opening multiple windows & files path.
Commonly, we using a folder to store the files before installing, On our example we create a folder
mkdir /root/install cd /root/install
To install, ConfigServer Security & Firewall called as csf
cd /root/install rm -fv csf.tgz wget http://download.configserver.com/free/csf.tgz tar -xzf csf.tgz cd csf sh install.sh cd .. rm -fv csf.tgz
To install, ConfigServer ModSecurity Control called as cmc
cd /root/install wget http://download.configserver.com/cmc.tgz tar -xzf cmc.tgz cd cmc sh install.sh cd .. rm -fv cmc.tgz
To install, ConfigServer Mail Manage also called as cmm
cd /root/install wget http://download.configserver.com/cmm.tgz tar -xzf cmm.tgz cd cmm sh install.sh
To install, ConfigServer Mail Queues also called as cmq
cd /root/install wget http://download.configserver.com/cmq.tgz tar -xzf cmq.tgz cd cmq sh install.sh
Do, drop a line after your experiences