Dashboard

CrowdSec has a dashboard that allow you to connect your CrowdSec instances and allows you to view statistics and performance.

You can avoid needing to identify as sudo when using Docker by performing the following:

sudo usermod -aG docker $USER
newgrp docker

Go to:

Register your CrowdSec app and copy the Unique ID that is presented

Back in your terminal, type the following command:

docker exec crowdsec cscli console enroll YOURUNIQUEID

Then accept it in the dashboard:

Restart the container:

docker restart crowdsec

Last updated