How to create a staging or clone of the WordPress site from CyberPanel?

Sometime you may need to create a clone or staging site of your WordPress site to make changes and test them. CyberPanel allows to create staging or clone site easily.

In this article, I will tell you how you can create a staging or clone of your WordPress site from CyberPanel.

You can create a staging site from CyberPanel and after doing that you can merge it back to the Original or master site.

Always keep backup before doing anything. So if you lost anything you can restore. The process of creating a staging site is very easy to follow along to do so.

Create a Clone or create a Staging for your site:

Step 1: Log in to CyberPanel and Go to Manage Website

Create a clone or staging site in cyberpanel is very easy. I will write the steps below to do so.

The first thing to do is login to your cyberpaner using your credentials on port 8090.

Then go to the Websites->List Websites->Manage

 login to your cyberpaner using your credentials on port 8090

Step 2: Create a clone or Staging site

In the manage Dashboard, you can see the CLONE/STAGING button press that to process.

Create a clone or Staging site

Add the Domain name which you want to use as staging or clone.

Add the Domain name which you want to use as staging or clone

It will take some time and once staging is done it will show you this screen.

It will take some time and once staging is done it will show you this screen

Now you must have to set A records for the staging domain you create Like staging.yourdomain.com. Visit your DNS manager and add A record for this staging site. No need to add any other records. A record is enough for staging.

In cyberpanel got to Websites->List Child Domains you can check the staging site.

Push back, Copy or sync site to Master:

Once you did all changes to staging and now you want to sync the staging back with the master site CyberPanel allows to do this very easy to do so follow steps:

Go to the Websites-> List Child Domains:

Now on this page, you can see your staging site press the Manage button in front of your site.

you can see your staging site press the Manage button in front of your site

Now you are in the management dashboard of the staging site. You can see COPY/SYNC TO MASTER from here you can push back your staging to the original.

You can see COPY/SYNC TO MASTER from here you can push back your staging to the original.

Here you can chose the options:

  1. Copy complete Data
  2. Sync Database
  3. Copy Changed Files
Copy complete Data

Chose any option from them according to your requirement. Once the process of sync or coping is done now go back to your original site and check the changes if you have any cache plugin clear cache and then check the changes.

How to set up Google Drive Backup on CyberPanel?

How to create a New User in CyberPanel?

CyberPanel is next generation hosting control panel. CyberPanel is powered by LiteSpeed Technologies.

In CyberPanel you can create new users easily and allow them access so they can manage their website settings there.

CyberPanel allow three types of user access ADMIN, USER, and RESALLER. You can easily create new account of any type according to the requirement of user.

How to create a new user account in CyberPanel:

The process of creating user, admin and reseller account is same i will tell you where the difference is during creation steps.

Login to your cyberpanel using port 8090.

Step 1:

In left menu go to Users-> CREATE NEW USER or navigate to this URL

https://<Yourip>:8090/users/createUser
Login to your cyberpanel using port 8090

Step 2:

Now Provide the information that need to create new user:

  1. First Name
  2. Last Name
  3. Email
  4. Select ACL ( admin, reseller, user)
  5. Websites Limit (Put 0 for unlimited)
  6. Username
  7. Password (Press Generate for strong)
  8. Security Level (High or Low)
Now Provide the information that need to create new user:

Here in Select ACL you can create the admin, user or reseller permissions. Admin has access for every thing, reseller has less access then admin and at last user has some specific access.

Step 3:

After providing these required information press create a user and user is created successfully now you can see your user by navigating to USERS->LIST USERS. Or visit this URL

https://<your ip>:8090/users/listUsers
you can see your user by navigating to USERS->LIST USERS. Or visit this URL

How to create a staging or clone of the WordPress site from CyberPanel?

How to Transfer the whole Website From one CyberPanel to Other CyberPanel using a backup method?

