OpenLiteSpeed, the open source high performance web server with a browser based admin console, ready to serve sites the moment it boots.
OpenLiteSpeed is the open source edition of the LiteSpeed web server, an event driven HTTP server built for high concurrency and low memory use. It serves static and dynamic content, runs PHP applications through its LSAPI handler, speaks HTTP/2 and HTTP/3, and is administered entirely through a browser based WebAdmin console rather than hand edited configuration files. It is used to host web sites and PHP applications, as a fast origin behind a content delivery network, and as a drop in alternative to heavier web servers.
cloudimg delivers OpenLiteSpeed fully installed with a supported PHP runtime and the WebAdmin console ready on first boot. The image is secure by default and carries no usable login: the admin console ships with no known password, and on the first boot of every instance a one shot service generates a random WebAdmin password unique to that instance, regenerates the console certificate, and writes the password to a file only the root user can read. The whole server root, including virtual host document roots, configuration, certificates and logs, sits on its own independently resizable volume separate from the operating system disk. The base is fully patched with unattended security upgrades enabled, and every deployment is paired with a step by step deploy guide and backed by 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## A High Performance Web Server, Ready On First Boot
OpenLiteSpeed is the open source edition of the LiteSpeed web server: an event driven, single process HTTP server built for high concurrency and low memory use. Unlike traditional worker or prefork architectures, it serves static and dynamic content through a single process that scales to thousands of concurrent connections without spawning additional threads per request. It runs PHP applications through the LiteSpeed SAPI handler, eliminating the overhead of a separate FastCGI pool, speaks HTTP/2 and HTTP/3, and is administered through a browser based WebAdmin console instead of hand edited configuration files.
This image delivers OpenLiteSpeed 1.9 fully installed and running, with a supported PHP 8.3 runtime already wired to the default handler, so you can point a virtual host at your code within minutes of launch.
## Who This Is For
Web hosting teams who need a fast PHP application server that handles high request concurrency on modest instance sizes. Platform engineers replacing a heavier web server tier where memory per connection is the constraint. Application owners who want an origin server behind a content delivery network, with HTTP/3 support and a GUI for day to day configuration rather than a configuration file workflow.
## What Is Installed
## Secure By Default
OpenLiteSpeed's own packaging writes a cleartext administrator password to disk. This image does not ship one:
## Dedicated Storage
The entire OpenLiteSpeed server root, including virtual host document roots, configuration, certificates and logs, is mounted on its own EBS volume. You can grow web content storage without touching the operating system disk, and snapshot the server tier independently.
## Getting Started
1. Launch the AMI on an m5.large instance or larger, opening ports 22, 80, 443, 7080 and 8088 as required
2. SSH in and read the generated console password from the root only credentials file
3. Browse to the WebAdmin console on port 7080 over HTTPS and accept the self signed certificate warning
4. Sign in as admin with the generated password and change it from the console
5. Add a listener on port 80 or 443 and a virtual host pointing at your document root
6. Install a certificate authority signed certificate, then remove the sample virtual host before serving production traffic
## Recommended Sizing
## 24/7 cloudimg Support
Every deployment is backed by cloudimg engineers available around the clock by email and live chat. Support covers deployment and sizing guidance, listener and virtual host configuration, PHP tuning and extension installation, certificate installation and renewal, HTTP/3 enablement, rewrite rule migration from other web servers, and upgrade assistance. Critical issues receive a one hour average response.
OpenLiteSpeed and LiteSpeed are trademarks of their respective owner. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.