This article goes into detail on how to update cPanel/WHM to the latest version. This can be done using Root WHM or via command line using SSH. This is applicable to our VPS and Dedicated Server plans.
Related Article
How to SSH into VPS or Dedicated Servers
Update cPanel Using Root WHM
IMPORTANT: This solution will require root access. If this needs to be obtained, follow the guide on requesting root access.
- Log into Root WHM
- Click on Upgrade to Latest Version, located under the cPanel section
- Click the Click to Upgrade button
NOTE: Allow a few minutes for the update to complete.
Update cPanel Using SSH
- SSH into the relevant server as root
- Run the following:
/scripts/upcp --force
- The
--force
flag will force the update and ensure that any missing/broken packages are installed as wellNOTE: There is the possibility for update blockers, which may require further investigation than simply running
/scripts/upcp
. The command output should notify you of any failures to update. Reach out to Technical Support for more assistance if any errors occur.
- The
Comments
0 comments
Article is closed for comments.