Blog · Hosting

cPanel, Plesk, and the New Wave of Hosting Panels

Every hosting account comes with some kind of control panel, or increasingly, no visible panel at all. Understanding what these tools actually do, and what they cost the hosting company to license, explains a lot about why the panel landscape is shifting and why your renewal price might be changing along with it.

What a panel actually abstracts

A control panel’s job is to turn command line server administration into clickable forms. Under the hood, cPanel, Plesk, and their peers are wrapping the same underlying primitives: Apache or Nginx or LiteSpeed configuration, PHP-FPM pools, MySQL or MariaDB user and database creation, DNS zone files, cron jobs, SSL certificate issuance and renewal, email accounts, and file permissions. None of this is magic. It’s server administration with a UI on top, plus a lot of glue code to keep the pieces in sync when you change one setting.

For a site owner who doesn’t want to touch a terminal, that abstraction is genuinely valuable. You can create a database, install an SSL certificate, and set up a cron job without learning the underlying commands. For a developer, the panel is more of a convenience layer, useful for the routine tasks, but you’ll still drop to SSH or wp-cli for anything nontrivial.

The important thing to internalize is that the panel is not the server. It’s a management layer sitting on top of infrastructure that could, in principle, be managed a dozen other ways. That distinction matters when you start thinking about switching costs.

cPanel and Plesk, the two incumbents

cPanel has been the default panel for shared and reseller Linux hosting for a long time, largely because of network effects: most hosts support it, most migration tools understand it, and most tutorials assume it. Plesk plays a similar role but has historically had stronger footing on Windows servers and in some European markets, alongside solid Linux support.

Both panels are licensed software. The hosting company pays a per-server or per-account fee to run them, and that cost gets baked into what you pay for hosting, whether or not it’s itemized. This licensing model is the single biggest factor in what’s happened to the panel market over the past several years.

Licensing economics reshaping the market

When a dominant panel vendor changes its pricing structure, the ripple effects hit every host running that panel at scale. Hosts with thousands of accounts on a flat or low per-server license suddenly face per-account pricing that scales with growth in a way it didn’t before. That’s a fundamentally different cost curve, and it forces hosts into one of a few responses: raise prices, consolidate servers to reduce license counts, or migrate away from the panel entirely.

This is exactly what has been driving a wave of hosts toward panel alternatives. Some have adopted open source panels. Others have built custom internal tooling that exposes only the controls their customers actually need, skipping the general-purpose panel altogether. For managed WordPress hosts specifically, a custom-built dashboard is often a better fit anyway, since a WordPress-only host doesn’t need generic support for arbitrary CMSes, mail servers, or a dozen PHP frameworks. It can build a narrower interface focused on staging environments, caching controls, and site-level metrics, without paying a licensing fee for features nobody uses.

None of this is inherently good or bad for you as a customer. A host passing along a license cost increase isn’t necessarily gouging you, and a host that built its own panel isn’t automatically more trustworthy. What matters is whether the panel you’re given (or the absence of one) actually serves how you work.

The new wave: purpose-built and panel-less stacks

The alternatives showing up now generally fall into a few categories. Open source panels give you cPanel-like functionality without the licensing overhead, at the cost of a smaller ecosystem of tutorials and third-party integrations. Custom host-built dashboards, common among managed WordPress providers, trade generality for a tighter fit to one platform, often with WordPress-specific features like one-click staging, built-in object cache management, or direct wp-cli access baked into the interface. And some hosts go panel-less entirely, managing everything through internal automation and giving customers wp-cli access plus a lightweight web dashboard for the handful of things they actually need to click.

ServerBorn falls into that WordPress-specific category: rather than a general-purpose panel, we expose the controls that matter for a WordPress stack directly, NVMe-backed storage, LiteSpeed Cache and Redis object caching, and Cloudflare integration, without the overhead of a licensed general-purpose panel underneath.

Evaluating lock-in before it bites

Whatever panel or dashboard your host uses, the questions to ask before you build a business on top of it are the same:

  • Can you get shell access? If you can SSH in and run wp-cli directly, you’re never fully dependent on the panel’s UI for routine tasks like plugin updates, database search-and-replace, or cron management.
  • Is your data in a portable format? A standard WordPress install with a MySQL or MariaDB database and files on disk is portable almost anywhere. Custom database engines or proprietary storage formats are a red flag.
  • Does the panel gate DNS and SSL? If your DNS is managed through Cloudflare and SSL is issued there or via Let’s Encrypt at the origin, you’re not tied to the panel for either. If the panel is the only place you can touch DNS records, migrating gets harder.
  • Are backups exportable? A backup you can only restore inside the same panel is not really a backup, it’s a feature of that panel. Look for full-site exports in standard formats.
  • What does migration actually involve? Ask directly, or test it: can you export a full site (files, database, configuration) and import it elsewhere without the panel’s cooperation? If the answer requires the losing host’s help, that’s lock-in, whether or not it’s intentional.

A panel that scores well on these points isn’t locking you in even if it’s convenient to use every day. A panel that scores poorly is a liability regardless of how polished its interface looks, because the moment you need to leave (price increase, performance issues, a host shutting down) you’ll discover exactly how portable your site really was.

Takeaway

Panels are a management layer, not the infrastructure itself, and licensing economics are actively reshaping which panels hosts choose to run. That’s driving real, useful innovation, including narrower panels built specifically for WordPress. When you’re evaluating a host, look past the interface and check whether you have shell access, portable data, and control over DNS and backups. Those factors determine whether you’re using a convenient tool or locked into one.