Page 1 of 1

Installing vestacp on new dedicated server (Solved)

Posted: Wed May 25, 2016 2:55 am
by Pain
Hello there,

I'v used vestacp on my old VPS and i love it and want to keep using it.
i'm running my server on Nginx + php-fpm
my question is:
Can i install vestacp on a hostname like you can say "serv.example.com"
and after setup add my domain from the panel "example.com"
or should i set it up from the begging example.com i have 2 SSL certificate for my site and like to use them both for serv and for the main domain.
Can i do that?
i'm running CentOS 6.7 64bit.

Re: Installing vestacp on new dedicated server

Posted: Wed May 25, 2016 5:09 am
by skurudo
Yes, you can.
Make sure your hostname can be resolved, it's may be important.

Re: Installing vestacp on new dedicated server

Posted: Wed May 25, 2016 5:53 am
by mehargags
You should infact setup your server's hostname as serv.example.com and NOT example.com to avoid local loopbacks for DNS and mail routing. Then once al is set, you should configure your parent domain example.com in VestaCP.

Re: Installing vestacp on new dedicated server

Posted: Wed May 25, 2016 9:04 am
by Pain
Please can you help me with this i have installed fresh OS and when tried to install the panel i got this message.

Loaded plugins: fastestmirror, security
Setting up Install Process
Determining fastest mirrors
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
Error: yum install failed

How can i fix it with out reinstall the system again ?

Re: Installing vestacp on new dedicated server

Posted: Thu May 26, 2016 6:59 pm
by mehargags
# Enable EPEL & REmi CentOS 7 64-Bit

Code: Select all

sudo yum install epel-release
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
sudo rpm -Uvh epel-release-7*.rpm

wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm 
sudo rpm -Uvh remi-release-7*.rpm
Then install VESTACP

Re: Installing vestacp on new dedicated server

Posted: Fri May 27, 2016 8:55 pm
by Pain
Thank you dear,

I have managed to fix the issue and setup my server and everything working great :)

Re: Installing vestacp on new dedicated server

Posted: Sat May 28, 2016 1:49 am
by mehargags
Pain wrote:Thank you dear,
I have managed to fix the issue and setup my server and everything working great :)
I'm glad. please Mark your topic Solved and Edit the Topic's name saying (solved)

Re: Installing vestacp on new dedicated server

Posted: Fri Jun 10, 2016 12:14 pm
by skurudo
mehargags wrote:I'm glad. please Mark your topic Solved and Edit the Topic's name saying (solved)
Done and closed.