How to add remote MySQL database server in Vesta Control Panel

Add remote MySQL database server in Vesta Control Panel 1. It is assumed you already have your second server up and running. 2. On the first server run following command v-add-database-host mysql new-server.com root password 3. To make sure eveyrhing is in order, check database host list v-list-database-hosts

See More

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