Skip to main content
Version: 2.0.11

OpenPanel FAQ

Short answers to the questions we get asked most often. Each answer links to the full guide.

Is OpenPanel free?

Yes. OpenPanel Community edition is free forever, with no trial period and no credit card required. It is limited to 3 user accounts and 50 domains and is meant for personal use. For commercial hosting, OpenPanel Enterprise is a paid license. Community vs Enterprise →

How much does OpenPanel Enterprise cost?

OpenPanel Enterprise costs €14.95 per server per month (less with yearly billing), with unlimited user accounts. Pricing is per server, not per account, so the price does not grow as you add customers. Enterprise pricing →

Is there a free trial of OpenPanel Enterprise?

Yes. You can try OpenPanel Enterprise free for 30 days, no credit card required. If you don't buy a license when the trial ends, you are not charged. Websites keep working, and after you remove the trial key the server goes back to Community edition limits. Start a free trial →

Is OpenPanel open source?

The full source code of OpenPanel is published on GitHub. OpenCLI and the configuration files are licensed under CC BY-NC 4.0, while the OpenPanel and OpenAdmin web interfaces are covered by an End User License Agreement. OpenPanel on GitHub →

Does OpenPanel support Windows?

No. OpenPanel runs only on Linux servers and cannot be installed on Windows or Windows Server. You can still manage OpenPanel from any browser on Windows, macOS or Linux. If your hardware runs Windows, you can install OpenPanel inside a Linux virtual machine, for example with Hyper-V.

Can I install OpenPanel on shared hosting?

No. OpenPanel needs root access to a blank server, so it cannot be installed on a shared hosting account. You need a VPS, a cloud server or a dedicated server with a fresh Linux installation. System requirements →

Can I install OpenPanel on an OpenVZ or LXC container?

OpenPanel requires a full virtual machine (such as KVM, VMware or Hyper-V) or a bare metal server. Container-based VPS types like OpenVZ or LXC are not supported.

What are the minimum system requirements for OpenPanel?

OpenPanel needs at least 1 GB of RAM, 20 GB of disk space and a public IPv4 address on a blank virtual machine or bare metal server. 4 GB of RAM and 50 GB of disk space are recommended. Full requirements →

Which Linux distributions does OpenPanel support?

OpenPanel supports Ubuntu 22.04, 24.04 and 26.04, Debian 10 to 13, AlmaLinux 9.5 and 10, Rocky Linux 9.6 and 10, and CentOS 9.5. Ubuntu 24.04 is recommended. Supported operating systems →

Does OpenPanel run on ARM servers?

Yes. OpenPanel runs on both x86_64 (AMD64) and ARM (AArch64) servers.

How do I install OpenPanel?

Log in to a fresh Linux server as root and run a single command: bash <(curl -sSL https://openpanel.org). The installer sets up everything automatically. Installation guide →

How do I log in to OpenPanel after installation?

The admin panel (OpenAdmin) is available on port 2087 and the user panel (OpenPanel) on port 2083 of your server's IP address. The admin username and password are randomly generated during installation and shown when the installer finishes. You can also set a custom domain and remove the port. How to access OpenAdmin →

Can I migrate from cPanel to OpenPanel?

Yes. OpenPanel Enterprise can import cPanel account backups (including JetBackup 5 downloads) directly from OpenAdmin. Community users can move websites over manually. Import a cPanel backup →

Does OpenPanel include free SSL certificates?

Yes. OpenPanel issues and renews free Let's Encrypt SSL certificates for every domain automatically. SSL troubleshooting →

Does OpenPanel include email hosting?

Yes, in OpenPanel Enterprise. Once enabled, it provides mailboxes, webmail, spam filtering and DKIM signing for all users on the server. Enable email hosting →

Can I host WordPress with OpenPanel?

Yes. WordPress can be installed in a few clicks from the auto installer, and existing WordPress sites can be imported. Install WordPress →

Can I host Node.js or Python applications?

Yes. OpenPanel Enterprise can create and manage containerized Node.js and Python applications, in addition to PHP websites. Node.js applications →

Can I use OpenPanel to sell web hosting?

Yes, with OpenPanel Enterprise. It has unlimited accounts, hosting plans, resellers, an API and integrations with WHMCS, Blesta, FOSSBilling, ClientExec and WISECP for automated provisioning. The Community edition is for personal use only. WHMCS integration →

How does OpenPanel isolate users?

Each user gets their own isolated set of containers for the web server, PHP, databases and other services, with individual CPU and RAM limits. One user's sites, load or security issues do not affect other users on the same server. User isolation explained →

Does OpenPanel use Docker or Podman?

Existing OpenPanel installations run user services in rootless Docker. Starting with OpenPanel 2.0, new installations use Podman, which uses less RAM because it has no background daemon per user. Why OpenPanel is switching to Podman →

Is there an OpenPanel demo?

Yes. You can try both the admin and user interfaces on the live demo without installing anything. Open the demo →

How do I uninstall OpenPanel?

OpenPanel has no official uninstaller. The only safe way to remove it is to reinstall the server's operating system. Uninstall guide →