PleskQuick and Efficient Plesk Installation on Debian 12 via Command Line

Jack Nothan
2 min readJan 21, 2024

--

Quick and efficient Plesk installation on Debian 12 via command line can be achieved by following a few straightforward steps.

First for Plesk Installation on Debian 12 From Command Line ensure that your system is up to date by running the following commands to update the package lists and upgrade the installed packages:

sudo apt update

sudo apt upgrade

Next, download the Plesk installation script using curl, a command-line tool for transferring data with URLs:

curl -o plesk-installer https://autoinstall.plesk.com/plesk-installer

Make the script executable by setting the execute permission:

chmod +x plesk-installer

Now, you can run the Plesk installer with the necessary options. For example, to install the Web Pro Edition, use the following command:

./plesk-installer — web-pro

The installer will guide you through the installation process, prompting you to provide necessary information such as the desired administrator password and license key.

Once the installation is complete, access the Plesk control panel by navigating to the server’s IP address or domain name in a web browser with https, followed by the port 8443 (e.g., https://your_domain_or_ip:8443). Log in using the administrator credentials you specified during the installation.

Congratulations! You have successfully installed Plesk on your Debian 12 server. Plesk provides a user-friendly interface for managing web hosting, domains, and server settings, making it a valuable tool for administrators and web hosting providers.

By following these commands, you can quickly and efficiently install Plesk on Debian 12 with ease. Whether you are setting up a new server or managing an existing one, Plesk simplifies the process of managing web hosting services, ensuring a smooth and hassle-free experience for both administrators and end users.

--

--

Jack Nothan

I am very interested in Linux and Windows and network operating system as well as network structure