By Default, Most of the Installations Only Allow us to log in to Port 8090 ( Cyber Panel )
NB: Cyber Panel Can be Access by Going [Your IP]: 8090
Sometimes, Advanced Users may need to change Something under Web Panel - Which is Hidden Under Port 7080
NB: Web Panel Can be accessed by visiting [Your IP]: 7080
by default, My Installation, not allowed me to log in to Web Panel ( 7080 )
Here are My Server Details:
Digital Ocean + CentOS + Litespeed Ent + Cyber Panel
How I enabled Port 7080 in my server?
- Log in to Cyber Panel - Security - Firewall
- Add Rule Name " webpanel "
- Select TCP
- IP Address " 0.0.0.0/0 "
- Port " 7080 "
- Click on Add - Then, Reload The Page and Confirm Port 7080 is Added.
Now go to [Your IP]:7080
if You can see a Login Page Similar to Cyber Panel Login, Then we can go ahead,
if You Couldn't see a login, page, then your server or configuration should be recheck.
By default, the user ID is " root "
But the password is Not Set, we are going to set up a Password for Web Panel User " Root "
NB: By Default, the Cyber Panel Admin user is " admin "
Steps to Change Web Panel root user password:
- Login to SSH as Root
- Enter this Command in SSHCode:
cd /usr/local/lsws/admin/misc
- Then,Code:
./admpass.sh
Please specify the user name of administrator.
This is the user name required to login the administration Web interface.
User name [admin]: admin
Now specify the password and you will receive this success massage.
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!
All done now login to your web admin using your new password.