How to install VestaCP control panel on CentOS 7?
Jump to navigation
Jump to search
Step 1:
Login to the server using ssh user@ip
Step2:
sudo yum update
Step 3: Install the basic default packages
yum -y install nano wget curl
Before installing VestaCP, you will need:
• A valid hostname that will resolve on the IP used for the control panel
• An email address and a password to set during the install
Download the VestaCP installation script.
Step 4:
curl -O http://vestacp.com/pub/vst-install.sh
Step 5:
Give permissions and execute the script as below:
chmod +x vst-install.sh
bash vst-install.sh
This will take some time after the installation completes its shows successful and give url, username and name.
https://your_ip:8083
username: ******
password: ******