Howto install Plesk on CentOS 7 ?

It is very simple . . .
Below are the steps !

  1. Install wget in your machine.
    # yum install wget -y
  2. Download Plesk Installer from Plesk site.
    # wget http://autoinstall.plesk.com/plesk-installer
  3. Update execute permission.
    # chmod +x plesk-installer
  4. Now run Plesk Installer and follow the steps.
    # ./plesk-installer
  5. 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 !!