Page 1 of 1

Installation problem

Posted: Tue Nov 13, 2018 2:41 pm
by krvam
Hello i have my vps of digital ocean droplet,

an when i put "bash vst-install.sh" then install something archives but at the end says this error:

http://prntscr.com/lhut1g

Re: Installation problem

Posted: Wed Nov 14, 2018 9:50 am
by cosmicx
You should try the script generator on this page, under ADVANCE INSTALL SETTING:
https://vestacp.com/install/

Example:

Code: Select all

bash vst-install.sh --nginx yes --apache yes --phpfpm no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --softaculous no --mysql yes --postgresql no --hostname vestacp.yourdomain.com --email [email protected] --force
You can copy/paste the code above, to try. But you should change the domain and email.

Also, before installing VestaCP, it's highly recommended that you have your:
- Domain and DNS working.
- FQDN

To set your FQDN:

Code: Select all

hostname vestacp.domain.tld
or:

Code: Select all

hostname vestacp.example.com

Re: Installation problem

Posted: Wed Nov 14, 2018 11:05 am
by imperio
Hi, krvam
What OS on your server ?

Re: Installation problem

Posted: Wed Nov 14, 2018 11:49 am
by krvam
cosmicx wrote:
Wed Nov 14, 2018 9:50 am
You should try the script generator on this page, under ADVANCE INSTALL SETTING:
https://vestacp.com/install/

Example:

Code: Select all

bash vst-install.sh --nginx yes --apache yes --phpfpm no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --softaculous no --mysql yes --postgresql no --hostname vestacp.yourdomain.com --email [email protected] --force
You can copy/paste the code above, to try. But you should change the domain and email.

Also, before installing VestaCP, it's highly recommended that you have your:
- Domain and DNS working.
- FQDN

To set your FQDN:

Code: Select all

hostname vestacp.domain.tld
or:

Code: Select all

hostname vestacp.example.com
thank you but use that code and the same error has appeared ..

Re: Installation problem

Posted: Wed Nov 14, 2018 11:50 am
by krvam
imperio wrote:
Wed Nov 14, 2018 11:05 am
Hi, krvam
What OS on your server ?
ubuntu 18.x

Re: Installation problem

Posted: Mon Nov 19, 2018 2:00 pm
by imperio
krvam, please reintall OS and provide access to your server. We will check it

Re: Installation problem

Posted: Wed Nov 28, 2018 8:25 am
by sinnpriest
krvam wrote:
Wed Nov 14, 2018 11:50 am
imperio wrote:
Wed Nov 14, 2018 11:05 am
Hi, krvam
What OS on your server ?
ubuntu 18.x
I have the same problem. I did it:
$sudo add-apt-repository universe
$sudo apt dist-upgrade
$sudo apt-get update
...after connecting this repository the installation goes well. But I have problems in MySQL. Maybe it's a different problem.