Page 1 of 1

Question about Vesta & multi server setup!

Posted: Thu Nov 14, 2013 1:46 am
by rmikulas
Hello everyone! I tried out Vesta for a bit now and love it however I have 4 servers that I want to use Vesta with. 1 Web Server, 1 Mail Server, 2 Name Servers. Currently I am using ISPConfig 3 in a multi server setup but I have found that ISPConfig, while full featured, is overkill for my needs.

My question to you is;

Is it possible to setup Vesta on my web server and have it control my separate mail and name servers as well?

Re: Question about Vesta & multi server setup!

Posted: Thu Nov 14, 2013 8:27 am
by skid
Vesta can control remote database servers as well as remote dns servers. Mail layer will be clustered soon.

Here is how you can add remote mysql database host
Usage: v-add-database-host TYPE HOST DBUSER DBPASS [MAX_DB] [CHARSETS] [TPL]

Code: Select all

v-add-database-host mysql db.vestacp.com root wMk45jyOYC
v-suspend-database-host mysql localhost
This is example for dns
Usage: v-add-remote-dns-host HOST PORT USER PASSWORD [TYPE] [DNS_USER]

Code: Select all

v-add-remote-dns-host ns1.vestacp.com 8083 admin fnG03HOKSS
v-add-remote-dns-host ns2.vestacp.com 8083 admin vyPI5N3ecB
And you can also store your backups on a remote ftp server
Usage: v-add-backup-ftp-host HOST USERNAME PASSWORD [PATH] [PORT]

Code: Select all

v-add-backup-ftp-host ftp.vestacp.com backups 9hGJ0mj5Wk 

Re: Question about Vesta & multi server setup!

Posted: Thu Nov 14, 2013 1:20 pm
by rmikulas
This is exactly what I needed! I will be migrating my servers over to Vesta today and testing it out further. Thanks so much for your help skid. It's greatly appreciated!

Re: Question about Vesta & multi server setup!

Posted: Thu Nov 14, 2013 6:16 pm
by rmikulas
Well I did a clean install of Ubuntu 12.04.3 and Vesta on my web server and dns server to try dns clustering. When using

Code: Select all

v-add-remote-dns-host HOST PORT USER PASSWORD
I get the following error;

Code: Select all

Error: dns user dns-cluster doesn't exist
After creating a user named 'dns-cluster' it's working as expected!

Re: Question about Vesta & multi server setup!

Posted: Wed Jul 02, 2014 7:23 am
by eleirgulen
Can you add multiple webservers to a multi-server setup? I would like maybe 5 webservers where you can choose webserver when provisioning users? Is this possible with one webinterface?

Re: Question about Vesta & multi server setup!

Posted: Wed Jul 02, 2014 3:27 pm
by ivanh
rmikulas wrote:Well I did a clean install of Ubuntu 12.04.3 and Vesta on my web server and dns server to try dns clustering. When using

Code: Select all

v-add-remote-dns-host HOST PORT USER PASSWORD
I get the following error;

Code: Select all

Error: dns user dns-cluster doesn't exist
After creating a user named 'dns-cluster' it's working as expected!

You need to create a user called 'dns-cluster' on the slave server.

You can follow this tutorial: stevetan.me/vestacp-dns-cluster-setup/
or view the vestacp doc.

Re: Question about Vesta & multi server setup!

Posted: Fri Aug 22, 2014 5:55 am
by mishra.amitkr
any idea by when these would be integrated in the GUI itself...