• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue RockyLinux 8 plesk won't open

blue sky

New Pleskian
Server operating system version
Rocky Linux 8
Plesk version and microupdate number
18.0.48
I installed Rocky Linux 8 plesk panel, but the plesk panel does not open ip:8443
 
Hi,

Have you tried to log in via SSH and do the following:
# plesk login

That should create a login link from which you can log in on Plesk.
 
When I log in to ssh, it says the following, but the login page I can log in does not open ip:8443 I try to login but the plesk login page does not come up I guess the port needs to be allowed with the ssh command but I don't know the command This should create a login link where you can log in to Plesk.
 
Check that the service sw-cp-server is up and running. Check that port 8443 listened with the command:

# lsof -i tcp:8443

If sw-cp-server service can't be stared, please check log files /var/log/sw-cp-server/error_log and /var/log/sw-cp-server/sw-engine.log
 
Check your data center control panel, too. Some data centers offer an additional firewall before the server. That could also block port 8443 (and 8447).
 
Check your data center control panel, too. Some data centers offer an additional firewall before the server. That could also block port 8443 (and 8447).
This is not data center blocking, it is necessary to allow the ssh firewall port, but for rock RockyLinux 8, I don't know with which command to allow the frewall port. When centos ssh port opened and allowed, plesk panel was logged in.
 
Can you please post the output of these commands:

Bash:
# firewall-cmd --zone=public --permanent --list-ports

# firewall-cmd --zone=plesk --permanent --list-ports
 
Back
Top