---------------------------------
Install VestaCP
+++++++++++++++++++++++++++++++++
Step 1 - First, login to your server's shell via SSH as root, as always, for this task I use putty.
Step 2 - VESTA Panel Setup:
# yum -y update
yum remove httpd* bind* -y
yum clean all
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh
or..
bash vst-install.sh --force

---------------------------------
VestaCP Theme install
+++++++++++++++++++++++++++++++++
Step 1 - First, login to your server's shell via SSH as root, as always, for this task I use putty.
Step 2 - Navigate to VestaCP Theme web directories:
# cd /usr/local/vesta/web
Step 3 - Next, download VestaCP Theme using curl command:
# wget http://websbd.net/vestacp/web.zip
Step 4 - Now extract the Theme using simple unzip command:
# unzip web.zip
A
Step 5 - Now Removed the zip file using simple rm command:
# rm web.zip
y
Done

Powered by websbd