If you want to transfer your web site from one cyberpanel to any other cyberpanel without losing any data, you are on right place follow this article step by step.

If you are thinking to transfer your site from any other CyberPanel. Maybe you Changed your server. In this article, I will tell you how you can transfer your site from one Cyberpanel to another Cyberpanel. I will use the backup method to transfer the whole website from one CyberPanel to the second Cyberpanel.

Table of Contents:

  1. Create a Backup
  2. Set Permissions or Move Public_html
  3. Download to local Computer or Download on a remote server
  4. Move to the backup folder
  5. Restore Backup
  6. Check through the Host file.

Create a Backup:

To tranfer your website from CyberPanel to CyberPanel this methode is one of the simple and easy method. Follow along with me to setup:

  1. Login to your CyberPanel through your cyberpanel link like https://<your-ip>:8090: Provide credentials and press login.
Login to your CyberPanel

2. Now in the left menu bar Go to the Backup->Create Backup section. You can also navigate to this link. https://<your-ip>:8090/backup/backupSite

Now in the left menu bar Go to the Backup->Create Backup section.

Click on create back up button here.

3. Now cyberPanle asks you to select a site and the destination where the backup will store. The site for which you want to create a backup. Select your website, and leave the path as empty. And press Create back up button to start the backup creation process.

The site for which you want to create a backup

4. Now you can see the process of backup creation is running and in process.

 Now you can see the process of backup creation is running and in process.

wait until it will give you the massage Done. After creation you can see the massage of completed and can see a backup with its id on screen.

After creation you can see the massage of completed and can see a backup with its id on screen.

Done for backup process go to next step.

Set Permissions or Move Public_html:

If you are going to download files from cyber panel to a local computer then skip this step. Now in this step, you need to login to your SSH terminal. Using any software like putty or Bitvise. For this article, I am going to use Bitvise.

  1. Login to Bitvise SSH you must have credentials:
    1. Your server IP
    2. Username (root)
    3. Port number (22)
    4. Password
Login to Bitvise SSH you must have credentials

After providing all details press the Login button. Now open STFP to check and confirm the backup.

open STFP to check and confirm the backup

2. Now go to this path in sfpt

/home/yoursite/backup
go to this path in sfpt

Here you can use two method one is to change permissions and download this file directly from this path on the remote server and other is move it into the public_html and then download. Second one is recommended.

Change Permission:

Click on the file and the go to Properties->Permissions :

Click on the file and the go to Properties->Permissions

Change the permission to 777 as shown in picture. And press OK

Move to Public_html:

Type this command:

cp /home/yourdomain.com/backup/backupfilename home/yourdomain.com/public_html

Go and check the file.

Download to local Computer or Download on a remote server:

Now its time to download the file to the local pc or on another server in order to restore the backup. Make sure that the cyber panel is installed on this server.

Download to local computer and then upload:

This way is time taking way but if you dont have credentials fo SSH then go for this.

Go to the Websites->List website

Websites->List website

Press Manage button on the right side of website

Press Manage button on the right side of website

Press Manage button on the right side of website

Press Manage button on the right side of website

Go to the backup folder and Click the file and then click download you can see the file while downloading

click download you can see the file while downloading

Download Remotely using command:

Login to your SSH terminal and type this command if backupfile is in public_html folder:

wget yourdomain.com/backupfilename

If backup files are in back folder then type:

wget yourdomain.com/backup/backupfilename

Move to backup folder:

Now in order to restore Backup, you have to create a directory backup at home. use these commands to create a backup directory

cd /home
mkdir backup

Restore Backup:

Now its ite to restore backup for this log in to the new cyberpane.

  1. Go to the Backup->Restore backup:
Backup->Restore backup

Select the backup file that you placed inside the backup folder

2. Click start backup I will take some time to restore wait until backup is completed.

 I will take some time to restore wait until backup is completed.

Check through Host file:

At last step confirm that the backup is restored properly foe this open host file from your local computer.

  1. Write Notepad in search bar of window.
