How to install Plesk via Command line on Linux

Plesk is one of the famous web hosting control panels used in both Windows and Linux. Here I am providing the steps to set it up on a Linux server. You can watch the video tutorial by clicking here.

  1. log in to the server as the root user.
  2. Download Plesk installer:
    # wget --no-check-certificate https://autoinstall.plesk.com/plesk-installer

  3. Provide proper permissions to the installer:
    # chmod +x plesk-installer
  4. Run Plesk installer via command line and follow instructions:
    # ./plesk-installer
  5. The installer asks a few questions and you need to type F and Y to go ahead there based on what you are seeing on screen.



  6. It will take about 10-15 minutes to complete the installation. Once done, you will get the panel link on the screen.  

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install and Use Docker on Ubuntu 16.04

Introduction Docker is an application that makes it simple and easy to run application processes...

Change Main IP of the server :: Vesta Panel

If we are changing the main IP of a server installed with Vesta panel, we can use the following...

cPanel: Apache-FastCGI Data Timeout Error

If you are using a cPanel server and have FastCGI enabled in Apache, you might be facing the...

Domainkey installer in cPanel

You can use the following cPanel script to install domainkey for an account...

Email issues :: Common Troubleshooting Steps

Here I will discuss some common errors and their solution: We are using a mail relay setup for...