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
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
Log in to the server via SSH
Download the plesk-installer from http://autoinstall.plesk.com/plesk-installer
Make the file executable (chmod +x plesk-installer)
wget http://autoinstall.plesk.com/plesk-installer && chmod +x ./plesk-installer
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
Activate Plesk with the product key using the command below.
plesk bin license --install <product-key>
plesk login