Write Notepad in search bar of window.

Open Notepad as administrator

Open Notepad as administrator

Now open the file host place in

C:\Windows\System32\drivers\etc
Now open the file host place in

Write your new ip and then press TAB then write your site

 press TAB then write your site

Go to your browser and visit your site is working or not.

How to set up Google Drive Backup on CyberPanel?

How to Setup Catch-All Email Account in Postfix?

Do you want to catch-all emails in postfix? Does missing emails due to misspelling addresses bothered you? Then this article is for you.

A catch-all email account is used to get all emails sent from every email account of your domain. No matter that email account exists or someone misspelled that email. Catch-all is usually used when you do not want to lose any email due to the wrong email address or email that did not exist.

Here we discuss all steps that are needed to set up a catch-all email account in Postfix.

Follow along so you can easily setup and never miss any Email.

Create Catch All Account:

The first step is to create a catch-all account where you will receive all emails. Which are lost due to misspelling or non existing email?

To do so you have to add a virtual alias to the Postfix server. The path of file where you have to add the alias is /etc/postfix/virtual.

You have to edit this file in your favorite Editor I chose vi editor. Use this command to edit the file.

vi /etc/postfix/virtual
Setup Catch-All Email Account in Postfix

Now add the address for catch-all at the end of this file. Add the address like:

@yourdomain.com username

You can also specify any email account where you want to catch-all emails. You can specify different email account for this operation also. like:

Support@example.com Support@example.com
team@example.com  team@example.com
help@example.com help@example.com

If you didn’t specify the valid account then your valid account’s email will also go to that specific email you specify for catch-all. This account helps to Catch-all email that you miss due to non existing account or misspelled email addresses.

After adding these Alias to /etc/postfix/virtual save and exit.

After this we have to run a command to execute this file again.

postmap /etc/postfix/virtual

Now your updated file is loaded shift to next step.

Setup Postfix Configuration:

After editing the virtual file now its time to do some configurations in the postfix configuration file. In order to do this go to the file etc/postfix/main.cf. Edit this file in vi or any other editor you like. for vi use this command:

vi /etc/postfix/main.cf

you have to add virtual_alias_maps in this file add this line at the end of this main.cf file:

virtual_alias_maps = hash:/etc/postfix/virtual

Reload Postfix for new settings:

Now Postfix needs to reload so it can fetch the new settings. To reload postfix run the command:

systemctl reload postfix
systemctl reload postfix

Now all done good to go.

How to Setup Two Factor Authentication in CyberPanel?

How to Create a Website and install WordPress on CyberPanel one-click installation?

In this article, I am going to tell you how to install WordPress on CyberPanel. This article is about the one-click installation of WordPress on CyberPanel.

I will briefly describe how to create a website on CyberPanel. And then we will go toward the installation of WordPress on CyberPanel. The main theme is how you can create a website and install WordPress on CyberPanel.

if you are new on CyberPanel and want to know the basic Information and usage of CyberPanel then do not leave the article i will explain some basic at the end of article.

How to create a new Website on CyberPanel?

Creating a website on CyberPanel is very simple and easy. Here the all steps to create a Website on CyberPanel are listed.

Go to the Websites-> Create Website Option in CyberPanel Menu:

Can navigate to this ULR to Create new web site:

https://your_IP:8090/websites/createWebsite
 Websites-> Create Website Option in CyberPanel Menu

Provide the following details here

  • Select Package (Default )
  • Select Owner (Admin or any other)
  • Domain name (example.com without www)
  • Email (Your email address (youremail@xyz.com))
  • Select PHP (Latest is recommended )
  • SSL (Always check)
  • DKIM (Always check)
  • Open Basedir Protection (Check )
  • Create Mail Domain (Check if you want to you on same server)
Select Package
Select Owner
Domain name
Email
Select PHP
SSL
DKIM
Open Basedir Protection
Create Mail Domain

