ScalaHosting has begun rolling out seven new SPanel features at once — Git version control, server clustering, DNS replication, passkey login, deeper white-labelling, domain-wide mail forwarding and auto-tuned WordPress installs. All of them are free, none of them needs installing, and the rollout reaches every account over roughly two weeks. One caveat before the detail: only the login changes have a public write-up so far, so the rest is ScalaHosting's own description of what is arriving until it actually lands in your panel.
Git version control: push code, the site updates itself
Clone any public or private repository — GitHub, GitLab, Bitbucket, or self-hosted over SSH — straight into your account and keep it in sync automatically, either on a schedule or instantly via a push webhook. From inside SPanel you can switch branches, check status, review commits, and run a deploy script after every pull.
This is the feature most likely to change someone's daily routine. Deployment becomes git push instead of dragging files over FTP, and because it lives in the panel rather than only behind SSH, it reaches the users who never had a terminal workflow in the first place — agency clients, junior devs, anyone on a locked-down account.
One thing to set up deliberately: a deploy script that fires on every webhook pull is a loaded gun pointed at production. Track a release branch rather than whatever your team pushes to all day, and make sure you have a restore point before the first automated deploy, not after it.
Cluster management: several servers behaving like one
You can now combine multiple servers into a single SPanel cluster with shared storage and dedicated node roles for web, database and mail. Built-in health monitoring watches every node, a load balancer distributes traffic across the web nodes, and you scale by adding capacity instead of resizing one increasingly expensive box.
This is not a feature for a single small site. It earns its place when you are already at the ceiling of one server, or when downtime has a number attached to it — in a cluster, a sick node degrades capacity instead of taking the site down. ScalaHosting already sold managed cluster hosting as a product; moving the controls into SPanel turns it into something you operate yourself rather than something you open a ticket about.
Worth stating plainly: the feature is free, the infrastructure is not. A cluster means paying for several servers.
DNS cluster: nameservers that survive a dead server
Attach standalone DNS servers to your SPanel server and every zone replicates across all of them automatically, syncing the moment you make a change.
The reason this matters is that DNS failure does not look like partial failure to a visitor — it looks like the site does not exist, even when the web server is perfectly healthy. Anyone running branded nameservers (ns1/ns2.yourdomain) on a single machine is carrying that single point of failure for every domain they host. Real redundancy means separate machines, which until now meant copying zone files by hand or scripting your own sync.
Relevant if you are a reseller, an agency, or anyone hosting client domains on your own nameservers. If your domains sit on your provider's shared nameservers, you already have this and nothing changes for you.
Passkeys, Google and GitHub login: the one piece already documented
The login change is the only one of the seven with a published article behind it. SPanel now accepts a Google account, a GitHub account, or a passkey built on WebAuthn — the standard behind Touch ID, Face ID, Windows Hello and hardware security keys. Your device keeps the private key, SPanel stores only the public half and verifies a signed one-time challenge. That is what makes a passkey phishing-resistant: there is no reusable secret sitting on the server for anyone to steal.
Password login and TOTP two-factor keep working, and ScalaHosting explicitly recommends keeping them. That is not boilerplate. Lose every enrolled device with no fallback in place and you are locked out of your own control panel. Enrol a passkey on a second device, or keep TOTP alive, before you treat your password as retired. The feature is included at no extra cost on managed cloud VPS plans — details are in ScalaHosting's announcement from 11 August 2026.
Optimized WordPress installs: the tuning you would otherwise pay for
Every new WordPress site on ScalaHosting's cloud plans now arrives performance-tuned: LiteSpeed Cache on its maximum-performance profile, a dedicated Redis object cache, a modern PHP version, and a real server cron replacing wp-cron. SPanel warms the cache and confirms pages are genuinely being served from it before it calls the install finished.
That verification step is the detail worth noticing. Plenty of hosts ship a caching plugin and call the result optimized; checking that cache hits actually happen is the difference between a plugin being installed and caching working. Swapping wp-cron for a server cron is the same kind of unglamorous fix — because wp-cron fires on visitor requests, replacing it quietly removes a whole category of "why does the site crawl under traffic" problems.
Check the result if your site is not a plain blog. Aggressive cache profiles and WooCommerce, membership or any logged-in-user site do not automatically agree, and a default tuned for speed is not always tuned for a cart.
Branding control and domain-wide mail forwarding
Two smaller upgrades, both aimed at resellers and agencies. Improved branding control now covers your logo, colours, name and a custom login URL in place of the default /spanel, so a client sees your panel from the login screen onward rather than someone else's.
Multi-domain email forwarding forwards all mail for an entire domain to one or more other domains with a single rule — every address, info@ and sales@ included, lands in the matching mailbox at each destination. It is the fix for the tedious aftermath of a rebrand, a merger or a migration, where the alternative is recreating forwarders one address at a time.
What it costs and when you get it
Nothing, and there is nothing to install. Features appear in the panel as the rollout reaches your account, which ScalaHosting puts at roughly two weeks from the start. If something on this list is missing from your panel today, that is expected rather than broken.
The honest caveat is the one that applies to every proprietary control panel: these are SPanel features, so they are worth exactly as much as your willingness to stay on ScalaHosting's platform. Git deployment and DNS clustering are portable ideas; the particular workflow you build inside SPanel is not. That has always been the trade against cPanel, and this update widens it in both directions — more capability, and more reason to stay. We put SPanel through its paces in our ScalaHosting Managed Cloud VPS review.
Summary
Two of the seven are structural rather than convenience features. Git version control changes how deployment works every single day, and the DNS cluster removes a single point of failure that most self-hosted nameserver setups quietly carry. Clustering matters once you are big enough to need it, and the WordPress tuning helps precisely the people least likely to configure it themselves.
The rest is polish — free polish, which is the right price for it. The thing to watch over the coming weeks is whether the six as-yet-undocumented features arrive with the depth the announcement implies. Git integration in particular is easy to announce and genuinely hard to do well.

