X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar

Knowledge Base

Plesk Panel Installation on Ubuntu 24

 

How to Install Plesk Panel on Ubuntu 24

 

You can install Plesk Panel on a server running Ubuntu 24 by following these steps. Make sure you have root access.

 

1. Update Packages

 

First, update your system packages.

Command: apt update && apt upgrade -y

 

2. Install Required Tools

 

Install some essential tools needed during the installation.

Command: apt install wget curl -y

 

3. Download the Plesk Installer

 

Download the official Plesk installer to your server.

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

 

4. Grant Execute Permission

 

Make the installer file executable.

Command: chmod +x plesk-installer

 

5. Start the Installation

 

Run the installer to begin the setup.

Command: ./plesk-installer

 

If you want to install the latest version with recommended components directly, use this command:

Command: ./plesk-installer --all-versions --select-release-latest --installation-type Recommended

 

6. Access the Plesk Panel

 

Once the installation is complete, you can access the Plesk panel via your browser. Use the following address:

https://your_server_ip:8443

You will be asked to create an admin account on the first login.

 

7. Set the Hostname (Optional)

 

If you need to set or correct your server's hostname, use the following command:

Command: hostnamectl set-hostname panel.yourdomain.com

 

You can click for our virtual server packages with Ubuntu options where you can install Plesk Panel.

Did you find it useful?
(0 times viewed / 0 people found it helpful)

Can't find the information you are looking for?

Create a Support Ticket
Top