How to install Firewall in cPanel?

Firewall

You can install CSF firewall to protect your network, Installation commands :

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

To test CSF required modules :

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

Don't worry if you cannot run all the features, so long as the script doesn't report any FATAL errors

Full installation manual : https://www.configserver.com/cp/csf.html

Secure SSH

Try not to use port 22 for SSH login. change it from /etc/ssh/sshd_config file to another number for example : 1527 and save it. Open the port number in your firewall rules and run :

service sshd restart
  • 19 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

sharedlicense cpanel

cPanel/WHM Shared Licenses cPanel/WHM is a Control Panel for VPS , VDS or Dedicated Servers. It...

How To Activate Modulesgarden License

1. Download CL_Module.zip (ScreenShot https://prnt.sc/1pw7ae0 ) 2. Upload under Module Directory...

How to Verify how many LiteSpeed Cores/Worker are Working?

o determine what litespeed core you can run the followin command : ps aux | grep litespeed...