How to install OpenLightSpeed Web Server

Опубликовано: 15 Апрель 2026
на канале: Quickloss3
306
20

Updating server:
apt update && apt upgrade -y

Installing OpenLiteSpeed:
sudo wget -O - https://rpms.litespeedtech.com/debian... | sudo bash
sudo apt install openlitespeed lsphp81

Setting the Administrative Password:
sudo /usr/local/lsws/admin/misc/admpass.sh

Connecting to the Server:
sudo systemctl start lsws

sudo ufw allow 8088,7080,443,80/tcp

http://server_domain_or_IP:8088
https://server_domain_or_IP:7080