Skip to main content
The Panguard CLI is your single entry point for scanning, protecting, monitoring, and managing endpoint security. Every feature — from a quick vulnerability scan to deploying a honeypot network — is accessible through one binary.

Usage

panguard <command> [options]

Global Options

OptionDescription
--helpShow help for any command
--versionPrint the installed Panguard CLI version
--lang <lang>Set output language (en, zh-TW, ja, etc.)

Command Categories

Scanning

CommandDescription
scanRun security scans on the local machine

Protection

CommandDescription
guardReal-time endpoint protection agent
trapHoneypot / deception technology
chatNotification channel management (Telegram, Slack, Email)
reportCompliance report generation

System

CommandDescription
initInitialize configuration for the current machine
deployDeploy configuration to remote endpoints
statusShow overall system health
configView or edit configuration
doctorDiagnose common system issues
upgradeUpdate Panguard CLI to the latest version

Authentication

CommandDescription
loginAuthenticate with your Panguard account
logoutEnd the current session
whoamiDisplay the currently authenticated user

Advanced

CommandDescription
managerStart the multi-endpoint Manager server
threatStart the local Threat Cloud intelligence server

Plan Access Matrix

Not every command is available on every plan. The table below shows the minimum plan required for each command.
CommandCommunity (Free)Solo ($9/mo)Pro ($29/mo)Business ($79/mo)
login / logout / whoamiYesYesYesYes
init / status / configYesYesYesYes
doctor / upgradeYesYesYesYes
scan --quickYesYesYesYes
scan (full)YesYesYes
guard startYesYesYes
guard statusYesYesYesYes
chat setupYesYesYes
deployYesYesYes
report generateYesYes
trap startYesYes
threat startYes
managerYes

Installation

If you have not installed the CLI yet, run:
curl -fsSL https://get.panguard.ai | bash
See the Installation page for platform-specific instructions including Homebrew, APT, and Docker options.

Next Steps