Running updates shortly after deployment helps ensure your Rocky Linux VPS is secure and up to date with the latest packages.
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: Install system updates
sudo dnf update -y
This will fetch and install all available system and security updates.
Step 3: (Optional) Reboot your VPS
sudo reboot
Rebooting after an update ensures all services and kernel changes are applied cleanly.