---
title: "How to Update CyberPanel Server"
description: "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..."
url: https://www.inmotionhosting.com/support/edu/cyberpanel/how-to-update-cyberpanel/
date: 2022-07-22
modified: 2022-07-22
author: "InMotion Hosting Contributor"
categories: ["CyberPanel"]
type: post
lang: en
---

# How to Update CyberPanel Server

![How to Update CyberPanel Server](https://www.inmotionhosting.com/support/wp-content/uploads/2022/07/cyberpanel-updates-1024x538.jpg)

CyberPanel receives upgrades monthly – new features, bug fixes, etc. The official changelog is currently easiest to view from [GitHub](https://github.com/usmannasir/cyberpanel/commits/v2.3.1). 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](https://www.inmotionhosting.com/support/product-guides/vps-hosting/snapshots/) beforehand just to be safe.

- [Upgrade CyberPanel](#upgrade)
- [Update CyberPanel Server Packages](#update)
  - [Update AlmaLinux and Enterprise-based Linux Packages](#alma)
  - [Update Debian / Ubuntu Packages](#debian)

## Upgrade CyberPanel

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

1. [Log into CyberPanel](https://www.inmotionhosting.com/support/product-guides/cloud-server/install-cyberpanel/#login).
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](https://www.inmotionhosting.com/support/wp-content/uploads/2022/07/cyberpanel-version-management-outdated.png)
4. If the error is present, [log into SSH](https://www.inmotionhosting.com/support/server/ssh/how-to-login-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](https://www.inmotionhosting.com/support/product-guides/cloud-server/install-cyberpanel/#login).
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](https://www.inmotionhosting.com/support/wp-content/uploads/2022/07/cyberpanel-package-manager-updates-1024x368.png)
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](https://www.inmotionhosting.com/support/questions/). Or, if you need immediate assistance with a highly technical task, contact our [Managed Hosting specialists](https://www.inmotionhosting.com/managed-hosting).

In the meantime, learn more from our Support Center about how to manage your [CyberPanel VPS](https://www.inmotionhosting.com/support/edu/cyberpanel/).

With our [Cloud Server Hosting](https://www.inmotionhosting.com/cloud-vps), you can deploy a lightning-fast, reliable cloud platform with built-in redundancy – ensuring the availability of your environment!
