This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

How To Install Plesk on CentOS

Words
91
Reading
1 min
Listen
Play
10y

Plesk allows a server administrator to set up new websites, reseller  accounts, e-mail accounts, and DNS entries through a web-based  interface. In this tutorial, we will install and configure Plesk on a  CentOS cloud server (steps for CentOS Linux 6 and 7). Execute all  commands as root.   

 Step 1: Install all necessary packages (for CentOS) 

yum install wget

 Step 2: Start Plesk installer

 cd /root
wget http://autoinstall.plesk.com/plesk-installer
chmod 755 plesk-installer
./plesk-installer

 Step 3: Wait 10-20 minutes

When the Plesk installer is finished, go to "https://your-server-ip-address:8443" in your browser and start!  

How To Install Plesk on CentOS | Ecency