Plesk is an advanced control panel that simplifies web hosting and server management. Installing Plesk on Ubuntu 24 is straightforward. Below, you’ll find all the steps, including the commands, in a clean and organized format.
First, ensure your server is up to date. Run the following commands to update the packages:
apt update
apt upgrade -y
To install Plesk, you need some essential tools. Use the following commands to install them:
apt install wget curl -y
To download the official Plesk installer, run this command:
wget https://autoinstall.plesk.com/plesk-installer
Make the downloaded file executable by running:
chmod +x plesk-installer
Now, you can start the Plesk installation:
./plesk-installer
When the installer starts, you will be presented with a few options. You can proceed with the “Recommended” installation option, which will install the necessary services (web server, database, mail server, etc.) along with Plesk.
After the installation is complete, you can access the Plesk interface through your browser. Go to the following URL, replacing "your-server-ip" with your actual server IP address:
During the first login, you will be asked to set an admin username and password. After completing this, your Plesk panel will be ready to use.
Installing Plesk on Ubuntu 24 is a quick process that can be done with a few simple commands. Once installed, you can easily manage your websites, databases, and email accounts. For additional configurations, use the advanced settings available through the Plesk panel.
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket