CrowdSec
Guide on how to install CrowdSec
Install CrowdSec Repository
curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bashInstall Crowdsec
apt install crowdsecEdit Crowdsec Config
nano /etc/crowdsec/config.yamlAdd use_wal: true Place under type: sqlite
Reload Crowdsec
systemctl reload crowdsecInstall Firewall Bouncer
apt install crowdsec-firewall-bouncer-iptablesAdd Security Engine
Last updated