Deploy WordPress on OpenLiteSpeed on a VPS in one click | INTROSERV
EUR
european

EUR

usa

USD

English En
Ex. VAT Ex. VAT 0%

Deploy WordPress on OpenLiteSpeed in one click

The world's most popular CMS on a web server built for speed

WordPress is the open-source CMS behind a huge share of the web – blogs, business sites, and online stores all run on it. Here it ships on OpenLiteSpeed, an event-driven web server with built-in caching.

  • Block editor and site editing Block editor and site editing Block editor and site editing
  • Plugins for commerce, SEO, forms Plugins for commerce, SEO, forms Plugins for commerce, SEO, forms
  • Event-driven OpenLiteSpeed core Event-driven OpenLiteSpeed core Event-driven OpenLiteSpeed core
  • Server-level LSCache caching Server-level LSCache caching Server-level LSCache caching
  • HTTP/2 and Brotli compression HTTP/2 and Brotli compression HTTP/2 and Brotli compression
  • REST API and WP-CLI REST API and WP-CLI REST API and WP-CLI
Deploy WordPress Now
Deploy WordPress on OpenLiteSpeed in one click
Installs with<br>your VPS Installs with<br>your VPS Installs with
your VPS
Full root<br>access Full root<br>access Full root
access
Live in<br>~5 minutes Live in<br>~5 minutes Live in
~5 minutes
HTTPS out<br>of the box HTTPS out<br>of the box HTTPS out
of the box

Key features

Full site editing

Design headers, footers, and page templates directly from blocks and patterns – no PHP templates to edit.

Open plugin directory

Install free plugins and themes from the official WordPress.org catalog in a couple of clicks – from stores to membership sites.

LSCache module

OpenLiteSpeed's built-in page cache serves hits without touching PHP – pair it with the free LiteSpeed Cache plugin for purge rules and optimization.

HTTP/2 and compression

OpenLiteSpeed serves your site over HTTP/2 – with Brotli and GZIP compression enabled in the server out of the box.

Apache-compatible rewrites

mod_rewrite syntax works as-is – copy existing redirect rules into the virtual host without translating them to a new format.

WebAdmin console

A browser GUI with real-time statistics – tune listeners, virtual hosts, and PHP settings without editing configs by hand.

System requirements

View All VPS Options

Minimum

From €5/month
1 vCore 2GB RAM 20GB NVMe
- Personal blogs and landing pages
- LSCache keeps a small site fast on 2GB
Deploy Now

Recommended

From €9/month
2 vCore 4GB RAM 40GB NVMe
- Business sites and small stores
- Headroom for PHP workers and MariaDB
Deploy Now

Advanced

From €17/month
4 vCore 8GB RAM 80GB NVMe
- High-traffic sites and busy stores
- Absorbs uncached traffic spikes

Deploy Now

Maximum

From €33/month
8 vCore 16GB RAM 160GB NVMe
- Several sites or media-heavy projects
- Disk grows with the media library
Deploy Now

Get started in 4 easy steps


  • 1

    Select a VPS plan

    Choose the virtual server resources and performance tiers that fit your project requirements.

  • 2

    Pick your application

    Browse our marketplace during VPS setup and select the self-hosted software you want to deploy.

  • 3

    Complete the payment

    Pay the standard virtual server invoice – the 1-click deployment tool itself is fully complimentary.

  • 4

    Complete and access

    Your server provisions and automatically installs the software. Once the setup process finishes, your new environment is fully ready for you to connect and use.

Deployment details

 Application  Application

Application

WordPress – latest release installed with WP-CLI

  • Core files fetched from the official wordpress.org source at deploy time
  • MariaDB database and user created and wired into wp-config.php automatically

 Web server and PHP  Web server and PHP

Web server and PHP

OpenLiteSpeed with PHP 8.3 – from the official LiteSpeed repository

  • OpenLiteSpeed listens on ports 80 and 443 directly
  • WebAdmin console available over HTTPS on port 7080

 Web access and SSL  Web access and SSL

Web access and SSL

OpenLiteSpeed serves your site over HTTPS

  • Self-signed certificate enabled by default
  • Built-in setup-ssl script issues a free Let's Encrypt certificate

 Software licensing  Software licensing

Software licensing

GPL across the stack – open-source, no license fees

Why deploy on INTROSERV

  • NVMe storage NVMe storage
    NVMe storage

    Every VPS runs on NVMe drives – fast I/O for databases, metrics, and busy workloads.

  • Locations in Europe and the US Locations in Europe and the US
    Locations in Europe and the US

    Deploy close to your infrastructure and users – lower latency, regional compliance.

  • Unmetered traffic Unmetered traffic
    Unmetered traffic

    No bandwidth caps and no overage bills – your monthly price stays predictable.

  • IPv4 and IPv6 included IPv4 and IPv6 included
    IPv4 and IPv6 included

    A dedicated IPv4 address plus native IPv6 with every server.

  • 24/7 human support 24/7 human support
    24/7 human support

    Engineers on duty around the clock – real answers, not ticket bots.

  • Scale anytime Scale anytime
    Scale anytime

    Upgrade CPU, RAM, or storage as your workload grows – without migrating.

Terms and support boundaries

Infrastructure and support limits

Our company provides the Virtual Private Server infrastructure and the automation script for initial deployment. While we guarantee the availability and performance of your hardware and network, our technical support exclusively covers infrastructure-related issues – such as server connectivity, hardware stability, and billing. Assistance with application-specific configuration, software bugs, or user management is the responsibility of the server administrator or software maintainers.

Software licensing and compliance

