1Panel v2: A VPS Control Panel That Puts Ollama and OpenClaw in the Same UI
Project brief: 1Panel is a modern, open-source VPS control panel, and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
At a glance
- What is it?
- 1Panel is a Go-based, GPL-3.0 open-source Linux server panel that adds AI agent and model management to the usual hosting chores. The OSS edition caps you at five agents, and the AI gateway is reserved for the Enterprise tier.
- Who is it for?
- Adopt 1Panel if you run a single Linux VPS, want a web UI for Docker, databases, and backups, and you are willing to accept the five-agent cap on the free edition for OpenClaw and the absence of the AI gateway below Enterprise. Skip it if you need multi-node management, website uptime monitoring, or tamper protection, because those are paid features.
- Can I use it commercially?
- Yes, with conditions. GPL-3.0 is a copyleft licence: if you distribute software that includes it, you must release that software's source code under the same licence. Running it internally without distributing it does not trigger that obligation.
- Is it still maintained?
- Yes. The repository received new commits within the last day.
- What is it written in?
- Mainly Go, according to GitHub's language statistics.
Answers come from the project's GitHub data, last synced on September 15, 2026, and from our analysis. They are not legal advice.
DEEP OPEN-SOURCE ANALYSIS
What 1Panel Actually Adds to a VPS
1Panel is a Linux server management panel written in Go and released under GPL-3.0. The README positions it as both a server panel and a lightweight AI management platform. The specific problem it solves is the gap between traditional hosting panels and the new workflow of running local models and agents on a single machine. Instead of SSH-ing in to start Ollama, deploy an OpenClaw agent, and then separately manage Nginx or Docker, the panel puts those tasks behind one web interface. The intended user is a self-hoster who wants a visual layer over a VPS without paying for cPanel or Plesk. The README claims 2.5M+ self-hosters, but that number is not independently verifiable from the repository, so treat it as a marketing figure. The panel's own comparison table lists cPanel, Plesk, aaPanel, and Webmin as alternatives, and it claims advantages in AI management, Docker support, and a post-2020 UI. The core audience is someone who wants to run both conventional web services and AI workloads on one box.
The Metal-to-Agent Architecture
The README describes the design as Metal-to-Agent, which means a unified management path from the bare server hardware up to AI agents. The visible components are an AI gateway, a Skills Hub, centralized agent management, and model management. The AI gateway is listed only in the Enterprise column of the feature table, so the OSS edition does not include it. The Skills Hub appears in the OSS description but the README does not define what a skill is or how it is installed. Agent management is present in OSS but capped at five OpenClaw agents. Model management presumably covers Ollama models, given the project description mentions running Ollama models, but the README does not specify which model runtimes are supported. The data flow is not documented in the README: there is no architecture diagram or API description. What is clear is that the panel wraps container-based deployments, because the README says applications are deployed on container technology to reduce vulnerability exposure. The AI features likely run inside containers as well, but that is an inference, not a stated fact.
Getting It Running: The Quick Start Script
The README gives one installation path. Run this command on a prepared Linux server: bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)". After that, open http://<your-server-ip>:<port>/<security-path> in a browser. To retrieve credentials, run 1pctl user-info over SSH. The security-path element suggests the installer generates a random URL segment to reduce exposure, but the README does not explain how to configure it. There is no mention of supported Linux distributions, systemd requirements, or minimum hardware specs. The script is fetched from a remote resource domain, which is a supply-chain consideration: you are trusting that URL. For a panel that manages databases and containers, a user would want to inspect the script before running it as root, but the README does not offer a checksum or a manual installation alternative. The 1pctl command is the only CLI tool mentioned, and its options beyond user-info are not listed.
The App Store and Container Management
The panel includes a curated app store with over 165 applications, according to the README. It supports one-click installation and upgrades. The store is the main differentiator against Webmin, which the comparison table marks as lacking a one-click marketplace. The table also claims Docker and container management, which is a significant feature for users who run multiple services. The README mentions deep integration with WordPress and Halo for one-click domain binding and SSL configuration. That integration is a concrete workflow: bind a domain, get a certificate, and the panel handles the web server config. The backup feature supports one-click backup and restore, with integration to various cloud storage providers, but the README does not name any providers. The security features are WAF and log auditing, with basic WAF included in OSS and advanced WAF reserved for Pro. The container-based deployment model is the stated security rationale: it minimizes vulnerability exposure compared to bare-metal installs.
Where the Free Edition Stops
The feature table is the clearest source of limitations. The OSS edition allows only five OpenClaw agents. That is a hard cap for anyone planning to run a fleet of agents. The AI Gateway is not in OSS at all; it is Enterprise-only. WAF is basic in OSS, and advanced WAF, website tamper protection, uptime monitoring, multi-node management, custom logo and theme, and KVM Web UI are all paid features. The KVM Web UI is Enterprise-only, meaning you cannot manage virtual machines from the panel unless you buy the top tier. Multi-node management is Pro and above, so the OSS edition is strictly single-server. The README does not state whether the five-agent cap is enforced technically or just a licensing term. It also does not say what happens if you try to deploy a sixth agent on OSS. The Pro and Ent tiers add team-oriented features, but the README does not list pricing, so the cost is unknown from this material.
The Wrong Tool for Multi-Server or Production AI Shops
If your workload spans more than one machine, the OSS edition is the wrong tool because multi-node management is a paid feature. If you need a production AI gateway to route requests across models, the OSS edition cannot do it. The README does not describe any rate limiting, API key management, or model routing for the AI gateway, and since that gateway is Enterprise-only, the OSS user gets none of it. For a serious AI deployment, you would likely pair the panel with a dedicated gateway like LiteLLM, but the README does not mention compatibility. The container-based security model is a double-edged sword: it reduces exposure but adds Docker as a dependency, and the README does not discuss what happens if Docker is not already installed or if the host kernel is old. The quick start script assumes a prepared server, but 'prepared' is not defined. If you are running a minimal distribution without curl or bash, the script will fail, and the README offers no fallback.
Alternatives and How They Differ
The README itself names cPanel, Plesk, aaPanel, and Webmin as alternatives. The key difference from cPanel and Plesk is cost and licensing: both are proprietary, while 1Panel is GPL-3.0 and free. That matters if you want to audit the code or modify it. aaPanel is partially open source but the README marks it as partial, likely meaning some components are closed. Webmin is fully open source but lacks a one-click app marketplace and Docker management, according to the table. The real comparison for AI features is not in the table: no other panel listed has AI management, so 1Panel is alone in that niche. But that also means the AI integration is unproven against a mature competitor. If you need a panel with a long track record and a huge plugin ecosystem, Webmin is the safer choice. If you need AI agent management, 1Panel is the only one of the four that offers it, at least according to the README.
Maintenance, Licensing, and Upgrade Path
The project is under active development, with releases v2.2.3, v2.2.4, and v2.2.5 pushed between July and August 2026. That cadence suggests regular maintenance, but the README does not describe a migration path between versions. The default branch is dev-v2, which implies the stable branch is different, but the README does not name it. The license is GPL-3.0, which means if you distribute a modified version, you must release the source under the same license. That is a real constraint for a company that wants to embed the panel in a proprietary product. The upgrade cost is not documented: there is no mention of a command to upgrade, nor whether upgrades preserve existing configurations. The Pro and Ent tiers are paid, but the README does not state whether upgrading from OSS is a simple license key change or a reinstall. The community support channels are Discord and GitHub Issues, but the README does not mention a forum or a paid support contract for OSS users. For production use, you would need to test the upgrade process on a staging server before touching a live one.
Editorial conclusion
Adopt 1Panel if you run a single Linux VPS, want a web UI for Docker, databases, and backups, and you are willing to accept the five-agent cap on the free edition for OpenClaw and the absence of the AI gateway below Enterprise. Skip it if you need multi-node management, website uptime monitoring, or tamper protection, because those are paid features. Before installing, verify that the quick start script matches your distribution and that the security path and port are reachable from your browser. Also check the GPL-3.0 terms if you plan to redistribute modified versions. The core value is a modern, container-centric panel with an AI twist, but the AI gateway is not part of the OSS package.
Community notes