1. Should be logged in as root or run this command in your console:
sudo su
2. Update and upgrade the VPS, run this command in your console:
apt-get clean && apt-get update && apt-get upgrade -y && apt-get full-upgrade -y && apt-get --fix-missing install -y && apt-get autoremove -y && reboot...