βœ… Install Imunify360

Installing and Managing Imunify360, including integration tips for CSF and support access:


Run the following commands as root via SSH:

wget http://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh
bash i360deploy.sh --key YOUR_IMUNIFY360_KEY_HERE

Replace YOUR_IMUNIFY360_KEY_HERE with your valid Imunify360 license key.


πŸ”„ Update to Testing Firewall Rules (Optional)

yum update imunify360-firewall --enablerepo=imunify360-testing

πŸ”§ Use Both Comodo & Imunify360 ModSecurity Rules

  1. Ensure Comodo rules are installed (via EasyApache 4 or manually).
  2. Edit CSF Configuration: nano /etc/csf/csf.conf
  3. Set the following: LF_MODSEC = "0"
  4. Save and restart CSF: csf -r

πŸ›‘ Temporarily Disable Imunify360

To stop Imunify360 services:

systemctl stop imunify360
systemctl stop imunify360-captcha
systemctl disable imunify360

▢️ Re-enable Imunify360

To start and enable Imunify360 services:

systemctl start imunify360
systemctl start imunify360-captcha
systemctl enable imunify360

πŸ“ž Grant Access to CloudLinux Support (Optional)

Add the following SSH public key to /root/.ssh/authorized_keys:

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAgEA0kzTrtnpG3awsKlQRzo8tLzG0Rb93XO6plRtFsVmAtqyuk1nfwC36ISL+AT2+r4+xuZiK8taVgbPVDU/+dHD3ObMQPIvIZOvQWGZH0zZApeXfbKD3DaLfh5aQeI9kbeo3cGQufFIxTkSLVXHTmjISf3gggP7m17hI4jxiu5Gaw/lNwlrQtsBgyEsF4+Y5jSOn1fMkx+R//8ul6L97EBEIGA9Pzcy4tHtTCNxfAGOmUmx8ijnieqNb95wxU5hrhirmWbICeMkgECEsIOPkweWoBNmrVxAigSQuM0uJZeFl5x2I5KaocmXbpeswDCWjGCtEDjcY9WqBSGehuUxArZvGEcaeJ+AM+xIlr0yPTx+3y4JsN/hluzRX9vbuzBZxhctP0BALu8uXKjYvJr9STU0umNZrRHBBQKCIF16FPwcJ7d+H4KYFvxOiVTDKtIZJ5gCtp/nUtVeQFUPEwgirgypP4hv3gkE73A+2vl3lwZ1p2YBmzzbAOpeXDtDFNSpK6Kfa7ujK70ouM0EDptPe/aGJMuDet7RGlnn/zQdpXrCLpUZSVrsTFjN+NZ6uTah5r5QsOhTpL1IoD+FrW9ovgr6KwtM6rl/XKzrzmbnQGaGQY5h5Kan2a0Y24eIXm5MnncOgwZZUCpT7SV2b7cjASf5xMfU87Ihe3c/Vmi33pblD8E= [email protected]

Then whitelist their support IPs in your firewall (CSF):

csf -a 69.175.106.198 # CloudLinux
csf -a 69.175.3.6     # CloudLinux

Note: After installation, you can manage Imunify360 via WHM under:
WHM > Plugins > Imunify360

Scroll to Top