Upgrade Nexi Panel Print

  • 0

Step 1: Login into your server using any SSH client (Like bitwise SSH client) or terminal via the provider.

Step 2: Enter your IP address and login credentials Username, password, and then click on login

9eq-5Vp3fKwNUoJAtZsjkKVvw3H9Geljo-relNRKhogmp5aWgYvgnkWXYl0cU7tq33YAM33Lz83lPPzEy4i_-H5lrYm6_wFciCzIPLgoUAWApd9LruOjkc4gFhiweQM-J9eug0gowVxm

Step 3: When you log in to the Bitwise SSH client open the terminal and run the command.

The following command can be used to upgrade to the latest version.

  1. sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

If using a sudo user rather than root, try this:

  1. sudo su - -c "sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)"
 
How to Upgrade Nexi Panel- Detailed Tutorial

How to Upgrade Nexi Panel to a Specific Version

  1. wget https://raw.githubusercontent.com/usmannasir/cyberpanel/<branch name>/cyberpanel_upgrade.sh
  2. chmod +xNexi Panel_upgrade.sh
  3. ./cyberpanel_upgrade.sh
 
 

Step 1: Remove old script:

First, you have to remove the old script file to get a new and upgrade. Use the command given below to do this.

  1. rm -rfNexi Panel_upgrade.sh

 Step 2: Download specific branch script:

Now in the next step, you have to download the script for the new branch you want to install using the command stated below.

  1. wget https://raw.githubusercontent.com/usmannasir/cyberpanel/v<branch>/cyberpanel_upgrade.sh

remove <branch> to your required branch name

Step 3: Give execute Permissions :

using the command stated below gives the upgrade command execution permissions.

  1. chmod +xNexi Panel_upgrade.sh

do all this in / or root directory and you must log in as root.

Step 4: Run upgrade script:

Now in the last step just run this command and wait when the system asks for the version give the branch version like “2.0.1-dev”

  1. ./cyberpanel_upgrade.sh

Updates between official versions

Even when there hasn’t been a new version ofNexi Panel officially released, there are always minor updates happening behind the scenes. In order to take advantage of these, you can upgradeNexi Panel at any time


Was this answer helpful?

« Back