Fixpanic
CLI Reference

CLI Overview

Professional deployment tool for installing and managing AI-powered autonomous agents

The FixPanic CLI is a professional deployment tool designed for installing and managing AI-powered autonomous agents on your servers. It allows you to deploy intelligent monitoring and troubleshooting capabilities in minutes, transforming how you manage server health and incidents.

Key Features

FeatureDescription
AI-PoweredDeploys autonomous agents that understand natural language requests and can investigate issues intelligently.
Security FirstBuilt with a sandboxed execution environment and strict command whitelisting to ensure your infrastructure remains secure.
Real-time MonitoringProvides instant access to system metrics, logs, and health status.
Cross-PlatformFully supported on Linux, macOS, and Windows architectures.
Zero DependenciesDistributed as a single binary, requiring no external libraries or complex prerequisites.
Easy ManagementA simple, intuitive CLI interface for all agent operations.

Use Cases

The FixPanic CLI is built for:

RoleUse Case
DevOps TeamsAutomate server diagnostics and streamline troubleshooting workflows
SREsEnhance incident response with intelligent root cause analysis
MonitoringGain deep insights into system health beyond standard metrics
SupportEnable natural language investigation of server issues
CompliancePerform automated security and configuration auditing

Quick Start

# Install the CLI
curl -fsSL https://install.fixpanic.com/install.sh | bash

# Deploy an agent
fixpanic agent install --agent-id="your-id" --api-key="your-key"

# Check status
fixpanic agent status

CLI Sections

SectionDescription
InstallationQuick install, manual installation, and building from source.
CommandsComplete reference for all CLI commands.
ConfigurationConfiguration files, paths, and parameters.
Platform SupportSupported operating systems and architectures.
TroubleshootingCommon issues and solutions.

Architecture

The CLI manages the FixPanic Connectivity Layer (the agent binary) that runs on your servers:

┌─────────────────────────────────────────────────────────────┐
│                     Your Server                              │
│  ┌─────────────────┐     ┌─────────────────────────────┐    │
│  │  FixPanic CLI   │────▶│  Connectivity Layer Agent   │    │
│  │  (Management)   │     │  (Persistent TCP Connection)│    │
│  └─────────────────┘     └──────────────┬──────────────┘    │
└─────────────────────────────────────────│───────────────────┘


                              ┌───────────────────────┐
                              │  FixPanic Platform    │
                              │  socket.fixpanic.com  │
                              └───────────────────────┘

The agent maintains a persistent connection to the FixPanic platform, enabling:

  • Real-time command execution
  • Heartbeat monitoring
  • Secure, authenticated communication

On this page