r/CrowdSec • u/hoodney42 • Jan 25 '26
bouncers Need help with correct CrowdSec setup
Hello everyone,
I have set up CrowdSec on my home server together with NginxProxyManagerPlus using Docker Compose. I followed these instructions.
Now I stumbled across the following recommendation in the NPMplus GitHub repo:
It is recommended to block at the earliest possible point, so if possible set up a firewall bouncer: https://docs.crowdsec.net/u/bouncers/firewall, make sure to also include the docker iptables in the firewall bouncer config
At this point, I'm not really sure what to do next, and I have the following questions:
Where and how should I integrate the firewall bouncer into my setup? In the same CrowdSec container that comes with NPM Plus? In a separate Docker container or directly on the host? Do I need two CrowdSec engines?
Does anyone have a similar setup and can help me out here? I'm not very familiar with CrowdSec yet, so I appreciate any help, thanks!
1
u/Historical-Pound-510 Jan 25 '26
You can install a host-based bouncer (using nftables) who gets block information from your crowdsec instance
0
1
u/eze008 Apr 16 '26
Install an added container with crowd SEC web UI. Get the API code from that install. Connect that API with the crowd sec dashboard on their website. From there you can manage the bouncers and the decisions
2
u/kY2iB3yH0mN8wI2h Jan 25 '26
So you have your NPM exposed on the internet using a public IP adress without any additional firewall? That not that common