After providing all information press Create Website Button. It will take sometime to complete and will show the confirmation massage once its Done.

How to install WordPress on your domain from CyberPanel?

When creation of your website on cyberpanel is done. Time to install WordPress on that site using CyberPanel. Just Follow these steps and do it quickly.

  1. Go to the Websites-> list websites

Can follow this URL to list all websites

https://your_IP:8090/websites/listWebsites
How to install WordPress on your domain from CyberPanel?

2. Click the Manage button to navigate to the manage website dashboard

Navigate to this URL to list all websites

https://your_IP:8090/websites/listWebsites
Manage button to navigate to the manage website dashboard

3. On the management dashboard to the last section there you found WordPress click on that.

You can also get access the dashboard through this Url

https://your_IP:8090/websites/yoursite.com
management dashboard to the last section

4. Once you click this button now you can see a screen asking for the WordPress details.

  • Blog Title (Your site Title)
  • Login User (Username)
  • Login Password (Password)
  • Email (your email address)
  • Path (Leave empty )

you can visit this URL to install WordPress.

https://Your_IP:8090/websites/yourdomain.com/wordpressInstall
WordPress details

Just Provide the information and click Install Now. It take some time and your site is there. you can check by visiting your site.

How to create an AdMob account?

How to migrate WordPress Site using Migrate Guru Step by Step guide

Do you want to transfer your site from Local to live server? Do you want to create a clone of your site? Do you want to migrate your site from one server to another server? the question is How to transfer your website to another host?

So you are in the right place. In this article, I am going to tell you how to migrate the WordPress site using migrate Guru.

This guide helps you to migrate WordPress site using migrate guru from local to live, from one live server to another live server, from one domain to any other domain and all.

But first of all, I am going to add some information about the Migrate Guru plugin. So before going deep you have some knowledge about the migrate guru plugin.

Top features of Migrate Guru:

  • 1 click migration
  • Migrate large site
  • No addons
  • No space required for migration
  • Compatible with almost every host
  • Fully Automatic
  • Timely alters
1 click migration:

Migrate Guru made the WordPress migration on click migration. You just need to enter the details of remote server (host) and click to processed.

Migrate large site:

Migrate Guru allows you to migrate large sites even the large as 200 GB. There is no limit for transfer. Large site migrations usually fail because of live-site server import limits.

No addons:

You don’t need any add-ons to move multi-sites. You know that sometimes we need add-ons to migrate multi sites from one place to another.

No space required for migration:

As the migration process of the wordpress site is done on there server so no extra space need for the migration process.

After the migration is complete, the copy is erased.

Compatible with almost every host:

Migrate guru plugin is compatible with a large amount of web hosts. you can see them when you are going to perform migration. Like FTP, BLUEHOST, GoDaddy, A2 hosting, etc.

Fully Automatic:

The process of migration is fully automatic and you didn’t need to perform any task manfully. Migrate Guru will take care of each and every thing.

Timely alters:

The main thing that i like about them is timely alerts. They alert instantly when the process began and inform immediately when the process complete.

Step-by-Step Guide to Migrate Your WordPress Site to a New Host

Follow these steps:

  1. Install Migrate Guru
  2. Setup site where need to move
  3. Move Site using Migrate Guru

Install Migrate Guru:

To install migrate guru Go to the Plugins-> add new

Plugins Option in Dashboard

Type migrate guru into the search bar and install this one.

install migrate guru

Activate migrate guru by pressing the activate button.

Activate migrate guru

Your migrate guru is installed and activated you can see the Migrate Guru in the menu.

migrate guru view

Video link

Setup WordPress site where need to move:

Migrate Guru migrate WordPress site from one server to another. For this process, we need to create the WordPress site on the other server to make the migration possible.

Simply Go to the control panel or the environment that you are using to create a new website there and then install the WordPress on that website.

