HOW TO INSTALL VESTA CNTROL PANEL ON CENT OS 64BIT
Vesta One of the best ever free control panel to mange your server and hosting. Relaibale and fast with Apache-cum-Nginx server support which on you can rely for your high traffic professional websites! It is very easy to install on your VPS or Dedicated servers. For best performance use Cent OS 6 64 bit minimal distribution.
Step 1. Login to your server via SSH client like putty.
Step 2. After login paste below command
curl -O http://vestacp.com/pub/vst-install.sh
Step 3. Now Paste below command and press enter
bash vst-install.sh
Now your installation should began. Input your valid email address when asked and hostname if you want to change it from default one. Now wait 15 mintues to finish installation. When done, on SSH screen you should see your login details, it could also be found on your provided email address.
COMMON INSTALLATION PROBLEM:
When you starting installation if installer says ‘Bind is installed’ then there is 2 way to overcome this. First one is force installer with addition command parameter -f so your installation command should be
bash vst-install.sh -f
2nd way is remove bind if it is pre installed by your operating system with below commands
yum remove httpd bind-9 httpd-tools
then
yum remove httpd bind-9*
then
reboot
Now began installation from 1st step it should ok now.