LiteSpeed Web ADC
LiteSpeed Web ADC
LiteSpeed Web ADC is a high-performance application delivery controller and HTTP load balancer. It distributes traffic across backend servers while improving application speed and reliability and includes HTTP/3 (QUIC) support.
Create LiteSpeed Web ADC
- Log in to the dashboard and click New Environment.
- Configure the required topology and select LiteSpeed Web ADC as the load balancer.
- Adjust the required environment variables if customization is needed.
- Click Create.


Environment Variables

Access and Manage LiteSpeed ADC
Click Open in Browser for the LiteSpeed balancer to access one of the backend application servers automatically.

To manage the load balancer itself, open its Admin Panel from the Additionally list. Access credentials are sent by email after node creation.



Configuration files can be adjusted through the dashboard File Manager or through SSH.
License Pricing
LiteSpeed licenses are billed for active containers on an hourly basis. License lifecycle management is automatic: licenses are issued for new containers, updated when resource limits change, and decommissioned when an environment is stopped or scaled in.
The LiteSpeed License Manager add-on is installed automatically on LiteSpeed-based nodes and allows switching between plans by changing the number of workers.


| License Type | Workers | Pricing per 1 GB per Hour | Min (Max) per Month |
|---|---|---|---|
| Web ADC Small (default) | 1 | $0.01 | $7.30 ($65) |
| Web ADC Medium | 2 | $0.02 | $14.60 ($130) |
| Web ADC Large | 4 | $0.04 | $29.20 ($260) |
| Web ADC Ultimate | 8 | $0.08 | $58.40 ($520) |

LiteSpeed ADC Testing
- LiteSpeed ADC uses Stateful mode by default, preserving session affinity so requests from one source continue to use the same backend while it is available.
- Without its own public IP, requests pass through the Shared Load Balancer and appear to LiteSpeed ADC as originating from a single IP.
- For proper production-style testing, attach a public IP and generate requests from multiple sources.
- For development/testing only, you can temporarily use Stateless mode, which does not preserve session affinity.
Temporarily Disable Health Checks
LiteSpeed ADC automatically checks backend health and removes problematic servers from routing. This can be undesirable in cases such as a WordPress maintenance page returning HTTP 503, because the backend can be excluded and users may see a generic balancer error instead.
- Open the LiteSpeed ADC console and go to Configuration > Clusters > clusterHTTP > Worker Group.
- Clear the Ping URL value. Repeat for all Worker Groups.
- Perform a Graceful Restart.
- After the maintenance operation is finished, restore the Ping URL values so real backend failures can be detected again.



Expected Result
LiteSpeed Web ADC is deployed as the environment load balancer, routes traffic to backend application servers, can be managed through its Admin Panel, and supports platform-managed licensing, HTTP/3, session affinity, and configurable backend health checks.