All marketplace tools deploy standard versions of third-party software products and are provided "as-is" with no modifications to their original code. While the core of many available applications is open-source, using proprietary features or advanced enterprise tiers in production environments may be subject to the vendor's specific licensing terms. Users must manage and acquire any required commercial subscriptions directly from the software developers.

FAQ

  • Do I need a license to run WordPress or OpenLiteSpeed?

    No. WordPress is released under GPLv2 or later, and OpenLiteSpeed under GPLv3 – no paid tiers, site limits, or feature restrictions in either. You only pay the standard virtual server invoice.

  • How do I log in after deployment?

    Open your site's URL – WordPress greets you with its setup wizard, where you pick a site title and create the primary admin account yourself. The OpenLiteSpeed WebAdmin console runs on port 7080 – sign in as admin with the generated password shown at SSH login and saved to /root/credentials.txt.

  • How do I get a valid SSL certificate?

    The server ships with a self-signed certificate enabled by default. To issue a free Let's Encrypt certificate for your own domain, point its A record at the server, connect over SSH, and run the setup-ssl script – it issues the certificate, switches WordPress to the new URL, and schedules automatic renewal.

  • Can I migrate my existing WordPress site?

    Yes. Export the database and copy your wp-content directory, or use any backup plugin's migration mode. WP-CLI is already on the server, so importing the dump and running a search-replace for the new URL takes a few commands.

  • How are updates handled?

    WordPress applies minor security releases automatically and shows major updates in the dashboard – or run them with WP-CLI. OpenLiteSpeed, PHP, and MariaDB update through apt from their repositories. You have full root access and decide when to apply anything.

  • Will my Apache .htaccess rules work?

    Mostly. OpenLiteSpeed understands Apache mod_rewrite syntax and loads rewrite rules straight from .htaccess, so WordPress pretty permalinks and typical redirect rules work as expected. One difference from Apache: rules load at server start, so after enabling permalinks or editing .htaccess, restart OpenLiteSpeed once with systemctl restart lsws. Other Apache directives are not supported.

  • How do I enable page caching?

    Install the free LiteSpeed Cache plugin from the WordPress plugin directory. It talks directly to OpenLiteSpeed's built-in cache module, so full pages are served from the server cache without executing PHP – no external cache service to set up.

  • What if my traffic grows?

    Upgrade CPU, RAM, or storage of your VPS as your audience grows – no reinstallation needed. Watch RAM first for PHP workers and MariaDB, and keep an eye on disk if the media library fills up quickly; revisit your plan when you approach the tier descriptions above.

All product names, logos, trademarks, and registered trademarks mentioned on this website are the property of their respective owners. They are used for identification and reference purposes only and do not imply any affiliation, sponsorship, or endorsement by INTROSERV, nor by the respective trademark owners.

processor processor
Ready to deploy? Ready to deploy?

Ready to deploy?

Pick a virtual server configuration and your application goes live with it – automatically, in minutes.

cunsoultant

Not sure what fits?

Our engineers will help you match the application to the right server configuration – sizing, locations, and setup questions included.

VAT

  • Other

    Ex. VAT

    0%
  • austria

    Austria

    20%
  • Belgium

    Belgium

    21%
  • Bulgaria

    Bulgaria

    20%
  • Croatia

    Croatia

    25%
  • Cyprus

    Cyprus

    19%
  • Czech Republic

    Czech Republic

    21%
  • Denmark

    Denmark

    25%
  • Estonia

    Estonia

    22%
  • France

    France

    20%
  • Finland

    Finland

    24%
  • Germany

    Germany

    19%
  • Greece

    Greece

    24%
  • Hungary

    Hungary

    27%
  • Ireland

    Ireland

    23%
  • Italy

    Italy

    22%
  • Latvia

    Latvia

    21%
  • Lithuania

    Lithuania

    21%
  • Luxembourg

    Luxembourg

    17%
  • Malta

    Malta

    18%
  • Netherlands

    Netherlands

    21%
  • Poland

    Poland

    23%
  • Portugal

    Portugal

    23%
  • Romania

    Romania

    19%
  • Slovakia

    Slovakia

    20%
  • Slovenia

    Slovenia

    22%
  • Spain

    Spain

    21%
  • Sweden

    Sweden

    25%
  • USA

    USA

    0%
european
states
  • germany
  • Español
  • Italiano
  • Poland
  • Русский
  • Slovenski
  • Türkçe
  • ukraine
  • kingdom
  • French
  • Hrvatska
  • Other
  • Austria
  • Belgium
  • Bulgaria
  • Croatia
  • Cyprus
  • Czech Republic
  • Denmark
  • Estonia
  • Finland
  • France
  • Germany
  • Greece
  • Hungary
  • Ireland
  • Italy
  • Latvia
  • Lithuania
  • Luxembourg
  • Malta
  • Netherlands
  • Poland
  • Portugal
  • Romania
  • Slovakia
  • Slovenia
  • Spain
  • Sweden
  • USA

Request information from the manager

Please provide your contact information, the manager will send you detailed information on the selected tariff.

mail mail

Thank you for your request

Manager will contact you as soon as possible.

I've hosted an average of 8-10 domains with INTROSERV since May 2004. Their pricing attracted me at first, but it could only have been the quality of customer support that has retained me for this length of time. My IT knowledge level is best described as dangerous. I am confident that I have created more than my share of "situations." Yet the guys and gals at INTROSERV have patiently and determinedly handled my problems and resolved all issues on a continuing basis. If you're looking for web hosting, things are going to go wrong wherever you go. That's just the nature of humans and our technology. You had better go with an outfit that can resolve your problems in a timely and professional manner. INTROSERV just did that for me again, prompting me to write this long overdue recommendation