Cant access Openlitespeed Webadmin using any ports.

#1
Hello Dear all,

i have installed Openlitespeed Wordpress on GCP, but i want now to access the openlitespeed webadmin using all these ports: 8088/8080/7080/80 but none of them work. Could you please help me what to do to access the webadmin?

thanks in advance.

site url: absoluteracing.net
 
#3
Could you run the following command see the admin port is listening by ols
# netstat -pant | grep openlite

If you see the admin port ( geenral 7080 ) , it is already there . The server fire wall is blocking access to the admin port . You need to open that port
 
#4
@Raidm thanks for your reply, where to run this command, i am using GCP vm instance as web hosting, i tried to run in SSH but give error.
no such command.
let me know where i can run it?
 
#5
@Raidm thanks for your reply, where to run this command, i am using GCP vm instance as web hosting, i tried to run in SSH but give error.
no such command.
let me know where i can run it?
You need ssh after that run the command . If the command is not found install the following in server

for RHEL/Centos server
# yum install net-tools
 
Top