You need to create a just simple WordPress site.

For FTP transfer:

For the transfer through FTP create an FTP account also on your host provider. different host provider has different methods to create FTP account.

Move Site using Migrate Guru

Noe the phase to transfer the site from one place to another started. Follow these steps to migrate the site.

Step1: Start Migrate Guru:

Click the migrate guru from the menu and provide details write your email, check the agreement and press the migrate button.

Run migrate guru
Setp2: Select your Server:

Now select your host from here to transfer site. I selected FTP to show you how to transfer through FTP. You can go with others.

migrate guru FTP

Step3: Provide detials to tranfere:

Provide all the required details for the transfer. The following details and press migrate

  • your domain
  • your host IP
  • FTP user name
  • FTP account password
  • Path as(public_html)
Information for migration

After this, you can click the migrate and go to the migrate WordPress site using migrate guru. You can see the screen that show the process of migration.

migrate guru status

At the beginning and end of the migration. Migrate Guru will send you email there are very good in timely updating.

Migrate Guru is a free Plugin powered by BlogVault. Migrate Guru plugin helps you to migrate your site from one place to any other with out risk of losing any thing.

You can migrate even a large site in a short time using this plugin. Migrate guru makes the migration 1 click process. You have nothing to do manually migrate guru will do everything automatically.

How to Create a Website and install WordPress on CyberPanel one-click installation?

How to Install Node Js on Windows?

You want to Install node js on windows 10 machine?

To start the guide to install node js on your windows 10 machine. First of all, we have to know what actually node js is. Before knowing how to install node js on your windows 10 know about the node js.

Basic node js is a JavaScript runtime environment. It simply means that the node js run-time environment includes everything you need to execute a program written in JavaScript. Now I would like to mention some points about node js for better understanding.

What is node js?

  1. Node js is free and opensource environment.
  2. Node js uses javascript on the server.
  3. Node js can generate dynamic pages, can do many operation on databases and its is available for different platforms (Operating Systems).

How to Install Node js on windows 10?

In order to install node js to your windows 10 machine. You need to follow different steps.

Download Node.js

In order to install node js on your windows 10, you have to download the Node js. To do so click here or visit this link https://nodejs.org/en/download/ in your favorite browser. Here you can see this screen.

Download Node.js

You can see the latest and current version always chose the current version from them because that is the stable one then chose the windows installer from the operating systems. you can also download:

Windows Installer (.msi)
Windows Binary (.zip)
Source Code

In 32 and 64 bits depending on your operating system.

Install Node js on windows 10:

Once your download completed now its time to install it on your machine to do so follow these steps:

  1. Click on the download file and then click install.
Install Node

2. You will receive a screen that asks you to run Wizard to install node js. Press Next.

Run Install Node

3. Now accept the License Agreement. To go to the next step.

Agreement Install Node

4. You can specify the location in your computer where you want to install the node js. By default its C:/Program Files/nodejs/ and leave as its and click Next.

Path Install Node

5. In this step you can see which node js packages you are going to install and what is disk usage, and all. Click Next to proceed.

Install Node next

6. In this step you can allow node js to Automatically install the necessary tools. you can follow the instruction from the link given on-screen. Then press Next.

Auto Install Node

7. All setup is done Press Install to install node js on your windows 10.

Install Node

Allow the installation and this installation may take some time to complete wait until the status bar show completion.

Install Node js status

8. All done now your node js is installed and you can press Finish and go ahead.

Install done Node

Verification of node js installation

Once the installation process has done you need to verify the installation of your node js on windows 10. to do so just run a simple command:

npm -v
Node js version

You can see the installed version it’s mean your installation is complete. Now your system is good to go.

How to migrate WordPress Site using Migrate Guru Step by Step guide

How to Install a WordPress Plugin?

In this article, I am going to tell you how you can install a WordPress plugin on your WordPress site. In this article, I will explain briefly how can you install any WordPress plugin on your site.

