It is very simple . . .
Below are the steps !
- Install wget in your machine.
# yum install wget -y
- Download Plesk Installer from Plesk site.
# wget http://autoinstall.plesk.com/plesk-installer
- Update execute permission.
# chmod +x plesk-installer
- Now run Plesk Installer and follow the steps.
# ./plesk-installer
- After completion, reboot the machine and start configuring Plesk using browser url. Your username will be root and password will be root’s password. Below is typical format of Url.
https://xxxxxxxxxxxx:8443
Where, xxxxxxxxxxxx is ip of your machine.
That’s All !!