In this tutorial we will show you how to install and configuration Vesta Control Panel on CentOS 7 server. For those of you who didn’t know, VestaCP is an open source hosting control panel currently supports both RHEL flavoured Linux releases (Red Hat, CentOS) and Ubuntu. It packs a bunch of features by default to allow you to host and manage your websites with ease on your Virtual Private Server.
This article assumes you have at least basic knowledge of linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo’ to the commands to get root privileges. I will show you through the step by step installation Vesta Control Panel on a CentOS 7 server.
Install Vesta Control Panel on CentOS 7
Step 1. First let’s start by ensuring your system is up-to-date.
1
2
|
yum –y update
yum –y install curl
|
Step 2. Installing Vesta Control Panel.Download the Vesta Control panel install script with the following command:
1
|
curl –O http://vestacp.com/pub/vst-install.sh
|
After the download is completed, make the script execute and execute it:
1
2
|
chmod +x vst–install.sh
bash vst–install.sh
|
Step 3. If everything is fine then you will get the below screen. Type “y” where it ask if you want to proceed. The system will ask you for an email address, it’s ok to provide a real one, they won’t SPAM you and it’ll advise you when it’s complete and will issue your login credentials to that address.

Install Vesta Control Panel on CentOS 7

Once Vesta Control Panel is installed, you will get the following information
Step 4. Access Vesta Control Panel.
Once the installer finishes installing, it will show you the url, Username and Password. Just open that url in web browser and login using the username and password.
1
|
https://ip.add.re.ss:8083/
|
Congratulation’s! You have successfully installed VestaCP. Thanks for using this tutorial for installing vesta control panel in CentOS 7 system. For additional help or useful information, we recommend you to check the official Vesta Control Panel web site.