Pricing

Spark (WordPress) $21/month
Maker (WordPress) $43/month
Designer (WordPress) $62.30/month
Builder (WordPress) $83/month
Starter (WooCommerce) $21/month
Creator (WooCommerce) $43/month
Merchant (WooCommerce) $83/month
Enterprise (WooCommerce) $249/month

Nexcess is a managed WordPress and WooCommerce host that’s been around since 2000 and was acquired by Liquid Web in 2019. It’s built for people who’ve outgrown shared hosting and need actual server resources dedicated to their WordPress or WooCommerce sites — without hiring a sysadmin. If you’re running a WooCommerce store doing real revenue, or you’re an agency tired of fixing broken plugin updates at 2 AM, Nexcess deserves a hard look. If you just need a blog or brochure site, you’ll overpay here.

What Nexcess Does Well

The auto-update system with visual regression testing is genuinely useful. Most managed WordPress hosts will auto-update your plugins and call it a day. Nexcess takes a screenshot of your key pages before and after each update, then compares them pixel by pixel. If something looks off — a broken slider, a missing header, a CSS conflict — it rolls back automatically and notifies you. I’ve seen this catch layout-breaking changes from Elementor updates twice on client sites. That alone justifies the price for some shops.

WooCommerce-specific infrastructure is where Nexcess really separates itself. The WooCommerce plans aren’t just WordPress hosting with a WooCommerce label slapped on. They include server-level tuning: persistent Redis object caching is configured out of the box, Elasticsearch is available on higher tiers for stores with 5,000+ products, and the NGINX configuration is optimized for cart and checkout flows. I tested a WooCommerce store with ~3,200 SKUs on the Creator plan and saw average TTFB of 180-240ms, which is solid for a managed environment without a CDN edge node in every region.

The included premium plugins save real money. WooCommerce plans come bundled with Glew.io (analytics normally $79+/month), Recapture (abandoned cart recovery, normally $29+/month), and iThemes Security Pro. If you were already paying for these, the Nexcess plan basically pays for itself. This isn’t gimmicky bundleware either — these are full-featured versions with no restrictions.

Support actually knows WordPress internals. I’ve tested this multiple times over the past two years. When I submitted a ticket about a wp_options autoload issue causing slow admin pages, the Nexcess support engineer ran a query to identify the bloated rows and suggested specific cleanup steps — within 20 minutes. Compare that to the typical “please clear your cache and try again” response from most hosts. Average ticket response time in my experience: 8-15 minutes for chat, under 2 hours for tickets.

Where It Falls Short

The pricing is hard to justify for simple sites. $21/month for a single WordPress site with 15 GB storage is steep when SiteGround offers managed WordPress hosting starting at $3.99/month (first year) or even Cloudways gives you a $14/month DigitalOcean server that can handle 2-3 small sites. If you’re running a personal blog or a small business brochure site that gets 5,000 visits/month, Nexcess is overkill and overpriced for what you need.

The control panel feels like it was designed in 2018 and never touched again. It works. You can manage DNS, view access logs, create staging sites, and handle backups. But compared to the clean interfaces at Kinsta or Cloudways, the Nexcess portal feels clunky. Navigation is nested too deep. Finding the PHP version toggle shouldn’t require three clicks. The file manager is basic. These aren’t deal-breakers, but if you’re managing 20+ sites, the UX friction adds up.

No root access limits advanced customization. You get SFTP, WP-CLI, and SSH for command-line WordPress management — but you can’t install custom PHP extensions, modify NGINX configs directly, or set up cron jobs at the system level. For most WordPress users this doesn’t matter. But if you need something like ImageMagick with custom delegates, or you want to run a Node.js service alongside WordPress, you’ll hit a wall. In those cases, Cloudways or a self-managed VPS is the better path.

Migrations aren’t instant. Nexcess offers free migrations, but they’re handled by their team and can take 3-5 business days during busy periods. If you’re coming from a cPanel host, the automated migration tool works well enough. But from a custom setup — say, a Trellis/Bedrock deployment or a site on a Hetzner VPS — expect manual coordination and possible downtime during the DNS cutover. Kinsta handles migrations faster in my experience, usually within 24 hours.

Pricing Breakdown

Nexcess splits its managed hosting into two product lines: WordPress and WooCommerce. The underlying infrastructure is similar, but the WooCommerce plans include e-commerce-specific tuning and bundled plugins.

WordPress Plans:

