How to Install Plesk in Almalinux 8.8

To install Plesk you will need “clean” Linux server with an access to the Internet and compliant with Plesk requirements. Just in case you have already used your Linux server for hosting purposes – please uninstall any existing instances of Apache, MySQL, Cyrus, SELinux and PHP.

Install Plesk in Almalinux 8.8

1. Update Almalinux OS to latest version.

# yum clean all
# yum update -y

2. Install Plesk in Almalinux 8.8 in one click

In order to install Plesk Onyx with a basic list of components you need to run the following command:

# sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)

The installation will proceed in automatic way. The average time of the whole installation process will be between 30 minutes and 1 hour. The command will initiate the download of the latest stable Plesk release.

 

As soon as Plesk installation is over, it is necessary to make tiny post-install configuration. You need to open in your browser the following url – https://your-host:8443 or https://your-ip:8443 Access system using “root” username and its password.

1. Enter contact information ( name and e-mail ) of the administrator
2. Change administrator’s account password. Next time you log into the system please use “admin” username and your new password
3. Select full trial or paid license. In case you’ve already purchased paid license – please paste an activation code. In opposite case you may still purchase it here or use temporary trial license
4. Accept end user agreement and enjoy the power of Plesk!

Was this answer helpful?

Related Articles

How to Update Almalinux 8

Always create a backup and snapshots before updating your AlmaLinux system. Check Release. #cat...

How to Remove Old Linux Kernel in Centos/RHEL 8/Almalinux 8

Check installed kernel. # rpm -q kernel kernel-4.18.0-240.10.1.el8_3.x86_64...