Prerequisites
To proceed, you must have sudo or root access to your server. This is necessary to run certain commands. You also need access to the ORIV dashboard. This allows you to manage firewall settings and restart services on your server.Steps to Enable the OpenLiteSpeed Webadmin
To enable the webadmin console, follow these four steps.Step 1: Enable the Web Console via Command Line
To start, connect to your server using SSH. After logging in, run a command to remove a specific file. This file is what disables the web admin by default. You can delete it by typing the following command: sudo rm /usr/local/lsws/conf/disablewebconsole When you remove this file, the web console will become active.Step 2: Open Port 7080 in the Firewall
The OLS webadmin operates on port 7080. Make sure this port is open. Go to your server dashboard, choose ‘Security’ → ‘Firewall Management’. Here you can find ‘Add new rule’ to button to create a new rule to allow incoming traffic on TCP port 7080.[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.If you are using another cloud provider like AWS, Google Cloud, Azure, or DigitalOcean, you will also need to open port 7080 in their security groups or external firewalls.
Step 3: Restart OpenLiteSpeed
After opening the port, restart the OpenLiteSpeed service to apply the changes. To do this, go to your ORIV dashboard. Click on ‘Server Management’ and then choose ‘Settings.’ Look for the section where you can manage services. Find OpenLiteSpeed in the list and click the ‘Reboot’ button.[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
