How to install Plesk on AlmaLinux 9

How to install Plesk on AlmaLinux 9


Open VPS using root and password

Run Bellow Command

plesk on almalinux 9
plesk on almalinux 9

Configure Plesk on AlmaLinux 9

vi /etc/systemd/system/multi-user.target.wants/psa.service

Under the service section, change the Type directive to the simple:

Press I

Replace= oneshot —>  simple

Press ESC  and  type  :wq  and press Enter

systemctl daemon-reload

systemctl start psa.service

systemctl enable psa.service

systemctl status psa.service

Configure Firewall

firewall-cmd –permanent –add-service=http

dnf install -y firewalld

systemctl enable firewalld –now

firewall-cmd –permanent –add-service=http

firewall-cmd –permanent –add-service=https

firewall-cmd –reload

firewall-cmd –list-all

At this point, you can use the URL provided during your installation on AlmaLinux 9 to access the Plesk web interface.

firewall-cmd –permanent –add-port=8443/tcp

Server IP:8443 and Press enter

After Login You will see a page where you need to set your contact details. Also, you need to set a password for the admin user so that the next time you want to log in, you can use your Admin user and password.

You will be required to provide the License or continue with the free version(trial version).



Source link