Keeping CentOS up to date ensures the latest patches and security fixes are applied. CentOS uses the YUM package manager for updates.
Disclaimer:
Enviroweb provides unmanaged VPS hosting. It is your responsibility to keep your server updated and secure. We do not perform updates or system maintenance on your behalf.
Step 1: Log in to your VPS
Login using SSH or the console in your control panel.
Step 2: Run system updates
sudo yum update -y
This will fetch and install all available system and security updates.
Step 3: (Optional) Reboot your server
sudo reboot
A reboot is recommended after updates, especially if the kernel or core services were updated.