VPS Installation Steps

Once I’ve got my VPS sorted out, it should take only a few hours to install VestaCP and migrate all of my Websites.

  • Change password: passwd
  • Create two domain name servers and add them to the VPS domain
  • Install VestaCP  https://vestacp.com/install/
  • Add name servers and VPS domain to VestaCP – update all info
  • Change name servers of all add on domains – check whether propagated first
  • Add domains to VestaCP plus create databases
  • Create WordPress sites at command line

cd /home/admin/web/domain.net/public_html
wget http://wordpress.org/latest.tar.gz
tar --strip-components=1 -xvf latest.tar.gz
rm latest.tar.gz

chown admin -R *

  • Download All in One Migration WP Tool – import backups
  • Install Speed test

$ wget -O - https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python
$ wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py

$ chmod a+rx speedtest.py
$ sudo mv speedtest.py /usr/local/bin/speedtest
$ sudo chown root:root /usr/local/bin/speedtest

  • Speed test commands
    speedtestIf shared as an image the command is:speedtest --share