CrowdSec

Guide on how to install CrowdSec

Install CrowdSec Repository

curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash

Install Crowdsec

apt install crowdsec

Edit Crowdsec Config

nano /etc/crowdsec/config.yaml

Add use_wal: true Place under type: sqlite

Reload Crowdsec

systemctl reload crowdsec

Install Firewall Bouncer

apt install crowdsec-firewall-bouncer-iptables

Add Security Engine

Last updated