• 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 Plesk installition script does nothing on production server

buraker

New Pleskian
Server operating system version
Ubuntu 24
Plesk version and microupdate number
18.0.56
I am trying to install plesk via one click installer script but on my production server it does nothing and no output. I tried to install it on my desktop computer on a virtual machine and it just goes well.

What could be the problem? My dedicated server is on hetzner and they also sell plesk panel. Could it be the problem?

Thank you in advance.
 
the issue was that the script uses wget in first but our machine is only able to get https links with curl. so I modified the script to pass wget and take the curl as download manager. then it works.
 
Back
Top