How to set up own Name Servers in Vesta Control Panel

9 years ago

Set up own Name Servers (vanity/private/child nameservers)   If you want to manage DNS zones using Vesta Control Panel, you…

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

9 years ago

If you are running hosting company most likely you would want to provide your customers temporary link to access their…

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

9 years ago

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…

How to enable PHP-FCGI support on a Debian or Ubuntu on Vesta Control Panel

9 years ago

This tutorial is created for servers with less than 1Gb of ram avaialbe. On "medium" servers installation is fully automatic.…

How to enable PHP-FCGI support on a RHEL or CentOS on Vesta Control Panel

9 years ago

This tutorial is created for servers with less than 1Gb of ram avaialbe. On "medium" servers installation is fully automatic.…

How to enable WSGI support on a Debian or Ubuntu on Vesta Control Panel

9 years ago

1. Install wsgi apache module apt-get install libapache2-mod-wsgi a2enmod wsgi 2. Download wsgi template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/ubuntu/wsgi/apache2.tar.gz tar -xzvf…

How to enable WSGI support on a RHEL or CentOS on Vesta Control Panel

9 years ago

1. Install wsgi apache module yum install mod_wsgi 2. Download wsgi template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/rhel/wsgi/httpd.tar.gz tar -xzvf httpd.tar.gz rm…

How to translate Vesta interface in Vesta Control Panel

9 years ago

Localization files can be found in the /usr/local/vesta/web/inc/i18n/ directory. You can use en.php as a template to create new file.…

How to configure FTP backup in Vesta Control Panel

9 years ago

Login on a server as root and run following command v-add-backup-ftp-host remote.ftp-host.ltd backup-user p4ssw0rd Command arguments (of course) should be…

How to install WHMCS module in Vesta Control Panel

9 years ago

  1. Locate whmcs installation directory on your server 2. Create vesta directory in the modules/server subdirectory 3. Download php…