Skip to main content
Keeping your kernel up to date ensures you have the latest security patches and performance improvements.
Prerequisites

Update Commands

sudo apt update
sudo apt upgrade -y

Applying the Update

Kernel updates require a system reboot to take effect.
After the update completes, restart your server:
sudo reboot
Your VPS will be unavailable for a few minutes during the reboot. See Restart for more details.

Verifying the Update

After rebooting, check your kernel version:
uname -r
Schedule regular updates to keep your system secure. Consider setting up automatic security updates for critical patches.