How to migrate user to the new server in Vesta Control Panel

Migrate user to the new server in Vesta Control Panel 1. Make user backup on the old server. In this example we will use admin as the reference. v-backup-user admin 2. Copy tarball to the new server and place it in the /home/backup directory scp /home/backup/admin.2014-01-14.tar new-server:/home/backup/ 3. Restore backup on the new server v-restore-user […]

See More

How to enable AXFR (Zone Transfer) in Bind on Vesta Control Panel

Enable AXFR (Zone Transfer) in Bind on Vesta Control Panel Replace following string in the named configuration file: allow-transfer {“none”;}; with allow-transfer { XXX.YYY.ZZZ.111; XXX.YYY.ZZZ.222; }; also-notify { XXX.YYY.ZZZ.111; XXX.YYY.ZZZ.222; }; The location of this file on RHEL and CentOS: /etc/named.conf The location of this file on Debian and Ubuntu: /etc/bind/named.conf

See More

How to set up master-slave DNS cluster in Vesta Control Panel

If you are looking for the options to avoid any DNS-related downtime or the way to manage dns across all server you have, you might consider to setup master-slave DNS cluster. 1. Create user dns-cluster on a server which will be used as dns slave 2. Run following command on a master: v-add-remote-dns-host slave.yourhost.com 8083 admin […]

See More