Updating WHM/cPanel to latest version from the command line

Expertise level: Easy

Occasionally, WHM or cPanel might experience errors that can only be resolved by updating the software. To update the software from the command line, start by logging into your server by SSH as root.

Once connected, run the following command:

/scripts/upcp

This will only update your WHM installation. Your data will not be affected. If your WHM installation is already up-to-date, you can still force an update; this will essentially cause WHM to be re-installed while keeping all your configurations. Simply run the following command:

/scripts/upcp --force

Again, your data will not be modified by the update.

  • 0 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

A-Z Index of the Linux BASH command line

An A-Z Index of the Linux BASH command line alias Create an aliasapropos Search Help manual...

Changing The SSH Port

While there are many ways to make sure your server is as secure as possible there are some basic...

Check and open ports in CentOS / Fedora / Redhat

  If you want to open or close a port for a Linux firewall you have to edit the rules in...

Clear Memory Cache on Linux Server

By default the Linux OS has a very efficient memory management process that should be freeing any...

Create email accounts using ssh

/scripts/addpop user_id@yourdomains.com user_password Do below mentioned steps for configuration...