Update kernel for VPS Hosting
Updating your kernel version delivers critical security patches, bug fixes and hardware compatibility improvements that protect your server from vulnerabilities and ensure it runs at its best.
- Create a backup of your VPS Hosting.
- Follow the steps on updating kernel from cpanel.net.
- Restart your VPS Hosting.
To receive future updates automatically, learn how from cpanel.net. A VPS Hosting restart must be performed after an automatic update.
- Create a backup of your VPS Hosting.
- Follow the steps on updating kernel from plesk.com.
- Restart your VPS Hosting.
To receive future updates automatically, learn how from plesk.com. A VPS Hosting restart must be performed after an automatic update.
- Create a back up of your server.
- Connect to your VPS Hosting using SSH.
- Update kernel:
sudo dnf update - Reboot your server:
sudo reboot
- Create a back up of your server.
- Connect to your VPS Hosting using SSH.
- Update kernel:
apt-get update && apt-get upgrade - Reboot your server:
sudo reboot
To receive future updates automatically, learn how to enable unattended upgrades from ubuntu.com or debian.org. A VPS Hosting restart must be performed after an automatic update.