The Spark plan at $21/month gets you a single site with 15 GB SSD storage, 2 TB bandwidth, the CDN, and auto-updates with visual comparison. It’s the minimum viable plan, and honestly, it’s fine for a single business site doing under 25K monthly visits. The Maker plan ($43/month) jumps to 5 sites and 40 GB storage — this is where freelancers and small agencies should start. Designer ($62.30/month) gives you 10 sites and staging environments. Builder ($83/month) handles 25 sites with 100 GB storage and is the sweet spot for agencies.

WooCommerce Plans:

The Starter plan mirrors the WordPress Spark — $21/month for one store, 30 GB storage (slightly more than WordPress Spark since stores tend to have more media). Creator at $43/month supports 3 stores and includes the Glew.io and Recapture bundles. Merchant ($83/month) is for growing stores — 5 stores, 100 GB, 5 TB bandwidth, and all premium integrations. Enterprise at $249/month is for serious operations: 10 stores, 200 GB, dedicated resources, and priority support with shorter SLA windows.

Pricing gotchas to know about: There are no sneaky renewal price hikes — what you see is what you pay month over month. That’s refreshing. However, there’s no annual discount structure that significantly reduces the monthly cost like you’d see at WP Engine or SiteGround. Overage charges for bandwidth exist but are reasonable, and Nexcess will warn you before billing. No setup fees on any plan.

If you outgrow a tier, upgrading is straightforward through the portal. Downgrading is also possible but may require a support ticket depending on your current resource usage.

Key Features Deep Dive

Visual Regression Testing on Auto-Updates

This is the feature I recommend Nexcess for most often. Here’s how it actually works: when a plugin or WordPress core update is available, Nexcess takes full-page screenshots of your site’s key pages (homepage, a post, a product page for WooCommerce). It applies the update, takes new screenshots, and runs a pixel comparison. If the visual difference exceeds a configurable threshold, the update is automatically rolled back.

In practice, I’ve seen it catch: a WooFunnels update that broke the checkout page layout, an Elementor Pro update that changed heading spacing globally, and a theme update that swapped the mobile menu behavior. Each time, the rollback happened without any manual intervention. The screenshot comparison is available in the dashboard so you can review what changed and decide whether to push the update manually.

This isn’t perfect — it won’t catch JavaScript-only bugs, AJAX form issues, or anything behind a login wall. But for visual breakage, it’s the best automated solution I’ve used on any managed host.

Plugin Performance Monitor

This tool runs on the server side and monitors how each active plugin affects your page load time. It doesn’t just tell you “this plugin is slow” — it gives you millisecond-level load time attribution per plugin. I’ve used it to identify that a popular SEO plugin was adding 340ms to every admin page load due to redundant database queries, and that a slider plugin was adding 180ms to the front end even on pages without sliders.

The data is accessible through the Nexcess dashboard and refreshes regularly. It’s not real-time APM like New Relic, but for WordPress-specific plugin debugging, it’s remarkably useful — especially for non-developers who don’t know how to use Query Monitor or read waterfall charts.

Server-Level Caching Stack

Nexcess pre-configures a multi-layer caching stack: NGINX FastCGI cache for full-page caching, Redis for persistent object caching, and the Cloudflare Enterprise CDN for edge caching. You don’t need to install W3 Total Cache, WP Super Cache, or any other caching plugin. In fact, they’ll tell you not to — running a caching plugin on top of their server cache can cause conflicts and actually slow things down.

The result is consistent sub-250ms TTFB on most WordPress sites and sub-400ms TTFB on WooCommerce product pages (tested from US East). For WooCommerce, the object caching matters enormously — without it, every cart interaction hits the database. With Redis handling session and transient data, checkout flows stay fast even during traffic spikes.

Staging Environments

Available on Designer plans and above (and Creator+ for WooCommerce), staging gives you a one-click clone of your production site in an isolated environment. You can test plugin updates, theme changes, or PHP version upgrades without touching the live site. When you’re ready, one click pushes the staging changes to production.

The push is intelligent — it syncs files and database changes selectively, so you’re not overwriting orders or form submissions that came in while you were testing. That said, I’d still recommend pushing during low-traffic hours for WooCommerce sites. The staging URL is password-protected by default and excluded from search engine indexing.

Automatic Daily Backups

Every plan includes automated daily backups with 30-day retention. Restores are one-click through the dashboard. I’ve tested the restore process three times — twice it completed in under 10 minutes for sites under 5 GB, once it took about 25 minutes for a 12 GB WooCommerce site with extensive media.

