LEMP & LLSMP
LEMP and LLSMP Application Server
LEMP combines Linux, NGINX, MariaDB, and PHP in one container. When LiteSpeed is available, the similar LLSMP stack combines Linux, LiteSpeed, MariaDB, and PHP. Both stacks also include Memcached for object caching.
LEMP and LLSMP Overview
LEMP is a single-container software bundle suitable for hosting a wide range of PHP projects. LLSMP provides the same integrated architecture but uses LiteSpeed instead of NGINX.

LLSMP licensing
All LiteSpeed-specific characteristics apply to LLSMP, including the additional LiteSpeed license fee.
Create a LEMP or LLSMP Environment
Open the environment wizard
Sign in to the platform dashboard and click New Environment.

Select LEMP or LLSMP
Open the PHP tab and select the required integrated application server.
Configure the topology
Adjust the scaling limit, Public IP, region, and other required parameters, then click Create.

Open the created environment
After provisioning completes, click Open in Browser to view the default phpinfo() data.

LEMP and LLSMP Peculiarities
Built-in Database and Cache Access
- phpMyAdmin for the integrated MariaDB server is available through port
8443. - The exact phpMyAdmin link and credentials are included in the environment-creation email.
- The admin password can be reset from Additionally → Admin Panel → Reset Password.
- Memcached does not use a password and is accessible only from inside the container through localhost.
- MariaDB clients inside the container can connect through SOCKET using
localhostor TCP using127.0.0.1.

Environment Variables
true.true.Memory values can be provided in megabytes, gigabytes, or percentages. When no unit is provided, the value is interpreted as a percentage.

Restart required
Restart the container after changing these environment variables. LLSMP also provides LiteSpeed-specific variables such as WAF, WP_PROTECT, and WP_PROTECT_LIMIT.
Standard Platform Benefits
- Automatic vertical scaling
- Usage-based pricing
- SSH access
- Container Firewall
- Container redeployment
- Statistics monitoring
- Deployment automation
Expected Result
A self-contained LEMP or LLSMP environment is created with a PHP web server, integrated MariaDB database, and Memcached object cache. The application can be deployed without adding separate database or cache nodes.
Important Notes
- A Public IP is required for direct HTTP/3 access.
- LLSMP includes LiteSpeed-specific behavior and license fees.
- phpMyAdmin is accessed through port
8443. - Memcached is available only through localhost and does not use a password.
- The default RAM allocation totals 100%: 50% web server, 10% cache, and 40% database.
- Restart the container after changing stack environment variables.
