setup own name server image

How to set up own Name Servers in Vesta Control Panel

Set up own Name Servers (vanity/private/child nameservers)   If you want to manage DNS zones using Vesta Control Panel, you will have to create 2 dns records, point them to server IP address and use them as a nameservers for the domain. In this example, we will use ns1.yourdomain.com and ns2.yourdomain.com. Domain registrar Every domain […]

See More

How to configure temporary links for new domains in Vesta Control Panel

If you are running hosting company most likely you would want to provide your customers temporary link to access their site before actuall domain propagation. This is especially useful when customer is moving site from another host and want to check if everything works as expected. For instance, you have 2 IP addresses on a […]

See More

How to force https / SSL on a domain in Vesta Control Panel

1. Install custom nginx template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/rhel/force-https/nginx.tar.gz tar -xzvf nginx.tar.gz rm -f nginx.tar.gz 2. Create new package or set force https as nginx template in the existing package 3. Add new user and assing him package with force-https template 4. Add new domain with SSL certificate and check the result

See More