Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
How to install an Plesk version?
Answer
Note: In case Plesk is already installed on a server, only the current Plesk version and Plesk versions to which direct upgrade can be performed will be displayed.
-
Connect to the Plesk server via SSH.
-
Download Plesk Installer:
# wget https://autoinstall.plesk.com/plesk-installer
-
Add execution permissions to Plesk Installer:
# chmod +x plesk-installer
-
Start Plesk installer with the
--all-versions
key:# ./plesk-installer --all-versions
-
Proceed to the product list and select a desired Plesk release using the numbers.
-
Start the installation.
Note: Some legacy Plesk releases cannot be installed on newer operating systems. To see the list of supported and unsupported OSes, visit Plesk Lifecycle Policy.
-
Connect to the Plesk server via RDP.
-
Download Plesk Installer to your Windows server.
-
Start a command prompt as an Administrator and switch to the directory with downloaded Plesk Installer (By default, C:\Users\Administrator\Downloads):
C:\> cd C:\Users\Administrator\Downloads
-
Start Plesk installer with the
--all-versions
key:C:\> plesk-installer.exe --console --all-versions
-
Proceed to the product list and select a desired Plesk release using the numbers.
-
Start the installation.
Comments
10 comments
I wanted to instal version 17.0.17 but unfortunately that does not work anymore, man googles and searches the whole plesk forum / page and follows every (excuse) shit instructions and man can not install except version 17.8.11 -.- but I need 17.0. 17 with php 5.6 and not 17.8.11 where only php 7+ is there are too many cms systems not yet running on php7 !!! and many of my clients also want to use php 5.6
@viktor
`# plesk-installer --all-versions` still works and Plesk Onyx 17.0 can be chosen, unless Plesk Onyx 17.8 is already installed or Debian 9 is used.
Plesk Onyx 17.8 is the only Plesk version which supports Debian 9.
@denis
on my debian system i tried, but is not working -.- i can only install 17.8.11 but no other version
@Viktor, am I correct that you are using Debian 9? In this case, this is expected as only Plesk.
# ./plesk-installer --show-all-releases < Very useful, helped me install 17.5 on a blank centos server :)
@Jeremy A Gruver
Thank you for the feedback, good to know that you have found the article helpful :)
Hi,
Thanks for this help.
In my case, it don't work .
I am recovering the hosting from an old site and i need php 5.3.
My host provider allow only install ubuntu 18 min
How can i do ?
Thanks
Hi Contact
Modern operating systems do not support PHP 5.6 and lower versions. Check out this KB article for details.
Hello @Kuzma Ivanov
I followed the procedure but it throws an error
Hi Daniel Ddungu!
According to the error message, the icu-devtools package is missing in your system.
Try installing it with this command:
# apt-get install -y icu-devtools
Once installed, start Plesk Installer again.
Please sign in to leave a comment.