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 | bashPoint 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.
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.
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.
{
"mcpServers": {
"AdminBolt": {
"url": "https://ai-hub.adminbolt.com/mcp"
}
}
}The AI Assistant is a chat widget on the client dashboard. The AI Agent Hub pairs the same conversation to a WhatsApp number.
Pairing is explicit: pick how long the phone session lives, set a confirmation word, then generate a code.
Agents inherit the user’s permission model on both surfaces, with the same audit trail.
Extend or trim the panel from Applications → Modules. Install what a server needs, leave out what it does not.

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