{status.cerberus?.enabled ? 'All security heads are ready for configuration' : 'Enable Cerberus in System Settings to activate security features'}
Cerberus powers CrowdSec, Coraza WAF, Access Control, and Rate Limiting. Enable the Cerberus toggle in System Settings to activate these features.
Generate a break-glass token for emergency access
{(crowdsecStatus?.running ?? status.crowdsec.enabled) ? 'Protects against: Known attackers, botnets, brute-force' : 'Intrusion Prevention System powered by community threat intelligence'}
{crowdsecStatus && ({crowdsecStatus.running ? `Running (PID ${crowdsecStatus.pid})` : 'Process stopped'}
)}{cerberusDisabled ? 'Enable Cerberus first' : 'Toggle CrowdSec protection'}
Protects against: Unauthorized IPs, geo-based attacks, insider threats
{cerberusDisabled ? 'Enable Cerberus first' : 'Toggle Access Control'}
{status.waf.enabled ? 'Protects against: SQL injection, XSS, RCE, zero-day exploits*' : 'Web Application Firewall with OWASP Core Rule Set'}
{cerberusDisabled ? 'Enable Cerberus first' : 'Toggle Coraza WAF'}
Protects against: DDoS attacks, credential stuffing, API abuse
{cerberusDisabled ? 'Enable Cerberus first' : 'Toggle Rate Limiting'}