Tech News

Tech Business News

  • Home
  • Technology
  • Business
  • News
    • Technology News
    • Local Tech News
    • World Tech News
    • General News
    • News Stories
  • Media Releases
    • Tech Media Releases
    • General Media Releases
  • Advertisers
    • Advertiser Content
    • Promoted Content
    • Sponsored Whitepapers
    • Advertising Options
  • Cyber
  • Reports
  • People
  • Science
  • Articles
    • Opinion
    • Digital Marketing
    • Gaming
    • Guest Publishers
  • About
    • Tech Business News
    • News Contributions -Submit
    • Contact Us
Reading: ScalaHosting Rolls Out 7 SPanel Upgrades With Server Clustering And Built-In Redundancy
Share
Font ResizerAa
Tech Business NewsTech Business News
  • Home
  • Technology News
  • Business News
  • News Stories
  • General News
  • World News
  • Media Releases
Search
  • News
    • Technology News
    • Business News
    • Local News
    • News Stories
    • General News
    • World News
    • Global News
  • Media Releases
    • Tech Media Releases
    • General Press
  • Categories
    • Crypto News
    • Cyber
    • Digital Marketing
    • Education
    • Gadgets
    • Technology
    • Guest Publishers
    • IT Security
    • People In Technology
    • Reports
    • Science
    • Software
    • Stock Market
  • Promoted Content
    • Advertisers
    • Promoted
    • Sponsored Whitepapers
  • Contact & About
    • Contact Information
    • About Tech Business News
    • News Contributions & Submissions
Follow US
© 2022 Tech Business News- Australian Technology News. All Rights Reserved.
Tech Business News > Technology > ScalaHosting Rolls Out 7 SPanel Upgrades With Server Clustering And Built-In Redundancy
Technology

ScalaHosting Rolls Out 7 SPanel Upgrades With Server Clustering And Built-In Redundancy

ScalaHosting is rolling out a major SPanel upgrade that introduces server clustering, allowing multiple servers to operate as a single managed environment with built-in monitoring and load balancing. The update is designed to improve hosting resilience by reducing reliance on individual servers

Matthew Giannelis
Last updated: August 18, 2026 3:41 am
Matthew Giannelis
Share
SHARE

ScalaHosting has started rolling out seven new features for its SPanel hosting control panel, adding Git deployment, server clustering, DNS replication, passkey login, expanded white-label controls, domain-wide email forwarding and pre-optimised WordPress installations.

Contents
  • Git deployment moves into the control panel
  • sPanel Gets Multi-Server Cluster Management
  • VPS Multi-Server Cluster Management
  • DNS Clustering Removes Another Single Point of Failure
  • Passkeys Arrive Alongside Google & GitHub login
  • WordPress Installs Now Arrive Pre-Tuned
  • More white-label control for agencies and resellers
  • Rollout expected to take about two weeks

The company says the features are being added at no extra cost and require no additional software installation, with the rollout expected to reach all eligible accounts over roughly two weeks.

Only the new login options have been publicly documented in detail so far, meaning several of the other features remain based on ScalaHosting’s description of what users should expect as they begin appearing inside SPanel.

Git deployment moves into the control panel

One of the more useful additions is built-in Git version control, allowing users to clone public or private repositories from services including GitHub, GitLab and Bitbucket, as well as self-hosted repositories accessible over SSH.

Repositories can be kept in sync on a schedule or updated automatically through push webhooks. Users can also switch branches, check repository status, review commits and run deployment scripts after a pull directly from SPanel.

For developers, the practical change is fairly simple. A site update can move from manually uploading files over FTP to pushing code through Git.

The larger difference is that ScalaHosting has put much of that workflow inside the hosting panel, opening it up to people who may be comfortable working with Git but do not necessarily want to manage deployments entirely through SSH.

There’s some risk attached to that convenience. Automatically running a deployment script after every webhook pull can cause problems very quickly if production is tied to the wrong branch or an untested change slips through.

For production sites, using a dedicated release branch and maintaining a working restore point before enabling automated deployment would be the safer setup.

sPanel Gets Multi-Server Cluster Management

ScalaHosting is also introducing cluster management that allows several servers to operate as part of the same SPanel environment.

The system can assign different roles to nodes handling web traffic, databases and email, while shared storage and health monitoring are used across the cluster. A built-in load balancer can distribute traffic between web nodes, with additional capacity added as demand grows.

