You can install Plesk Panel on a server running Ubuntu 24 by following these steps. Make sure you have root access.
First, update your system packages.
Command: apt update && apt upgrade -y
Install some essential tools needed during the installation.
Command: apt install wget curl -y
Download the official Plesk installer to your server.
Command: wget https://autoinstall.plesk.com/plesk-installer
Make the installer file executable.
Command: chmod +x plesk-installer
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
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.
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.