diff --git a/frontend/src/pages/Security.tsx b/frontend/src/pages/Security.tsx
index d4dc389e..448cde13 100644
--- a/frontend/src/pages/Security.tsx
+++ b/frontend/src/pages/Security.tsx
@@ -149,6 +149,9 @@ export default function Security() {
? `Mode: ${status.crowdsec.mode}`
: 'Intrusion Prevention System'}
+ {crowdsecStatus && (
+ {crowdsecStatus.running ? `Running (pid ${crowdsecStatus.pid})` : 'Stopped'}
+ )}
{status.crowdsec.enabled && (