This is unlikely to matter much to someone running one small WordPress site.

It becomes far more useful once a business is pushing against the limits of a single server, particularly where an outage has a direct financial cost. With multiple nodes available, the failure of one server can reduce capacity without necessarily taking the entire service offline.

ScalaHosting has already offered managed cluster hosting as a separate product. Bringing cluster controls into SPanel gives customers more direct control over an infrastructure setup that previously required more involvement from the hosting provider.

The cluster feature itself may be included for free, but running a cluster still means paying for several servers. You will need to pay for an additional VPS.

VPS Multi-Server Cluster Management

Example of how traffic, application servers, databases, storage and monitoring can work together inside a clustered VPS environment.

Website Visitors / Applications
↓
DNS Layer
ns1.example.com   |   ns2.example.com
↓
Load Balancer
Distributes incoming traffic across available web nodes
↓
Web Node 1
VPS Server
Nginx / LiteSpeed
PHP / Application
Web Node 2
VPS Server
Nginx / LiteSpeed
PHP / Application
Web Node 3
VPS Server
Nginx / LiteSpeed
PHP / Application
↓
Database Cluster
Primary Database
Replica / Failover Node
MySQL / MariaDB
Shared Storage
Website Files
Media Uploads
Shared Application Data
↓
Mail Node
SMTP, IMAP and mail delivery
Backup Node
Snapshots and off-server backups
Monitoring Node
Health checks, alerts and resource monitoring
Central Cluster Management Panel
Controls server roles, node health, traffic distribution, storage, databases, scaling and failover from one interface.
How it works: Incoming traffic reaches the load balancer, which sends each request to a healthy web VPS. The web servers access shared files and database services, while separate mail, backup and monitoring nodes handle supporting functions. If one web node fails, traffic can be redirected to the remaining healthy servers instead of taking the entire website offline.

DNS Clustering Removes Another Single Point of Failure

A new DNS clustering feature allows standalone DNS servers to be attached to an SPanel server, with DNS zones automatically replicated between them.

Changes made to a zone are synchronised across the connected DNS servers without administrators having to manually copy zone files or build their own replication system.

That is particularly relevant for resellers, agencies and hosting providers using branded nameservers such as ns1.example.com and ns2.example.com.

Running DNS from one physical machine creates an obvious weakness. If that server fails, visitors may be unable to resolve a domain even if the website itself is sitting on a perfectly healthy server elsewhere.

For customers already using a hosting provider’s distributed shared nameservers, however, the feature is unlikely to change much.

Passkeys Arrive Alongside Google & GitHub login

The new authentication system is the most clearly documented part of the SPanel update.

Users can now sign in using a Google account, GitHub account or a passkey based on the WebAuthn standard used by systems including Windows Hello, Face ID, Touch ID and physical security keys.

Unlike a traditional password, the private key used by a passkey remains on the user’s device. SPanel stores the corresponding public key and verifies a cryptographic challenge during login.

That makes passkeys considerably harder to steal through a conventional phishing page because there is no reusable password being sent to the server.

Traditional password authentication and TOTP two-factor authentication remain available.

Keeping a fallback method is still sensible. Anyone who loses every device containing an enrolled passkey without another authentication method available could end up locking themselves out of the control panel.

ScalaHosting published details of the passkey system on August 11, 2026, and says it is included with managed cloud VPS accounts at no additional cost.


WordPress Installs Now Arrive Pre-Tuned

New WordPress installations on ScalaHosting cloud plans are also getting a more aggressive performance configuration from the beginning.

The setup includes LiteSpeed Cache configured with a high-performance profile, Redis object caching, a current PHP version and a server-level cron job replacing the default WordPress wp-cron system.

SPanel also warms the cache and checks that pages are actually being served from cache before the installation process is considered complete.

That last part matters more than it sounds.

Installing a caching plugin is easy. Confirming that the cache is actually being hit is where some hosting setups fall apart, particularly once other plugins, cookies or dynamic pages become involved.

Replacing wp-cron with a real server cron is also a sensible change because WordPress normally triggers scheduled jobs through visitor requests. Busy or badly configured sites can end up doing unnecessary work at exactly the wrong time.

The default configuration will still need checking on more complicated websites. WooCommerce stores, membership platforms and sites with large numbers of logged-in users can behave badly when aggressive caching rules are applied without exclusions.

