Do this after you have installed openlitespeed from the aapanel app store and it is not starting.
Dear, below is a tutorial if you are having difficulties installing open lite speed on an ARM server.
with the root user use the wget command to download it:
wget https://github.com/litespeedtech/openlitespeed/releases/download/v1.7.17/openlitespeed-1.7.17-aarch64-linux.tgz
Binary installation can be done in just a few commands:
tar -zxvf openlitespeed-*.tgz
cd openlitespeed
./install.sh
If the installation goes well, you will see:
[OK] The startup script has been successfully installed!
Now we set up the administrative password to access the OpenLiteSpeed web interface. You can do it with the following command below:
/usr/local/lsws/admin/misc/admpass.sh
Output:
Please specify the user name of administrator.
This is the user name required to login the administration Web interface.
User name [admin]: admin
Please specify the administrator's password.
This is the password required to login the administration Web interface.
Password:
Retype password:
Administrator's username/password is updated successfully!
Now you can start the web server, like so:
/usr/local/lsws/bin/lswsctrl start
Check the status:
/usr/local/lsws/bin/lswsctrl status
Configuring Your Firewall.
Install the ufw:
sudo apt-get -y install ufw
Enable
sudo ufw enable
Run the following command to open the ports that OpenLiteSpeed listens on:
sudo ufw allow 7080/tcp
sudo ufw allow 8088/tcp
sudo ufw reload
Access OpenLiteSpeed Admin Console.
Once successfully installed, OpenLiteSpeed will be available on HTTP port 7080 by default. Open your favorite browser and navigate to http://your-server-ip-address:7080 and provide your admin username and password and click on the “Login” button.
If you are using Alma Linux 9, use this command before starting lite speed from the terminal:
yum install libxcrypt-compat libnsl -y
instagram: @cleyssond