14-day trial • No credit card required

InfraCaptain
Docs

Everything you need to connect your server, configure monitoring, and get the most from Captain AI.

Docs
/Quick Start Guide

Quick StartGuide & Installation#

Connect your first Linux server to InfraCaptain monitoring in under 3 minutes. The actual agent install takes under 60 seconds.

1

Create your account

Sign up at infracaptain.com. Free monitoring credits are added to your account instantly — no credit card required.

Free credits are real credits — not a timer. Use them to connect your first server right away.

2

Choose a monitoring plan

Click Connect a Server from your dashboard. Select Basic or Pro monitoring. Day-wise billing is available on Basic plan.

PlanBest ForRetentionAI Context
FreeLearning24h24h only
BasicProduction30 days30 days
ProEnterprise90 days90 days
3

Generate deployment token

Each server gets a unique token. The full install command is generated with your token already embedded — just copy and run it.

Your Deployment Token
IC_20260414_a7f3k9x2m1p8q4n6r0j5w
4

Install the agent

SSH into your server and paste the generated command. The installer handles everything in under 60 seconds.

REC

Option A — One command

curl -sL https://infracaptain.com/install.sh | bash -s -- --token YOUR_TOKEN

Automated detection of OS, configures token and starts system service.

Option B — Verify code

curl -sL https://infracaptain.com/install.sh | bash

For hosts with restricted scripted installs. Enter code when prompted.

5

Verify the connection

The moment the agent sends its first heartbeat, InfraCaptain marks your server as Online. This usually takes 15–30 seconds.

Agent installed and running
Deployment token authenticated
Encrypted TLS 1.3 connection established
First heartbeat received — server is Online
6

View your dashboard

From CPU load to security events, everything is live and updated every 60 seconds. Captain AI is also ready from the first minute.

Overview

CPU, RAM, disk, active alerts

Performance

Historical trends & utilization

Security

SSH, open ports, file changes

Stack

Cron jobs, processes, SSL certs

Docs
/Configuration
/Alerts

Alert Configuration#

Configure when and how InfraCaptain alerts you. Alerts are enabled by default with sensible thresholds.

Alert TypeTrigger ThresholdSeverity
CPU highAbove 80% for 5 minsWarning
RAM lowLess than 200MB freeWarning
Disk full predictorEmpty within 7 daysWarning
Cron miss1 consecutive missed runWarning
SSL expiry30 days before expiryWarning
SSL expiry (urgent)7 days before expiryCritical
Hidden processStarting with a dot (.)Warning
SSH brute force10+ failed attempts / 5 minsWarning
Server offlineNo heartbeat for 3 minsCritical
File integrity changeAny change to key filesWarning
Docs
/Features
/Captain AI

Captain AI#

Captain AI has full context on your server. Ask anything about your infrastructure in plain English.

Example Questions

  • "Why is my CPU at 88%?"
  • "Is there a memory leak?"
  • "Why did backup.sh fail last night?"
  • "Is anyone trying to break into my server?"
  • "Which of my SSL certs are expiring soon?"
Data Masking

All sensitive values in application logs (IPs, emails, user IDs) are masked before being sent to the AI. Captain AI sees infrastructure signals, not your application data.

Full Artifact Context

The AI has access to process states, resource history, cron records, and log patterns for the last 30/90 days.

Docs
/Features
/Security Monitoring

Security Monitoring#

Proactive detection of brute force attacks, unauthorized file changes, and hidden malicious processes.

Brute Force Detection

Monitors SSH logs for repeated failure patterns.

File Integrity

Tracks changes to critical system configurations.

Rootkit Scanner

Identifies hidden processes and suspicious behaviors.

Security Score

A daily metric based on your current server hardening.

Docs
/Features
/Cron Job Monitoring

Cron Job Monitoring#

Never miss a scheduled task again. InfraCaptain tracks every execution of your system and user crons.

  • Automatic detection of all active cron jobs
  • Real-time alerts for missed executions
  • Historical execution logs and duration tracking
Docs
/Features
/SSL & Stack

SSL & Stack Monitoring#

Monitor your entire web stack, from SSL certificates to database health and PageSpeed performance.

PageSpeed Insights

Integrated PageSpeed reports for all your connected domains, identifying slow load times before they hurt your SEO.

SEO Optimized
Performance Core
Docs
/Features
/Right-Sizing Advisor

Right-Sizing Advisor#

Save money by identifying over-provisioned servers. The advisor calculates potential savings based on your p95 resource usage.

$0.00
Historical Savings Calculated
Docs
/Reference
/Uninstall Agent

Uninstall the Agent#

Remove InfraCaptain from your server completely with one command.

curl -sL https://infracaptain.com/uninstall.sh | bash

History is kept for 30 days then permanently deleted.

Docs
/Reference
/Supported Distros

Supported Linux Distributions#

DistributionSupported VersionsInit System
Ubuntu18.04 LTS, 20.04 LTS, 22.04 LTS, 24.04 LTSsystemd
Debian9 (Stretch)+systemd
CentOS7, 8systemd
Rocky Linux8, 9systemd
AlmaLinux8, 9systemd
Fedora36+systemd
Docs
/Reference
/API Reference

API Reference#

Programmatic access to your infrastructure data. Our REST API allows you to retrieve metrics, manage alerts, and integrate InfraCaptain into your own tools.

Terminal — API Example
# List all connected servers
curl-XGET"https://api.infracaptain.com/v1/servers"\
-H"Authorization: Bearer YOUR_API_KEY"
Docs
/Reference
/FAQ

Frequently Asked
Questions#

How long does it take to start monitoring my server?
From account creation to live data in your dashboard takes under 3 minutes for most users. The agent install on your server completes in under 60 seconds. Connection verification takes 15–30 seconds after install. Your dashboard starts showing live metrics immediately after verification.
What Linux distributions are supported?
Ubuntu 18.04+, Debian 9+, CentOS 7+, Rocky Linux 8+, AlmaLinux 8+, and Fedora 36+. If your distribution isn't listed, contact support — we're adding new distributions regularly.
How much does the monitoring agent impact my server's performance?
The agent is designed to be invisible. Average CPU usage is under 0.1% and RAM usage is approximately 25–35 MB. Data is collected in small bursts every 60 seconds rather than continuous polling — the impact on your server's workloads is negligible.
Do I need to open any firewall ports?
No. The agent makes outbound-only connections to InfraCaptain servers on port 443 (HTTPS/TLS 1.3). No inbound ports need to be opened. The agent works behind NAT, strict firewalls, and private networks as long as outbound HTTPS is allowed.
Does the agent need root access?
The installer needs sudo access to create a systemd service. Once installed, the agent runs as a dedicated low-privilege user — not as root. You never need to share your root password or SSH keys with InfraCaptain.
Can I monitor Docker containers?
Docker container monitoring is available on the Pro plan when Docker is installed on the server. The agent auto-detects Docker and tracks container status, resource usage, and restart events.
How do I uninstall the agent?
Run: curl -sL https://infracaptain.com/uninstall.sh | bash. This removes the agent binary, stops the systemd service, and deletes all local configuration.

Need More Help?

Our engineering team is ready to assist with custom configurations, complex setups, or anything not covered in the docs.

support@infracaptain.com
Typical response time: under 4 hours on business days