How to install DNS options
How to install DNS options
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?

I have tried using:
but I am getting the error:
Hope anyone can help me.
Many thanks.
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?

I have tried using:
Code: Select all
bash vst-install.sh --named yes
Code: Select all
Error: User admin exists
Many thanks.
Re: How to install DNS options
Try running the installer with the -f option.
Example: bash vst-install.sh --force
Example: bash vst-install.sh --force
Re: How to install DNS options
But forcing it, I will lost the configuration I have already, right? And I wouldn't like that..patoonord wrote:Try running the installer with the -f option.
Example: bash vst-install.sh --force
Thanks,