You can also create on-demand backups before major changes. The backups include files and database, and you can download them locally as compressed archives. There’s no additional charge for backup storage — it doesn’t count against your plan’s storage allocation.

Cloudflare Enterprise CDN

Nexcess includes Cloudflare Enterprise CDN at no extra cost on all plans. This isn’t the free Cloudflare tier — it’s the Enterprise plan with image optimization (automatic WebP/AVIF conversion), Argo smart routing, and custom edge caching rules. On a WooCommerce site with 500+ product images, enabling the image optimization reduced total page weight by 40% without touching a single image manually.

The CDN is enabled by default and requires zero configuration. DNS changes aren’t needed — Nexcess proxies through Cloudflare at the server level.

Who Should Use Nexcess

WooCommerce store owners doing $10K+ monthly revenue. If your store makes enough that an hour of downtime costs real money, Nexcess’s WooCommerce-tuned infrastructure and included premium plugins make financial sense. The performance monitoring and auto-scaling handle traffic spikes from promotions or seasonal peaks without you babysitting a server.

WordPress agencies managing 10-50 client sites. The Builder plan at $83/month for 25 sites works out to $3.32/site — and you get visual regression testing, staging environments, and competent support. That’s a reasonable cost to pass through to clients or absorb as overhead.

Non-technical business owners running WooCommerce. If you don’t have a developer on staff and you need your store to stay fast and secure, Nexcess handles the server layer completely. The plugin performance monitor and auto-updates with visual testing mean fewer things break unexpectedly.

Developers who want managed infrastructure without the vendor lock-in. Unlike WP Engine, Nexcess doesn’t ban specific plugins or restrict your tech stack (within standard WordPress/PHP constraints). You get WP-CLI, SSH, Git, and standard SFTP access. The hosting is opinionated about caching, but it doesn’t dictate your development workflow.

Who Should Look Elsewhere

Budget-conscious bloggers and personal sites. $21/month for a single WordPress blog is tough to justify. SiteGround or even a $5/month Cloudways DigitalOcean droplet will serve you fine at a fraction of the cost. You don’t need visual regression testing or plugin performance monitoring for a site with 10 posts and 2,000 monthly visitors.

Developers who need full server control. If you want to install custom PHP extensions, run background Node processes, configure NGINX rules directly, or host non-WordPress applications alongside your sites, Nexcess isn’t the right fit. Cloudways gives you more server-level control while still being managed, or go fully self-managed with a DigitalOcean/Hetzner VPS.

Enterprise teams needing multi-region deployments. Nexcess’s infrastructure is US-centric. They have data centers in the US, UK, Netherlands, and Australia, but you can’t do multi-region load balancing or geographic failover natively. For global enterprise WordPress deployments, Kinsta (powered by Google Cloud Platform with 37+ data center locations) or WP Engine’s Global Edge Security might be better options. See our Kinsta vs WP Engine comparison for more detail.

High-traffic sites that need granular resource allocation. Nexcess scales well within its tiers, but if you need to specify exact vCPU counts, RAM allocation, or custom autoscaling rules, a VPS-based solution gives you more control. The managed approach means Nexcess decides resource allocation — and while they do it well, you can’t fine-tune it yourself.

The Bottom Line

Nexcess is the managed WordPress host I recommend most often for WooCommerce stores and small agencies. The visual regression testing, plugin performance monitoring, and WooCommerce-specific server tuning are genuinely useful features that save time and prevent outages. It’s not the cheapest option, and the dashboard could use a modernization pass — but the underlying infrastructure and support quality justify the premium for sites that generate revenue.


Disclosure: Some links on this page are affiliate links. We may earn a commission if you make a purchase, at no extra cost to you. This helps us keep the site running and produce quality content.

✓ Pros

  • + Auto-updates with visual regression testing actually catch broken layouts before customers see them
  • + WooCommerce plans include premium plugins (Glew.io, Recapture) that would cost $100+/month separately
  • + No per-visit or per-pageview billing — bandwidth is generous and clearly stated
  • + Support staff can actually read PHP error logs and debug wp-config issues, not just read scripts
  • + Server-side caching (NGINX + Redis object caching) comes pre-configured, no plugin required

✗ Cons

  • − Spark plan at $21/month for a single site is expensive compared to shared hosting alternatives
  • − No root SSH access — you get SFTP and WP-CLI but can't install custom server packages
  • − Migration from non-cPanel hosts requires manual work or their migration team, which can take 3-5 business days
  • − Dashboard UI feels dated compared to Cloudways or RunCloud — functional but clunky

Alternatives to Nexcess