CSF+Modsecurity+Cloudflare is possible?

Migdiradmin

Verified User
Joined
Jan 5, 2020
Messages
158
Hi i want to migrate from cpanel to host a personal website so my needs are:
CSF
Modsecurity or similar
Cloudflare

Its possible with DirectAdmin panel?

What is the best recomendation to install?


Regards
 
Hi i want to migrate from cpanel to host a personal website so my needs are:
CSF
Modsecurity or similar
Cloudflare

Its possible with DirectAdmin panel?

What is the best recomendation to install?


Regards

Is possible,

Csf already installed when you install your directadmin.
Also mod security, you can check it on custombuild plugin.

For cloudflare, now i think cloudlare did not have directadmin plugin, but you can still sign up using cloudflare.com website.
 
I believe CSF ships by default starting a few releases ago, or at least with "auto" after your install command.

If not, you can follow this guide:

That and Mod Security will be available through DirectAdmin's plugin manager when installed.

For CloudFlare, sign up, add your domain name and change your nameservers. Your A record and cname need to point to your DirectAdmin server so that your website can load.

You may need to whitelist CloudFlare IPs:
 
Thanks for all the replys.
I have installed with auto option and i dont find csf what is the name to check again?
 
Thanks for all the replys.
I have installed with auto option and i dont find csf what is the name to check again?

Hello

csf -e to enable
csf -v to view version number

files at /etc/csf/

If there is nothing you can follow Poralix' guide:

Code:
cd ~
wget -O csf-bfm-install.sh https://raw.githubusercontent.com/poralix/directadmin-bfm-csf/master/install.sh
chmod 700 csf-bfm-install.sh
./csf-bfm-install.sh
 
Back
Top