Plesk software package is a simple and effective commercial web hosting control panel that let you to manage the websites, email accounts and all the hosting accounts.
Step 1: Update Packages
Update packages with the latest version by using below command:
[root@localhost]# yum update
Make sure wget is installed on your server, To do this, issue the following command:
[root@localhost]# yum install wget
Step 2: Install Plesk Panel
Run the following command to install Plesk Panel with One-click-installer.
[root@localhost]# wget -O - http://autoinstall.plesk.com/one-click-installer | sh
Step 3: Access Plesk Panel
After installation has finished, you can log in to Plesk at the address https://<HOST_NAME OR YOUR_IP>:8443 using the username "root" and the root user's password.
Done!