Skip to content

Introduction

Welcome to Cyberzard. Today, it helps you secure and triage a CyberPanel server using an AI‑assisted CLI. Our goal is broader: become your general-purpose CyberPanel assistant for setup, operations, and automation — while keeping safety and reviewability front and center.

Cyberzard accelerates incident triage by combining deterministic scanners (processes, files, cron, users, SSH keys) with an optional constrained ReAct agent that can summarize and advise without arbitrary shell access. Beyond security, assistants are emerging for everyday operations, like deploying services (see the new n8n setup assistant).

AreaCapabilityNotes
ScanningProcess / file IOC checksFast, read‑only collection
RemediationStructured action plansHuman approval first
AI AssistSummaries, prioritizationProvider optional (offline safe)
SafetyTool allowlist, step capNo raw shell exposed
ChatInteractive, permission‑awareSee Chat mode

Next: Read the Installation page, then try the Chat mode. If you want to deploy n8n, check out n8n Setup.

Terminal window
cyberzard chat

Helpful flags:

  • --session <id> keep separate histories (SQLite-backed)
  • --verify/--no-verify enable verification of suggested actions
  • --auto-approve allow safe read-only probes without prompting
  • --max-probes N cap verification probes (default: 5)

See the full guide: Chat mode