{"id":138,"date":"2026-04-08T13:29:14","date_gmt":"2026-04-08T12:29:14","guid":{"rendered":"https:\/\/www.webfort.co.uk\/blog\/?p=138"},"modified":"2026-04-08T13:29:16","modified_gmt":"2026-04-08T12:29:16","slug":"cpanel-to-enhance-hosting-platform-migration","status":"publish","type":"post","link":"https:\/\/www.webfort.co.uk\/blog\/cpanel-to-enhance-hosting-platform-migration\/","title":{"rendered":"Why We Moved from cPanel to Enhance (And What It Means for You)"},"content":{"rendered":"<p>Webfort has completed a full infrastructure migration. Every shared hosting account now runs on Enhance, a containerised control panel built for speed, reliability, and easier management. If you&#8217;re an existing customer, your website, emails, and files are already on the new platform. Nothing broke. Nothing moved. The foundations underneath just got a whole lot stronger.<\/p>\n<p>Here&#8217;s what changed, why we made the switch, and what you can expect going forward.<\/p>\n<h3>What&#8217;s in This Post<\/h3>\n<ul>\n<li><a href=\"#why\">Why We Switched from cPanel<\/a><\/li>\n<li><a href=\"#speed\">Speed and Performance Gains<\/a><\/li>\n<li><a href=\"#architecture\">How Containerised Hosting Works<\/a><\/li>\n<li><a href=\"#ui\">A Cleaner Control Panel<\/a><\/li>\n<li><a href=\"#mobile\">Manage Your Hosting on Any Device<\/a><\/li>\n<li><a href=\"#reseller\">Multi-Account and Reseller Management<\/a><\/li>\n<li><a href=\"#what-you-need-to-do\">What You Need to Do<\/a><\/li>\n<li><a href=\"#faq\">Common Questions<\/a><\/li>\n<\/ul>\n    <div class=\"webfort-cta\" style=\"background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 40px 36px; margin: 48px 0; text-align: center; font-family: 'Outfit', system-ui, sans-serif; position: relative; overflow: hidden;\">\n      <!-- Subtle glow accents -->\n      <div style=\"position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.08) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      <div style=\"position: absolute; bottom: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.05) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      \n      <!-- Content -->\n      <div style=\"position: relative; z-index: 1;\">\n        <h3 style=\"font-size: 28px; font-weight: 800; color: #ffffff; margin: 0 0 16px 0; line-height: 1.2;\">Looking for fast, reliable UK hosting?<\/h3>\n        <p style=\"font-size: 17px; color: rgba(255, 255, 255, 0.6); margin: 0 0 28px 0; line-height: 1.6; max-width: 560px; margin-left: auto; margin-right: auto;\">Our plans start from <strong style=\"color: #ffffff\">\u00a34.99\/month<\/strong> with everything included: SSL, backups, email, and 24\/7 support.<\/p>\n        <a href=\"https:\/\/www.webfort.co.uk\/web-hosting\/\" style=\"display: inline-block; background: #c8ff00; color: #0a0f1c; font-family: 'Outfit', system-ui, sans-serif; font-weight: 600; font-size: 16px; padding: 14px 36px; border-radius: 100px; text-decoration: none; box-shadow: 0 4px 16px rgba(200, 255, 0, 0.2); transition: all 0.2s ease;\">View Hosting Plans \u2192<\/a>\n      <\/div>\n    <\/div>\n    \n<h2 id=\"why\">Why We Switched from cPanel<\/h2>\n<p>cPanel has been the standard Linux hosting control panel for over two decades. It&#8217;s familiar, well-documented, and most hosts still use it. But that familiarity comes with trade-offs. The architecture wasn&#8217;t designed for containerised environments, resource isolation, or the way modern hosting platforms need to operate.<\/p>\n<p>Licensing costs have also climbed. cPanel increased its pricing model in recent years, and those costs filter down to customers or eat into what a host can reinvest in infrastructure. Neither outcome is good.<\/p>\n<p>Enhance is a control panel built from scratch for containerised hosting. It integrates with LiteSpeed at the server level, supports modern PHP versions without compatibility workarounds, and gives our team a cleaner platform to manage. You can read more about <a href=\"https:\/\/enhance.com\" target=\"_blank\" rel=\"noopener nofollow\">what Enhance offers<\/a> on their website.<\/p>\n<p>The result: faster hosting, better isolation between accounts, and a platform we can build on as Webfort grows. If you&#8217;re weighing up hosting providers, our guide on <a href=\"\/blog\/things-to-check-before-choosing-web-host\/\">what to check before choosing a web host<\/a> covers the key factors.<\/p>\n<h2 id=\"speed\">Speed and Performance Gains<\/h2>\n<p>Speed has always been a core focus at Webfort. Our LiteSpeed servers already deliver better performance than Apache or Nginx for PHP-heavy sites, and WordPress in particular. The move to Enhance builds on that with tighter resource allocation at the container level.<\/p>\n<p>On cPanel, shared hosting accounts compete for the same pool of CPU, memory, and disk I\/O. One account running a heavy cron job or handling a traffic spike can drag down performance for everyone on that server. You&#8217;ve probably experienced this on other hosts, even if you didn&#8217;t know the cause. Slow page loads, timeouts, or inconsistent response times often trace back to resource contention.<\/p>\n<p>Enhance removes that problem. Each account runs inside its own container with dedicated CPU, memory, and I\/O allocation. Your resources belong to you. Other accounts on the same physical server cannot touch them.<\/p>\n<p>If you run WordPress, pairing this with proper caching makes a measurable difference. Our <a href=\"\/blog\/litespeed-cache-wordpress-guide\/\">LiteSpeed Cache setup guide<\/a> walks through the configuration, and our <a href=\"\/blog\/why-your-website-speed-matters-more-than-you-think-in-2026\/\">guide to website performance<\/a> explains why speed matters for search rankings and conversions.<\/p>\n<h2 id=\"architecture\">How Containerised Hosting Works<\/h2>\n<p>Traditional shared hosting runs every account on a single server. If that server has a hardware failure, every site on it goes offline. If one account is compromised, the blast radius can extend to neighbours.<\/p>\n<p>Containerised hosting takes a different approach. Each account operates in an isolated container, a self-contained environment with its own filesystem, processes, and resource limits. Think of it as getting VPS-level isolation on a shared hosting plan.<\/p>\n<p>Three things change in practice:<\/p>\n<ul>\n<li><strong>No neighbour effect.<\/strong> Other accounts cannot consume your allocated resources, no matter what they&#8217;re doing.<\/li>\n<li><strong>Consistent performance.<\/strong> Your site responds the same way at 2pm on a Tuesday as it does during peak traffic hours on a Friday.<\/li>\n<li><strong>Better fault isolation.<\/strong> A problem in one container stays in that container. It does not cascade to other accounts.<\/li>\n<\/ul>\n<p>Enhance also distributes hosting across a cluster rather than a single machine. The platform can redistribute load automatically if a node needs maintenance or encounters an issue. For more context on how hosting tiers compare, our <a href=\"\/blog\/shared-vs-vps-vs-dedicated-hosting\/\">shared vs VPS vs dedicated guide<\/a> breaks down the differences. The short version: containerised shared hosting closes the gap between shared and VPS in ways that weren&#8217;t possible on older platforms.<\/p>\n<figure style=\"max-width:100%\"><img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3184291\/pexels-photo-3184291.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=800\" alt=\"Web server infrastructure showing modern containerised hosting architecture\" style=\"max-width:100%;height:auto\" \/><figcaption>Webfort&#8217;s new infrastructure runs on distributed containerised architecture for better performance and reliability.<\/figcaption><\/figure>\n<h2 id=\"ui\">A Cleaner Control Panel<\/h2>\n<p>The Enhance control panel is clean, logical, and designed for how people use hosting interfaces today. If you&#8217;ve ever logged into cPanel and felt overwhelmed by rows of icons and menus you didn&#8217;t recognise, you&#8217;ll notice the difference straight away.<\/p>\n<p>The dashboard shows your key hosting details at a glance: disk usage, bandwidth, PHP version, SSL status, and recent support tickets. No clicking through multiple screens or hunting through nested menus to find what you need.<\/p>\n<p>Power features are still there for technical users. SSH access, database management, DNS editing, cron jobs, and PHP version switching all live where you&#8217;d expect them. The interface strips away clutter without stripping away capability.<\/p>\n<p>If you&#8217;re new to managing a hosting account, our <a href=\"\/blog\/wordpress-hosting-guide-for-beginners\/\">WordPress hosting guide for beginners<\/a> covers the essentials of getting started.<\/p>\n    <div class=\"webfort-cta\" style=\"background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 40px 36px; margin: 48px 0; text-align: center; font-family: 'Outfit', system-ui, sans-serif; position: relative; overflow: hidden;\">\n      <!-- Subtle glow accents -->\n      <div style=\"position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.08) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      <div style=\"position: absolute; bottom: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.05) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      \n      <!-- Content -->\n      <div style=\"position: relative; z-index: 1;\">\n        <h3 style=\"font-size: 28px; font-weight: 800; color: #ffffff; margin: 0 0 16px 0; line-height: 1.2;\">Is your website holding your business back?<\/h3>\n        <p style=\"font-size: 17px; color: rgba(255, 255, 255, 0.6); margin: 0 0 28px 0; line-height: 1.6; max-width: 560px; margin-left: auto; margin-right: auto;\">Run our free 30-second health check - no signup required. Check speed, security, and SEO issues instantly.<\/p>\n        <a href=\"https:\/\/www.webfort.co.uk\/free-website-check\/\" style=\"display: inline-block; background: #c8ff00; color: #0a0f1c; font-family: &#039;Outfit&#039;, system-ui, sans-serif; font-weight: 600; font-size: 16px; padding: 14px 36px; border-radius: 100px; text-decoration: none; box-shadow: 0 4px 16px rgba(200, 255, 0, 0.2); transition: all 0.2s ease;\">Check My Website \u2192<\/a>\n      <\/div>\n    <\/div>\n    \n<h2 id=\"mobile\">Manage Your Hosting on Any Device<\/h2>\n<p>cPanel was built in an era when everyone managed their hosting from a desktop. Using it on a phone meant pinch-zooming, sideways scrolling, and hoping you tapped the right icon. The Enhance interface works on mobile and tablet browsers without any of that friction.<\/p>\n<p>DNS records, email accounts, SSL certificates, file management: all accessible and usable from a phone screen. The layout adapts to the device rather than forcing you to work around it.<\/p>\n<p>Business owners check hosting details on the go more often than you&#8217;d expect. A quick DNS lookup, confirming an SSL certificate is active, checking disk space before uploading files. These tasks take seconds on Enhance, from any device, without needing to sit down at a computer first.<\/p>\n<h2 id=\"reseller\">Multi-Account and Reseller Management<\/h2>\n<p>For customers managing multiple websites or client accounts, Enhance consolidates everything into a single view. You can see all your accounts, domains, email configurations, and SSL statuses from one dashboard.<\/p>\n<p>On cPanel, managing multiple accounts meant switching between WHM and individual cPanel logins, often across different browser tabs. Enhance removes that layer of friction. One login, one interface, full visibility across every account you manage.<\/p>\n<p>If you&#8217;re a freelancer, agency, or small business running several sites, you&#8217;ll notice how much quicker routine tasks become. Bulk DNS changes, email setup for new domains, and SSL provisioning all happen from the same place.<\/p>\n<h2 id=\"what-you-need-to-do\">What You Need to Do<\/h2>\n<p>For most customers: nothing at all. Your website is already running on the new platform. Log into your hosting account and you&#8217;ll see the Enhance interface instead of cPanel. Your files, databases, emails, and settings are all where they were.<\/p>\n<p>Two things worth checking:<\/p>\n<ul>\n<li><strong>Update your bookmarks.<\/strong> Your Webfort account login is now at <strong>my.webfort.co.uk<\/strong>. If you have old cPanel URLs saved, update them.<\/li>\n<li><strong>Test your site.<\/strong> Everything transferred automatically, but it&#8217;s good practice to click through your key pages and confirm forms, logins, and dynamic content work as expected.<\/li>\n<\/ul>\n<p>If you spot anything that doesn&#8217;t look right, contact our support team. We&#8217;ve been running Enhance internally for months and know the platform well.<\/p>\n<h2 id=\"faq\">Common Questions<\/h2>\n<p><strong>Did my website go offline during the migration?<\/strong><br \/>\nNo. We handled the migration with zero downtime. Emails, files, and databases all transferred automatically. Your visitors would not have noticed any disruption.<\/p>\n<p><strong>Has my pricing changed?<\/strong><br \/>\nNo. Your hosting plan and price stay the same. We&#8217;re not passing on additional costs from this upgrade. If you&#8217;re on our QuickStart plan at \u00a33.99\/month, that continues as before. For a breakdown of what hosting plans typically cost, see our <a href=\"\/blog\/how-much-does-web-hosting-cost-2026\/\">guide to web hosting costs in 2026<\/a>.<\/p>\n<p><strong>Do I need to update my DNS settings?<\/strong><br \/>\nNo. If your domain pointed to Webfort before, it still does. Your DNS records transferred automatically. If you manage DNS through a third-party provider and want to consolidate it under your Webfort account, our support team can help.<\/p>\n<p><strong>Can I still use the same features?<\/strong><br \/>\nYes. SSL certificates, email accounts, databases, daily backups, staging environments: all still available and in most cases easier to manage through Enhance. Auto-provisioned SSL means you no longer need to renew certificates manually. If you want to make sure your email authentication is set up correctly on the new platform, our <a href=\"\/blog\/how-to-set-up-spf-dkim-and-dmarc-in-cpanel\/\">SPF, DKIM, and DMARC guide<\/a> covers the process.<\/p>\n<p><strong>Is the login URL different?<\/strong><br \/>\nYes. Your account login is now at <strong>my.webfort.co.uk<\/strong> rather than the old cPanel URL. Update any saved bookmarks or password manager entries. Your credentials, files, and hosting details are unchanged.<\/p>\n<p><strong>Who do I contact for help?<\/strong><br \/>\nOur UK-based support team is available 24\/7 through your account dashboard, by email, or by support ticket. Same team, same response times, better tools to resolve issues.<\/p>\n<h2>What Comes Next<\/h2>\n<p>The migration is the foundation. Enhance opens up features and improvements that weren&#8217;t possible on our previous infrastructure. We&#8217;ll share details on what&#8217;s coming in the months ahead.<\/p>\n<p>If you have questions about the migration or need help navigating the new control panel, reach out to our support team. Whether you&#8217;re new to Webfort or you&#8217;ve hosted with us for years, we&#8217;re here to help you get the most from your hosting.<\/p>\n<p>If you&#8217;re not yet a Webfort customer and you&#8217;re looking for fast, reliable UK hosting on a modern platform, <a href=\"\/blog\/switching-hosting-has-never-been-easier\/\">switching has never been easier<\/a>.<\/p>\n    <div class=\"webfort-cta\" style=\"background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 40px 36px; margin: 48px 0; text-align: center; font-family: 'Outfit', system-ui, sans-serif; position: relative; overflow: hidden;\">\n      <!-- Subtle glow accents -->\n      <div style=\"position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.08) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      <div style=\"position: absolute; bottom: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(200, 255, 0, 0.05) 0%, transparent 70%); pointer-events: none;\"><\/div>\n      \n      <!-- Content -->\n      <div style=\"position: relative; z-index: 1;\">\n        <h3 style=\"font-size: 28px; font-weight: 800; color: #ffffff; margin: 0 0 16px 0; line-height: 1.2;\">Switching from another host?<\/h3>\n        <p style=\"font-size: 17px; color: rgba(255, 255, 255, 0.6); margin: 0 0 28px 0; line-height: 1.6; max-width: 560px; margin-left: auto; margin-right: auto;\">We will credit your unused balance - up to 12 months free hosting. <strong style=\"color: #ffffff\">Big hosts only.<\/strong><\/p>\n        <a href=\"https:\/\/www.webfort.co.uk\/switch\/\" style=\"display: inline-block; background: #c8ff00; color: #0a0f1c; font-family: &#039;Outfit&#039;, system-ui, sans-serif; font-weight: 600; font-size: 16px; padding: 14px 36px; border-radius: 100px; text-decoration: none; box-shadow: 0 4px 16px rgba(200, 255, 0, 0.2); transition: all 0.2s ease;\">Calculate My Credit \u2192<\/a>\n      <\/div>\n    <\/div>\n    \n","protected":false},"excerpt":{"rendered":"<p>Webfort has completed a full infrastructure migration. Every shared hosting account now runs on Enhance, a containerised control panel built for speed, reliability, and easier management. If you&#8217;re an existing customer, your website, emails, and files are already on the new platform. Nothing broke. Nothing moved. The foundations underneath just got a whole lot stronger. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":139,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[36,58,53,23,21],"class_list":["post-138","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hosting","tag-cpanel","tag-enhance","tag-shared-hosting","tag-uk-hosting","tag-web-hosting"],"_links":{"self":[{"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/posts\/138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=138"}],"version-history":[{"count":8,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/posts\/138\/revisions"}],"predecessor-version":[{"id":147,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/posts\/138\/revisions\/147"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/media\/139"}],"wp:attachment":[{"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=138"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=138"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webfort.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}