Miley Posted July 31, 2015 Share Posted July 31, 2015 How to install csf firewall ? -> So, login to your server via ssh and let’s start CSF installation by retrieving the package files using wget command:# wget http://configserver.com/free/csf.tgzUnpack the archive:# tar xfz csf.tgzNavigate to the uncomperssed csf directory:# cd csfRun the installer:# sh install.shIt will create configuration file and add all required cPanel services to allow list. Let’s disable testing mode by editing main CSF configuration file. Open the file using any editor (vi, nano, etc):# nano /etc/csf/csf.confand changeTESTING = “1?toTESTING = “0?When done, restart CSF:# csf -rNow CSF is installed and ready. You can simply manage it via cPanel WHM interface WHM > Config Security & Firewall: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.