Plesk Obsidian (version 18)

Here you will find answers to the most common questions related to Plesk Obsidian.

We can provide the Plesk control panel as needed, so you can host domains, websites, and email. Plesk is one of the leading control panels on the market.
You can choose whether the Plesk license should be for 10, 30, or an unlimited number of domains.
Note that it is also possible to upgrade the license to more domains at a later time.

Plesk login
Install Plesk (Linux)

Administration
Websites and Domains
Email administration

Plesk login

Login to Plesk will be available via addresses such as:

An alternative way to log in to Plesk is to generate one-time login links via SSH by running the following command:

plesk login

Install Plesk on a Linux server

  1. Log in to the server via SSH

  2. Download the plesk-installer from http://autoinstall.plesk.com/plesk-installer

  3. Make the file executable (chmod +x plesk-installer)

    wget http://autoinstall.plesk.com/plesk-installer && chmod +x ./plesk-installer
  4. Install Plesk Obsidian with components for website, database, and email service, as well as Let's Encrypt.

    ./plesk-installer --select-release-latest \
    --install-component panel \
    --install-component webservers \
    --install-component phpgroup \
    --install-component psa-firewall \
    --install-component spamassassin \
    --install-component roundcube \
    --install-component fail2ban \
    --install-component postfix \
    --install-component mysqlgroup \
    --install-component php8.2 \
    --install-component php8.3 \
    --install-component php8.4 \
    --install-component php8.5 \
    --install-component letsencrypt \
    --install-component wp-toolkit \
    --install-component config-troubleshooter \
    --install-component nginx \
    --install-component monitoring \
    --install-component repair-kit \
    --install-component sslit
  5. Activate Plesk with the product key using the command below.

plesk bin license --install <product-key>
  1. Generate a one-time login link with the command:
plesk login
  1. Copy the link and paste it into a browser to log in to Plesk