Rebooting via SSH
ssh root@YOUR_SERVER_IP reboot
Rebooting via Client Portal
Reinstalling Your VPS
A reinstall wipes all data and installs a fresh OS.
After Reinstall
New root password is sent by email. Connect via SSH and change password immediately: passwd
Update system: apt update && apt upgrade -y