Expertise level: Easy
Sometimes, your server's control panel software might encounter issues that require updating to resolve. To update the control panel software via command line, first log into your server using SSH with administrative access.
Once connected, run the following command:
/scripts/upcp
This will update only your control panel software. Your website data and configurations will remain unchanged. If your control panel is already current, you can still perform a forced update; this will reinstall the control panel while preserving all your settings. Use this command instead:
/scripts/upcp --force
Again, your data will not be modified by the update.