Update Server:
apt update && apt upgrade -y
Set hostname:
hostnamectl set-hostname ex.example.com
vim /etc/hosts
paste
server_ip ex.example.com ex
Download installation script:
curl -O http://vestacp.com/pub/vst-install.sh
Run it:
bash vst-install.sh