Plesk Obsidian

Plesk login
Install Plesk (Linux)

Login to Plesk

To log in to Plesk, open your browser and type (examples below):

  • https://ip-address:8443
  • https://server-name:8443
  • https://domain-name:8443

There is a possibility to log in to Plesk by generating a disposable login link.
Connect to the server remotely (SSH, Remote Desktop) and execute the command below:

plesk login

Install Plesk (Linux)

  1. Connect to the server via SSH
  2. Download the Plesk installer filer and make it executable:

    wget http://autoinstall.plesk.com/plesk-installer && chmod +x ./plesk-installer
  3. Plesk Obsidian ships with builtin parameters to install components for website, database and e-mail service.
In order to retrieve a full components list, execcute the following commands:

1)./plesk-installer list-all
2) Choose Plesk ID
3) ./plesk-installer list PLESK_18_0_23 --components
Example below install components Apache, PHP versions, Mysql/Mariadb, Postfix, Dovecot, 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 php7.0 \
--install-component php7.1 \
--install-component php7.2 \
--install-component php7.3 \
--install-component letsencrypt \
--install-component wp-toolkit \
--install-component config-troubleshooter \
--install-component nginx 
  1. Activate your Plesk edition by executing the command below.
    • Get in touch with support@servetheworld.net and provide the server IP address if you no longer have a copy of your activation key
plesk bin license --install <activation-key>
  1. Plesk is now ready. Log in to Plesk via browser and visit https://ip-address:8443 with root credentials.

There is a possibility to log in to Plesk by generating a disposable login link.
Connect to the server remotely (SSH, Remote Desktop) and execute the command below:

plesk login