• 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.
  • 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.

Resolved Can't connect to Plesk after update to 18.0.61 Update 1

King555

Regular Pleskian
Server operating system version
Ubuntu 18.04.6 LTS x64
Plesk version and microupdate number
18.0.61 Update 1
I just upgraded my Plesk from version 18.0.60 Update 1 to 18.0.61 Update 1. Now I can't connect to the panel. Everything else works fine (websites, mail, etc.), but I can't connect to Plesk itself. There is no error message, just no connection (of course there is a browser error message, but this depends on the browser).

I use a specific port to connect to Plesk, not the standard port. Maybe this does not work anymore?

I already did a
Code:
service psa restart
, a
Code:
service sw-cp-server restart
, and a
Code:
plesk repair installation
without any success.

I've read in the forum that there were problems with a custom URL after the update, but obviously the fix has been released (which is Update 1).

What can I do?
 
Have you previously configured a customized URL for logging in?

Also, are there any errors when checking the status of service sw-engine status and service sw-cp-server status?
 
Last edited:
Yesterday evening it was still working, this morning I also have 502 Bad Gateway :/
(Debian 10)
 
According to service sw-engine status and service sw-cp-server status everything is fine, no error messages, just "active", green text, etc.

I figured out that the port was not reachable anymore (and the original ports are blocked via firewall). That's because ipv6_ports.inc and plesk.conf in the directory /etc/sw-cp-server/conf.d were overwritten with the default values by the last update (this never happened before). I edited them back for using my special port and now it works again! Thanks!
 
I had a similar issue, after upgrade to Plesk Obsidian 18.0.61 last Thursday the dB did not restart and I had to replace a back up (I have little server experience, manage most from Plesk), the Plesk interface gives 500 Plesk\Exception\Database (see screenshot) and going to the repair kit doesn't solve anything.

Any suggestions what to do?
 

Attachments

  • Screenshot 2024-05-16 at 13.08.04.png
    Screenshot 2024-05-16 at 13.08.04.png
    98.3 KB · Views: 11
  • Screenshot 2024-05-17 at 05.21.59.png
    Screenshot 2024-05-17 at 05.21.59.png
    353.5 KB · Views: 11
  • Screenshot 2024-05-18 at 09.50.52.png
    Screenshot 2024-05-18 at 09.50.52.png
    36 KB · Views: 10
Hi Kaspar,

Tx for the answer, what if I said I had some experience? I'd like to try and solve (and learn). SO if you have any directions, I'd be happy to try
tx/diederik
 
Sure. You'll first have to find out why mariadb won't start in the first place. Connect to your server via SSH and run systemctl status mariadb and journalctl -xe. This should give you some more information.

After that you can search trough the Plesk knowledge base (and perhaps this forum also) for any specific errors found in the previous step. If you unsure about anything, open a new topic with any information you've found so far.
 
ill give it a try - for now turning off the update prevents the event from happening, giving me sometime to find a solution.
Tx for the help!
/d
 
According to service sw-engine status and service sw-cp-server status everything is fine, no error messages, just "active", green text, etc.

I figured out that the port was not reachable anymore (and the original ports are blocked via firewall). That's because ipv6_ports.inc and plesk.conf in the directory /etc/sw-cp-server/conf.d were overwritten with the default values by the last update (this never happened before). I edited them back for using my special port and now it works again! Thanks!


This comment was the key , in a new server, plesk use an local lan ip , after remove local ip in "Tools & Settings -> IP Addresses" , it start to update
 
Back
Top