Fixpanic
Getting Started

Getting Started

Get up and running with FixPanic in minutes

Welcome to FixPanic! This guide will walk you through the initial setup and help you deploy your first AI-powered agent in minutes.

Overview

Setting up FixPanic involves three main steps:

1. Create Your Account

Sign up for FixPanic and set up your first cluster in the dashboard.

2. Install the CLI

Download and install the FixPanic command-line tool on your server.

3. Deploy Your First Agent

Use the CLI to deploy an autonomous agent that connects to the FixPanic platform.

Prerequisites

Before you begin, ensure you have:

  • A server running Linux, macOS, or Windows
  • Network access to socket.fixpanic.com on port 9000
  • Approximately 50MB of available disk space
  • (Optional) Root/administrator access for system-wide installation

What You'll Achieve

By the end of this guide, you'll have:

  • A FixPanic account with an active cluster
  • The CLI tool installed on your server
  • An AI-powered agent running and connected to the platform
  • The ability to interact with your agent via the Chat interface

Next Steps

Quick Start (TL;DR)

For experienced users, here's the fastest path to deployment:

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

# 2. Deploy an agent (get credentials from dashboard)
fixpanic agent install \
  --agent-id="your-agent-id" \
  --api-key="your-api-key"

# 3. Verify it's running
fixpanic agent status

Then open chat.fixpanic.com to start interacting with your agent.

On this page