Articles in this section

How to install Plesk for Linux

Plesk for Linux ABT: Group A kb: auxiliary Ideal

Applicable to:

  • Plesk for Linux

Question

How to install Plesk on Linux?

Answer

Note: For Plesk installation, you need a fresh Linux server with access to the Internet. Before the installation, make sure the server meets Plesk Software Requirements. Hosting providers may have Plesk preinstalled as an option or an option to install it during the server creation.

Choose a method that suites you most:

 

Plesk Web Installer

 

  1. Go to https://get.plesk.com/.
  2. Enter your server's IP address/hostname and server's root password / add a private key.

    Optional: Select Install OS updates before starting the Plesk installation.

  3. Click Next.



     
  4. Input your email address to create a new Plesk 360 account or log in to exiting one.
  5. Accept the terms of the End-User License Agreement and click Install.




     

  6. The installation will begin.




     

  7. When the installation is finished, your Plesk server will be granted a technical hostname that will be secured with a free Let's Encrypt SSL certificate within the next couple of minutes.




     

  8. To log in to Plesk, click on the button. If the Plesk login page has not been secured yet, ignore the warning about insecure connection and make an exception.
Installing Plesk on a Cloud instance
One-click installer

 

Connect to a server via SSH as a root user to begin the installation.

  • To install Plesk with a basic set of components in one click, run the command:

    # sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)

  • To install Plesk with a custom set of components in one click, run the command:

    # sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)

For detailed information about a one-click installation, see:

Run Plesk in a Docker container

 

Connect to your server via SSH as a root user or any other user with 'sudo' access to begin the installation.

To run Plesk on Docker, execute the command:

# docker run -d -it -p 80:80 -p 443:443 -p 8880:8880 -p 8443:8443 -p 8447:8447 plesk/plesk

Installing Plesk via a browser

 

If your server's IP address / hostname resolves from the Internet and the port 8447 is opened, Plesk installer can be launched in a web browser:

  1. Connect to your server via SSH as a root user to begin the installation.
  2. Download Plesk Installer:

    # wget https://autoinstall.plesk.com/plesk-installer

  3. Add execution permissions to Plesk Installer:

    # chmod +x plesk-installer

  4. Launch Plesk Installer with the command below:

    # ./plesk-installer --web-interface

  5. Open a web browser on your device and access Plesk Installer on port 8447 either using an IP address or a hostname. For example:

    PLESK_INFO: https://203.0.113.2:8447

    OR

    PLESK_INFO: https://server.example.com:8443

For detailed information about an installation via a browser, see:

Command-line interface

 

  1. Connect to your server via SSH as a root user to begin the installation.
  2. Download Plesk Installer:

    # wget https://autoinstall.plesk.com/plesk-installer

  3. Add execution permissions to Plesk Installer:

    # chmod +x plesk-installer

  4. Launch Plesk Installer with the command below and follow the on-screen instructions:

    # ./plesk-installer

For detailed information about an installation via CLI, see:

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.