

Assuming you are able to load the page in your browser at this point, you will be able to log in successfully using the credentials you created.
Lightspeed login web access password#
This will prompt you to enter an admin name and password to be used from the web portal.

Sudo /usr/local/lsws/admin/misc/admpass.sh While connected to the Linode via SSH, you can run the following script: If you haven’t done so already, you may need to first establish credentials for the OpenLiteSpeed admin portal. These results confirm that while the dashboard is running, it is not remotely accessible by default. I’ve included an example of what this command should look like.įrom there I was able to enter `localhost:8888` into my browser and access that dashboard as if I was physically connected to the Linode. Next I created an SSH tunnel that bound port 8888 of my local machine to port 7080 of the Linode. Your results should look something like this: By connecting to the Linode via `ssh` and running the command below, we can see that the OpenLiteSpeed dashboard is listening on port 7080. Assuming you are able to load the page in your browser at this point, you will be able to log in successfully using the credentials you created.ĭescription In an attempt to better understand what you are dealing with here, I deployed a Linode with the same marketplace app that you are using and ran into the same issue. While connected to the Linode via SSH, you can run the following script: sudo /usr/local/lsws/admin/misc/admpass.sh ssh -L 8888:localhost:7080įrom there I was able to enter localhost:8888 into my browser and access that dashboard as if I was physically connected to the Linode. I’ve included an example of what this command should look like. By connecting to the Linode via ssh and running the command below, we can see that the OpenLiteSpeed dashboard is listening on port 7080. In an attempt to better understand what you are dealing with here, I deployed a Linode with the same marketplace app that you are using and ran into the same issue.
