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
-
Plugins for commerce, SEO, forms
-
Event-driven OpenLiteSpeed core
-
Server-level LSCache caching
-
HTTP/2 and Brotli compression
-
REST API and WP-CLI
your VPS
access
~5 minutes
of the box
Key features
Design headers, footers, and page templates directly from blocks and patterns – no PHP templates to edit.
Install free plugins and themes from the official WordPress.org catalog in a couple of clicks – from stores to membership sites.
OpenLiteSpeed's built-in page cache serves hits without touching PHP – pair it with the free LiteSpeed Cache plugin for purge rules and optimization.
OpenLiteSpeed serves your site over HTTP/2 – with Brotli and GZIP compression enabled in the server out of the box.
mod_rewrite syntax works as-is – copy existing redirect rules into the virtual host without translating them to a new format.
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
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
Why deploy on INTROSERV
-
NVMe storage
Every VPS runs on NVMe drives – fast I/O for databases, metrics, and busy workloads.
-
Locations in Europe and the US
Deploy close to your infrastructure and users – lower latency, regional compliance.
-
Unmetered traffic
No bandwidth caps and no overage bills – your monthly price stays predictable.
-
IPv4 and IPv6 included
A dedicated IPv4 address plus native IPv6 with every server.
-
24/7 human support
Engineers on duty around the clock – real answers, not ticket bots.
-
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.