Crowdsec Installation und Handling: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
| − | =Curl installieren= | + | =Installation= |
| + | ==Curl installieren== | ||
*apt install curl | *apt install curl | ||
| − | =Eintragen der Repositories und Update= | + | ==Eintragen der Repositories und Update== |
*curl -s https://install.crowdsec.net | sudo sh | *curl -s https://install.crowdsec.net | sudo sh | ||
| − | =Installation von Crowdsec= | + | ==Installation von Crowdsec== |
*apt install crowdsec -y | *apt install crowdsec -y | ||
| − | =Installation einiger Bouncers= | + | ==Installation einiger Bouncers== |
*apt install crowdsec-firewall-bouncer-iptables crowdsec-nginx-bouncer -y | *apt install crowdsec-firewall-bouncer-iptables crowdsec-nginx-bouncer -y | ||
Version vom 7. April 2025, 09:15 Uhr
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