How to take  away  CSF firewall  from  cPanel?

www.hostingseekers.com

Access Your cPanel Server

Access Your cPanel Server Content: Log in for your cPanel server the use of SSH. Use an SSH consumer like PuTTY for Windows or Terminal on macOS/Linux.

Switch to Root User

Code:sudo su - Ensure you've got got root privileges to carry out the uninstallation.

Stop CSF and LFD

Code: csf -x service lfd stop Disable the CSF firewall and forestall the Login Failure Daemon (LFD).

Remove CSF Files

Code:cd /etc/csf sh uninstall.sh uninstall.sh Navigate to the CSF listing and run the uninstallation script.

Verify Uninstallation

Ensure that CSF and LFD are now not jogging and their documents had been eliminated. Code:which csf which lfd

Restart Server (Optional)

Restart your server to make certain all modifications take effect. Code: reboot

Conclusion

You have efficiently eliminated CSF Firewall out of your cPanel server. Ensure to configure every other protection answer if necessary.

Visit our guide web page  for  extra publications  and tutorials

Arrow