Update the system

Connect to the vps as root and update and reboot the system

apt update && apt upgrade -y
 
# reboot
reboot