How to Update the OS on Your VDS

VDS / VPS Servers · 03.03.2025
How to Update the OS on Your VDS

Updating Packages (Ubuntu/Debian)

# Update package list
apt update

# Upgrade all packages
apt upgrade -y

# Clean up
apt autoremove -y

Upgrading the Distribution

# Ubuntu 20.04 → 22.04
do-release-upgrade

Before Updating

  • Create a server snapshot in the control panel
  • Update during low-traffic periods
  • Reboot after major upgrades
← Back to Knowledge Base Ask Support