Page 1 of 1

How to install DNS options

Posted: Tue Nov 07, 2017 4:57 pm
by andresgl
Hi,

I have installed Vesta without the DNS option by default because I thought I didn't need it but now I need that option... :@

How can enable / install this option after having my VPS set it and running couple of sites?

Image

I have tried using:

Code: Select all

bash vst-install.sh --named yes
but I am getting the error:

Code: Select all

Error: User admin exists
Hope anyone can help me.

Many thanks.

Re: How to install DNS options

Posted: Wed Nov 15, 2017 9:05 am
by patoonord
Try running the installer with the -f option.

Example: bash vst-install.sh --force

Re: How to install DNS options

Posted: Wed Nov 15, 2017 9:42 am
by andresgl
patoonord wrote:Try running the installer with the -f option.

Example: bash vst-install.sh --force
But forcing it, I will lost the configuration I have already, right? And I wouldn't like that..

Thanks,