# Set up Plesk in Ubuntu

**Plesk** is a web hosting and server management control panel that allows administrators and web hosting companies to manage thousands of virtual hosts on a single machine. It offers automation tools that reduce the time web professionals spend on managing websites and the server environment. Plesk supports both Linux/Unix and Windows operating systems, providing a graphical interface for managing websites, email accounts, databases, and more.

## **Prerequisite:**&#x20;

*It works on all Linux distributions.*

Operating System: **Ubuntu 22.04**

Minimum hardware requirements: 2GB RAM and 32GB of storage

A sudo user or root privileges.

### Install Plesk Control Panel on Ubuntu 22.04

Plesk is a popular web hosting control panel that allows you to manage your hosting server. This guide covers the installation of Plesk on Ubuntu 22.04.

### Update && Upgrade&#x20;

Update System Packages Update your Ubuntu 20.04 server's package index:

```
sudo apt update && sudo apt upgrade -y
```

**Download Plesk Installer** Use the curl command to download the Plesk installer script:

```
wget http://autoinstall.plesk.com/plesk-installer
```

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FGqMQR3A6Ey1Nf8RARrtI%2Fimage.png?alt=media&#x26;token=e5b1092d-b2ea-4b5c-a0ad-75767a0e006d" alt=""><figcaption></figcaption></figure>

**Make Installer Executable** Change the permissions to make the script executable:

```
sudo chmod 755 plesk-installer
```

**Run Plesk Installer** Execute the installer script to initiate the Plesk installation:

```
sudo ./plesk-installer
```

Hit **“F”** if you are using a *fresh* server. Or **“q”** if you need to back up your system data.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FMPlJ3hSKGKVuLxGcREnf%2Fimage.png?alt=media&#x26;token=52f02e1b-e81a-4537-ba34-b422f7d2e82d" alt=""><figcaption></figcaption></figure>

*Would you like to assist Plesk in enhancing its products by sharing information about encountered issues, including installation and upgrade problems? \[Y/n]:*

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2F5To6LaEjoF68N87NGQl0%2Fimage.png?alt=media&#x26;token=daafa900-55e1-4d9e-b387-fc043292cc4f" alt=""><figcaption></figcaption></figure>

*Proceed with the advised approach.*

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FJpsBx7IIhxw4cQpfReOu%2Fimage.png?alt=media&#x26;token=ddbad477-9ab5-4367-9070-0f21171d6a2d" alt=""><figcaption></figcaption></figure>

*Go forward with the Product Installation*

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FJWMSVRzaLIC7HrnBg9WI%2Fimage.png?alt=media&#x26;token=311af9a0-3ecf-4d2b-9c28-e3cb86a5d2a9" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FA4Hp8vSEm1d33V0wNpSF%2Fimage.png?alt=media&#x26;token=7ffe3614-dac7-4fec-b428-4a3ca889dd9b" alt=""><figcaption></figcaption></figure>

*Follow the on-screen instructions to complete the installation process.*

**Post-Installation**

After installing Plesk on Ubuntu 22.04, access the Plesk control panel by navigating to `https://<YOUR_SERVER_IP:8443` your web browser. Log in using the admin credentials established during the installation.

**Conclusion**

Congratulations on successfully installing Plesk on your Ubuntu 22.04 server. With Plesk's intuitive interface, you can now effortlessly manage your websites, databases, and email accounts.
