password of :7080 control panel ?

Hi , what is the password of port 7080 web control panel ?
I have tried default like 123456 and same password as I have with panel on 8090 port, all no good

and I also get this error

Warning: fopen(/usr/local/lsws/admin/conf/htpasswd): failed to open stream: Permission denied in /usr/local/lsws/admin/html.open/lib/CAuthorizer.php on line 214

also tried use this

/usr/local/lsws/admin/misc/admpass.sh

but with newly reset username and password still can’t login

never mind , problem is solved by manually run
yum remove openlitespeed
and
yum install openlitespeed

but I don’t know if there is any other things it breaks

yeah… lot of things broken , even PHP…

For PHP just include these configuration files:

include phpconfigs/php53.conf
include phpconfigs/php54.conf
include phpconfigs/php55.conf
include phpconfigs/php56.conf
include phpconfigs/php70.conf
include phpconfigs/php71.conf

and than under

usr/local/lsws/conf/phpconfigs

You can create PHP configuration files, an example for php71

extprocessor php71 {
type lsapi
address uds://tmp/lshttpd/lsphp71.sock
maxConns 50
initTimeout 60
retryTimeout 0
persistConn 1
respBuffer 0
autoStart 1
path /usr/local/lsws/lsphp71/bin/lsphp
memSoftLimit 2047M
memHardLimit 2047M
procSoftLimit 400
procHardLimit 500
}

currently you can see all password from cyberpanel in /etc/cyberpanel/ directory

1 Like

Wow thread is almost almost 4 years old; necro thread!