Skip to content

Quick Start

Get your first server connected to CLI Pal in under 60 seconds.

Prerequisites

Before you begin, make sure you have:

  • [x] Linux server with Python 3 installed (Ubuntu, Debian, CentOS, RHEL)
  • [x] Outbound HTTPS/WSS allowed (port 443)
  • [x] CLI Pal accountSign up free

Add Your Server

  1. Log into the CLI Pal Dashboard
  2. Click "Add Server" and give it a friendly name
  3. Copy the generated install token

Install the Agent

Run the one-line install command on your server:

curl -sSL https://clipal.me/install.sh | sudo bash -s -- --token=YOUR_TOKEN

MySQL Monitoring

To enable MySQL monitoring, include your database credentials:

curl -sSL https://clipal.me/install.sh | sudo bash -s -- \
  --token=YOUR_TOKEN \
  --mysql-user=clipal \
  --mysql-pass=your_secure_password

Verify Installation

Check that the agent is running:

systemctl status clipal-agent

You should see:

● clipal-agent.service - CLI Pal Agent
     Active: active (running) since...

You're Connected!

Head back to the dashboard. Your server should show Online status with live metrics appearing within seconds.


What's Next?


Feature Availability by Plan

Feature Free Pro Business
System Metrics
Web Terminal
AI Commands 15/mo 100/mo 500/mo
MySQL Health Preview
Query Optimizer
Config Advisor

View Full Pricing