How To Install Plesk on Ubuntu 18.04

Plesk is a control panel for your server. It allows users to manage their personal and customer databases, domains and email. A valid Plesk license is required for correct installation.

Automatic Plesk installation

In this step, you need to log in as root user and enter the following command to install Plesk. Replace name@example.com with your actual email address.

hostname example.com
sudo sh -c "wget http://installer.plesk.com/plesk-installer -O - | sh /dev/stdin --source http://installer.plesk.com/ --target /tmp/plesk-installation --select-product-id plesk --select-release-latest --installation-type "Typical" --notify-email name@example.com"

Setting up the script will take about 10 minutes. When finished, you should receive a message on the console that the Plesk installation is complete.

Enter the URL shown in the console in your browser and you will be presented with the Plesk admin interface. Enter the requested information such as installation type, domain name, administrator login / password and Plesk license key to complete the installation.

Was this article helpful?

Related Articles

Leave A Comment?