How to Update CyberPanel Server

How to Update CyberPanel Server

CyberPanel receives upgrades monthly – new features, bug fixes, etc. The official changelog is currently easiest to view from GitHub. There are many recommendations for how to update CyberPanel. Some forums recommend rerunning the installation script or running various commands. We spent time testing different options so we can share the best method with you. 

You’ll need root access. And you should create a server snapshot beforehand just to be safe.

Upgrade CyberPanel

This section covers how to check if there are updates available for your Linux control panel.

  1. Log into CyberPanel.
  2. On the left, select Version Management.
  3. Check for the following error at the top: “Note: Latest commit does not match, please upgrade.” You’ll also see that the current version and latest version do not match.
    CyberPanel version check
  4. If the error is present, log into SSH as root.
  5. Run the CyberPanel utility command:
    cyberpanel_utility
  6. Type 1, then Enter to upgrade CyberPanel.
  7. After you see “CyberPanel Upgraded,” log back into CyberPanel.
  8. Go back to Version Management.
  9. Ensure that the “please upgrade” warning is gone.

The “cyberpanel upgrade” command didn’t work during our testing with version 2.3.

Update CyberPanel Server Packages

This section covers how to update other software on your Linux server from the dashboard.

  1. Log into CyberPanel.
  2. On the left, select Server Status > Package Manager.
  3. Select the lock icon for any package you don’t wish to update.
    How to update CyberPanel packages
  4. Select Details under “Actions” to see more details about the package.
  5. Select Update under “Actions” to update an individual package.
  6. Once the bottom of the progress window reads “upgraded successfully,” close it.
  7. Select Update All to upgrade packages on the CyberPanel server, excluding locked packages.
  8. Once the progress window reads “Package(s) upgraded successfully. [200],” close it.
  9. Refresh (F5) the page to see if there are any packages left to update.
  10. Repeat steps 3 through 9 if necessary.

Update AlmaLinux and Enterprise-based Linux Packages

Depending on your workflow, you may prefer to manage system repositories from the command-line interface (CLI). To update system packages from the terminal with YUM:

  1. Update the repository:
    sudo yum -y update
  2. View available updates:
    sudo yum check-update
  3. Run updates:
    sudo yum update

Update Debian / Ubuntu Packages

To update system packages from the terminal with apt:

  1. Check for updates available:
    sudo apt update
  2. See what updates are available:
    sudo apt list --upgradable
  3. Update system packages:
    sudo apt upgrade

Once you’ve finished updating your CyberPanel server, don’t forget about your web applications and integrations. Check your password manager and change any passwords you’ve had over four months. Enable two-factor authentication (TFA/2FA) for every account possible.

Let us know below if you have any questions regarding the Linux control panel. Alternatively, you can ask questions in our community forum. Or, if you need immediate assistance with a highly technical task, contact our Managed Hosting specialists.

In the meantime, learn more from our Support Center about how to manage your CyberPanel VPS.

With our Cloud Server Hosting, you can deploy a lightning-fast, reliable cloud platform with built-in redundancy – ensuring the availability of your environment!

InMotion Hosting Contributor
InMotion Hosting Contributor Content Writer

InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!

More Articles by InMotion Hosting

Was this article helpful? Join the conversation!