• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Can't log into plesk after upgrade from 12.0 to Onyx

Mike Void

New Pleskian
Hello.

After I upgraded my Plesk version to Onyx I can no longer log into Plesk with example.com:8443.

How can I fix this?
 
Any additional details? What sort of errors do you have, at least? Are you sure that upgrade was completed successfully? Have you tried to fix problem with

# plesk repair installation

?
 
I attached what error I get in the browser. I can still access the port 8447 for Install and updates.

# plesk repair installation

is this a terminal command? I can run it via SSH ?
 

Attachments

  • pleskbug.png
    pleskbug.png
    16.8 KB · Views: 6
Check if sw-engine is running:
# systemctl status sw-engine

if not, start it with
# systemctl load sw-engine

if the firewall is blocking access to port 8443 (which it obviously shouldn't) you get that scenario.
 
Back
Top