The whole stack, on one datasheet

Everything you need to plan a deployment and compare it against your current panel - requirements, every component, the REST API, and the MCP server that lets an AI agent drive the panel. One-command install, ready in under five minutes.

$ curl -sSL https://get.adminbolt.com/install.sh | bash
At a glance
OSAlmaLinux 9
Install1 command, < 5 min
Idle RAM~380 MB
Licenseflat / server
InterfacesUI · REST API · MCP
AIMCP server built in
ScaleHub multi-server

Requirements and footprint

Point a fresh AlmaLinux 9 server at the installer. It uses far less memory than a legacy panel, so more of every box goes to customer sites.

Minimum server
Operating systemAlmaLinux 9
Accessroot required
CPU2 cores min
Memory2 GB (4 GB rec.)
Disk20 GB min
Architecturex86_64
Footprint and operations
Panel idle RAM~380 MB
Legacy panel~920 MB
Memory savedup to 60%
Panel web serverNGINX proxy
Install time< 5 minutes
Provisioningone-command

Every layer, in the box

A complete production stack ships with the panel - no marketplace of add-ons to license and wire up. Here is the whole inventory at a glance.

Web and app server
  • Apache (MyApache)
  • LiteSpeed
  • NGINX panel proxy
  • in-panel switch
PHP
  • REMI
  • LSPHP 7.4 - 8.5
  • Alt-PHP 5.2 - 8.x
  • PHP-FPM · OPcache
Mail
  • Postfix (SMTP)
  • Dovecot (IMAP/POP3)
  • Rspamd
  • Roundcube webmail
Data
  • MariaDB (MySQL 8)
  • Adminer
  • incremental backups
  • one-click restore
Security
  • ModSecurity + CRS
  • CageFS isolation
  • LVE limits
  • server firewall
DNS and SSL
  • full zone editor
  • DNS clustering
  • external zone import
  • Let's Encrypt
Runtimes
  • Python · Node · Ruby
  • Phusion Passenger
  • Git deploy
  • web terminal
Automation and AI
  • REST API
  • WHMCS · WP Toolkit
  • MCP server
  • AI Agent Hub

API-first, with an MCP server for agents

Every panel action is available over the REST API, and AdminBolt ships an MCP server so any MCP-capable AI client can operate the panel in plain language - agent access is a first-class feature, not an afterthought.

The MCP server is a single OAuth-secured HTTP endpoint. Point any MCP-capable client at it and authorize through the browser - no keys to paste, no config files to hand-edit.

MCP endpoint https://ai-hub.adminbolt.com/mcp
Claudecustom connectorCursorserver URLVS CodeCopilot Agent
  • List hosting accounts and check server health
  • Create domains and mailboxes
  • Manage databases and DNS records
  • Change PHP versions and fetch logs
mcp.json
{
  "mcpServers": {
    "AdminBolt": {
      "url": "https://ai-hub.adminbolt.com/mcp"
    }
  }
}
List my hosting accounts and flag any with high load
Create the mailbox [email protected] and set an SPF record
Switch example.com to PHP 8.3 and show the last error log
Two surfaces, one engine

The AI Assistant is a chat widget on the client dashboard. The AI Agent Hub pairs the same conversation to a WhatsApp number.

  • paneldashboard widget
  • whatsapppaired number
  • outputstructured responses
Session control

Pairing is explicit: pick how long the phone session lives, set a confirmation word, then generate a code.

  • sessionnever / 1 / 7 / 30 days
  • confirm wordrequired for deletes
  • stored atAgent Hub, not panel
Scope and safety

Agents inherit the user’s permission model on both surfaces, with the same audit trail.

  • scoperead / write / delete
  • bound touser permissions
  • trailfull audit log

Optional modules, mixed per server

Extend or trim the panel from Applications → Modules. Install what a server needs, leave out what it does not.

SystemMonitoring, analytics and alerting
MetricsNodesWatchdog
DatabaseWeb-based DB management and local API
AdminerLocalAPI
FilesystemFile management and Git deployment
File ManagerGit Version Control
MailWebmail client
Roundcube
Security and web serverWAF rules (OWASP CRS) and app runtime
ModSecurity CRS4Phusion Passenger
Backup and automationBackups and one-click script installer
JetBackupSoftaculous
OS and security integrationsOptional OS and security platform
CloudLinuxImunify360
Optional modules snapping into an AdminBolt server

Ready in under 5 minutes

One-command install on a fresh AlmaLinux 9 server. Full control over the whole stack from day one.

$ curl -sSL https://get.adminbolt.com/install.sh | bash