A configuration that produces excellent benchmark results on a normal blog can cause a shopping cart to become a very different problem.

More white-label control for agencies and resellers

ScalaHosting has also expanded SPanel’s white-label features.

Resellers and agencies can now customise more of the control panel experience with their own logo, colours, company name and a custom login URL instead of directing customers through the standard /spanel address.

It is a relatively small feature technically, but one that matters to hosting businesses trying to keep the customer experience under their own brand.

Domain-wide email forwarding is also being added.

Instead of creating individual forwarding rules for every mailbox, administrators can forward mail for an entire domain to one or more destination domains.

For example, mail sent to sales@old-domain.com can automatically arrive at sales@new-domain.com, while the same happens for info@, support@ and other matching addresses.

It should make domain migrations, company rebrands and mergers considerably less tedious.

Rollout expected to take about two weeks

ScalaHosting says all seven features are included without an additional software licence or separate installation process and will appear inside SPanel as the staged rollout reaches each account, with the company expecting the process to take around two weeks.

The larger question is how much these additions increase dependence on SPanel itself.

Git deployment, DNS replication and clustered hosting are hardly new ideas, but the workflows ScalaHosting is building around them are specific to its own control panel.

That is the familiar trade-off with a proprietary hosting platform. The more useful the panel becomes, the more infrastructure and routine ends up built around it.

For existing SPanel users, however, this is a fairly substantial update. Some of the additions are small quality-of-life improvements, while others move features normally associated with more complicated server administration directly into the control panel.

The real test will come once all seven are live across customer accounts and users can see whether the implementation is as useful in production as it looks on paper.

ByMatthew Giannelis
Follow:
Secondary editor and executive officer at Tech Business News. An IT support engineer for 20 years he's also an advocate for cyber security and anti-spam laws.
Previous Article TIO calls on Government to act on telco inequality - Overhaul Of Australia’s Telecommunications Regulatory Framework - Cynthia Gebert TIO Calls For Overhaul Of Australia’s Telecommunications Regulatory Framework
Next Article Envision launches deliver 1 million PFLOPS AI FLOPS when fully built Envision Launches World’s Largest Single AI Supercomputing Campus
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

ScalaHosting Free sPanel Upgrade

Tech Articles

Online Privacy - Ways to protect your personal information

Want Complete Online Privacy? Disconnecting From the Internet May Be The Only Certain Option

Complete online privacy is becoming increasingly difficult as websites, apps…

August 8, 2026

How AI Is Changing The Way Businesses Build Websites

Businesses are increasingly using AI website builders such as Lovable,…

August 25, 2026
Your Phone Is Spying on You and tracking location

Your Phone Is Spying on You — Here’s How to Stop It

Your phone is spying, tracking your location, searches, app activity,…

July 11, 2026

Recent News

aws tech news
StoriesTechnologyTechnology News

AWS launches Amazon Location Service

5 Min Read
Intel splits graphic chips unit in two
Technology

Intel Corp Splits Graphic Chips Unit Into Two To Evolve Its Business Structure

2 Min Read
IBM CHIP
StoriesTechnologyWorld Tech

IBM 2nm chip breakthrough claims more power with less energy

5 Min Read
Tech News - Apple's Vision Pro is a Paradigm Shift in XR - replacing iPhone and Pc's
Technology

New Apple XR Headset “Vision Pro” Could Replace Pc’s And iPhones.

6 Min Read
Tech News - Technology Business

Tech Business News

In 2026, technology news is shaping business outcomes faster than ever—driven by AI adoption, rising cyber risk, cloud modernisation, data regulation, and constant platform change.
 
Tech News keeps Australian organisations and industry professionals informed with timely reporting and practical coverage across AI, cybersecurity, cloud, enterprise IT, startups, science, people and business, plus major world and local news impacting the tech sector.
 
Tech Business News publishes news and analysis designed to be clear, relevant, and easy to act on. It supports the industry with technology news reports, whitepaper publishing services, and a range of media, advertising and publishing options 

About

About Us 
Contact Us 
Privacy Policy
Copyright Policy
Terms & Conditions

September, 28, 2026

Contact

Tech Business News
Melbourne, Australia
Werribee 3030
Phone: +61 431401041

Hours : Monday to Friday, 9am 530-pm.

Tech News

© Copyright Tech Business News 

Latest Australian Tech News – 2026

Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?