You can easily install Plesk on a Linux-based server using a special script. The script automatically determines your operating system and installs the latest version of an appropriate distribution package in a typical configuration.
Installation may take from 10 to 60 minutes, depending on the network connection speed, operating system, and the number of components selected for installation.
To install Plesk in a typical configuration:
wget
is installed. To do this, issue the following command in the server console:apt-get install wget
yum install wget
wget -O - http://installer.plesk.com/one-click-installer | sh
After installation has finished, you can log in to Plesk at the address https://<host-name-or-IP>:8443 using the username "root" and the root user's password.
To install Plesk with a custom selection of components:
wget
is installed. To do this, issue the following command in the server console:apt-get install wget
yum install wget
wget http://installer.plesk.com/plesk-installer
sh ./plesk-installer
Note: As described in the section Before Installing Plesk, you can select which Plesk build to install depending on its release tier. By default, Installer shows you only the latest general and late adopter releases as available for installation. To install other Plesk releases, use the following Installer options:
--all-versions
to view all available Plesk versions.
--tier <release_tier>
to view the latest available versions with the specified release tier.
After installation has finished, you can log in to Plesk at the address https://<host-name-or-IP>:8443 using the username "root" and the root user's password.
To install Plesk in a typical configuration:
plesk-installer.exe --select-product-id=panel --select-release-id=PANEL_12_0_18_WIN --installation-type=typical
Note: As described in the section Before Installing Plesk, you can select which Plesk build to install depending on its release tier. By default, Installer shows you only the latest general and late adopter releases as available for installation. To install other Plesk releases, use the following Installer options:
--all-versions
to view all available Plesk versions.
--tier <release_tier>
to view the latest available versions with the specified release tier.
After installation has finished, you can log in to Plesk at the address https://<host-name-or-IP>:8443 using the username "Administrator" and the server administrator's password.
To install Plesk with a custom selection of components:
plesk-installer.exe --console
Note: As described in the section Before Installing Plesk, you can select which Plesk build to install depending on its release tier. By default, Installer shows you only the latest general and late adopter releases as available for installation. To install other Plesk releases, use the following Installer options:
--all-versions
to view all available Plesk versions.
--tier <release_tier>
to view the latest available versions with the specified release tier.
After installation has finished, you can log in to Plesk at the address https://<host-name-or-IP>:8443 using the username "Administrator" and the server administrator's password.