Crowdsec Installation und Handling
Version vom 7. April 2025, 09:16 Uhr von Thomas.will (Diskussion | Beiträge) (→Aktivieren von Sqlite WAL)
Installation
Curl installieren
- apt install curl
Eintragen der Repositories und Update
- curl -s https://install.crowdsec.net | sudo sh
Installation von Crowdsec
- apt install crowdsec -y
Installation einiger Bouncers
- apt install crowdsec-firewall-bouncer-iptables crowdsec-nginx-bouncer -y
Aktivieren von Sqlite WAL
- echo "db_config:
use_wal: true" > /etc/crowdsec/config.yaml.local
- systemctl restart crowdsec.service