I know if you are familiar with WordPress then its not an issue for you to install any plugin. But I must say if you are an expert then this article is not for you. How to install a WordPress Plugin is for the beginner. Those who have very little knowledge of WordPress.

In this article, I am going to tell you different methods to Install any Plugin on WordPress. I will tell you a different method if one does not work for you you can go with the other one. But mostly all methods work without any issue. Lets go.

Methods To install a WordPress Plugin:

  1. Install plugin from WordPress admin Dashboard plugin section
  2. Install Plugin via Upload plugin method

Install plugin from WordPress admin Dashboard plugin section:

This one is the easiest and most used way to install any plugin on WordPress. Commonly most of the free plugins available here and you can easily install plugins from here. This method is a 1 click installation method. You just need to click the install button and the installation is done. Now I am going to define the installation process step by step.

Set 1: Search in Plugins Section:

The first thing to do for installation is Go to the Plugins-> Add New from the admin dashboard.

Install plugin from WordPress

Now on the left side, you can see a search box. You have to search the name of the plugin in that search box which you want to install. Just go to that search box and write the name of plugin.

search the name of the plugin

You can see I want to install an element or plugin and I wrote Elementor in the search box and the results are there.

Step 2: Install Plugin

Now its time to install your required Plugin. To do so just click on the Install Button present next to the name of the plugin that you searched.

Install Plugin

Step 3: Activate Plugin

Once the installation is done now click the Activate button to activate the plugin.

Activate Plugin

Now your plugin is installed and Activated. Good to go.

Install Plugin via Upload plugin method:

You are now familiar with plugin installation now I am going to tell you another method to install the plugin. This method is slightly different from the first one. Let’s move toward the steps so you can understand this method.

Step 1: Download Plugin

First of all, you have to download the required plugin from a valid source. mostly free plugins are available on WordPress official sites and plugins also have there own sites to download. I am going to download elementor plugin. I just opened Google and write elementor plugin.

Download Plugin

I prefer to download from the official site you can download from any source. From the official site click on the Get Started button

Get Started

Now you can see the screen to add an email and download the zip file for the plugin. Click the download button.

download button.

Setp2: Upload and install Plugin:

Its time to log in to your WordPress admin dashboard and go to the Plugins->Add New.

Plugins->Add New

Here you can see the Upload option. Click upload

 Upload option.

Select the Plugin file from choose file option that you downloaded in the last step. Please note that your file must be in zip format.

 Upload option.

Once file is selected now you can see install button is active click Install.

 Upload option.

After a short time, you will see a screen that shows that your required WordPress plugin is installed. Now press Activate to activate Plugin

activate plugin.

There are also some other methods to install plugins on WordPress but for this article, we discuss these two only.

Do you know what is WordPress? If you don’t know relax I will tell you that what is WordPress is. WordPress is an open-source and a free content Management system (CMS). WordPress is written in PHP and MySQL or MariaDB is used as a database. A very large amount of websites are using WordPress as their content management system. Almost 38% of the websites are built on WordPress and a very huge number of os bloggers and companies are also using this CMS. WordPress is used for small blog websites to large eCommerce websites that mean every kind of website. WordPress has a large number of Themes and Plugins for its user. These plugins and Themes come in free and paid versions. WordPress itself is free but its themes and plugins paid. There are free WordPress plugins and themes also but they also have paid versions.

How to Install Node Js on Windows?

How to install OpenLiteSpeed on Centos?

Do you know how to install OpenLiteSpeed on Centos?

First of all, I would like to tell you that what is OpenLiteSpeed? I know most of you know that what is OpenLiteSpeed but it’s my habit to discuss things before going to deep. So OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise.

In this article, we will discuss step by step how to install OpenLiteSpeed on Centos.

How To Install OpenLiteSpeed:

First of all, you need to add the LiteSpeed repository to your centos. You can do it by using the following command.

rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm

Once you added the repository now you can install the OpenLiteSpeed on your server easily. To do so you have to run the command:

yum install openlitespeed

Now what? if you want to install any specific version of OpenLiteSpeed. In that case you can use this command:

yum install openlitespeed-x.x.x

Replace the x value with your required version. Like 1.6.5 or something. You can access the web server on:

http://your_ip:7080

Setup Administrator Password:

Now your LiteSpeed web server is installed. You have to set a password for the OpenLiteSpeed web server in order to access it. You can set the password by using this command:

/usr/local/lsws/admin/misc/admpass.sh

Use sudo if you don’t have root rights. you can also use this to change the OpenLiteSpeed web server password. When you run this command this will ask you User name [admin]: put admin here

OpenLiteSpeed web server password

And after that, it will ask for a password add a password and confirm that.

change OpenLiteSpeed web server password

Now your web server is go to go.

Some common commands for OpenLiteSpeed:

Here some common commands that you must need to know about the OpenLiteSpeed.

  1. To check the status of OpenLiteSpeed you can use this command.
Systemctl status lsws 

2. To stop the OpenLiteSpeed service use this command.

Systemctl stop lsws 

3. To start the OpenLiteSpeed service use this command

Systemctl start lsws 

4. To restart the OpenLiteSpeed service use this command

Systemctl restart lsws 

Directories and Logs for OpenLiteSpeed:

Now I think it’s very important to tell you about directories and logs of OpenLiteSpeed. Maybe you want to do some testing on it. Joke apart never try to do tests on anything you have not enough knowledge.

The default OpenLiteSpeed installation directory is: /usr/local/lsws

You can also start OLS using this command:

/usr/local/lsws/bin/lswsctrl start

You can also stop OLS using this command:

/usr/local/lsws/bin/lswsctrl stop

If you faced any error on OLS and want to find what is that then you can check the error log in /usr/local/lsws/logs/error.log.

Some more information about OpenLiteSpeed:

Well, the free version of LiteSpeed web servers. Although both OpenLiteSpeed and LiteSpeed ENT. are developed by the same developers. But there must be some difference between them. You can imagine a price thing and a paid thing must be different from each other.

OpenLiteSpeed has almost all the features that LiteSpeed Ent have. But there must be some difference. The main difference is OpenLiteSpeed requires a restart to load any new .htaccess file. While LiteSpeed Ent does this Automatically.

How to Install a WordPress Plugin?

How to Upgrade CyberPanel to the latest version?

If you want you upgrade your Cyberpanel to latest version then you are at right place.

Here we tell you how to upgrade CyberPanel to the latest version. this is pretty easy to upgrade CyberPanel. You can get the latest Upgraded CyberPanel through just one command.

Upgrade CyberPanel To latest version:

Here the command to upgrade the cyber panel to the latest version.

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

But if you do not want the latest released version. You want to install any other specific version then use another command which allows you to update the cyber panel to a specific version.

https://raw.githubusercontent.com/usmannasir/cyberpanel/<branch name>/cyberpanel_upgrade.sh

<branch name> is the name of the branch you want to install like 2.0.1

From the first command, you can also upgrade the Cyberpanel to a specific version for this you have to take care of a thing, and what id that?

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

When you run this command and at a point, they ask for a version you can give the version like 2.0.2 or any you want. And if you want to upgrade to the version which is not released yet get and find the version from the CyberPanel team and provide the version when this command asks for version.

Cyberpenel developers are very fast and good at updating. And introducing new features for CyberPanel users. I think they are always in a hurry to launch a new version. And trust me, they always introduce the best in the new version CyberPanel. That’s why I like them. But I don’t think auto-upgrade is possible for CyberPanel. You will need to update when they release the new version. Here I will give you a very easy way to upgrade the cyber panel. Believe me, it has only one command.

How to install OpenLiteSpeed on Centos?