Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
I am having problems upgrading Pleks via the Plesk control panel and I know there is a way to do it via the command line. Does someone know what that way is?
Plesk Install Procedure
========================
1. Log in as "root" and change your working directory to the directory where
the Plesk Autoinstaller resides; for example: # cd /home/admin/plesk
2. Set execute permission for Autoinstaller:
# chmod +x psa_installer_v2.0.0_build75050818.15_os_FedoraCore_1_i686
3. Run the Autoinstaller:
# ./psa_installer_v2.0.0_build75050818.15_os_FedoraCore_1_i686
4. Follow on-screen instructions.
Or the rpm distribution:
Code:
Plesk RPM Install Procedure
============================
The Plesk 7.5.4 RPM installations require Fedora Core 1 already installed on your system.
It is recommended that you install Plesk on servers with the freshly installed operating system.
1. You will first need to log in as "root" to your system.
2. Before the installation, make sure that all the required RPMs are installed.
You can check whether a particular RPM is already installed by entering
the following command: rpm -q 'rpmname'.
.... etc etc