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 Upgrade CyberPanel to 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)
Upgrade CyberPanel To latest version:

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 that is not released yet get and find the version from the CyberPanel team and provide the version when this command asks for the 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 of 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.

Here you can read How to log in to the Rainloop admin dashboard?

Read More: How to Change Upload limit On CyberPanel?

How to Change Upload limit On CyberPanel?

You can follow us on Facebook too.

How to install OpenLiteSpeed on Centos?

How to Install CyberPanel On Centos?

How to install CyberPanel? I know everyone who came on this article will know that what is CyberPanel and want to know how to install CyberPanel. Some of you have basic knowledge and some are experts hehe.

But If you are totally new here then let me tell you that CyberPanel is a control panel. Basically, CyberPanel is a hosting control panel like the other popular one c-panel.

How to Install CyberPanel On Centos?

Introduction of CyberPanel:

CyberPanel is a free and open-source next-generation hosting control panel. CyberPanel is Powered by LiteSpeed technologies. And mostly used by the LiteSpeed web servers. Basically CyberPanel is free but here is the twist. CyberPanel has two versions CyberPanel and CyberPanel Enterprise. There is not a huge difference between the CyberPanel and Cyber Panel Ent. CyberPanel Ent comes with LiteSpeed Ent so that makes the difference. See here what the official website of Cyberpanel said about CyberPanel ent.

Here in this article, I am going to tell you how to install CyberPanel on Centos. I will discuss about the installation on other Operating systems and flavors of Linux but in this, I will stay with Centos.

Requirements for installation (Hardware and General requirements ):

CyberPanel requirements for installation are not so high and complicated. We discuss the main here:

  1. A server or machine with Centos
  2. Minimum 1 GB Ram
  3. SHH access with root
  4. 10GB Disk Space.

How to install CyberPanel?

CyberPanel Installation is very easy and its just one command installation. When you search for how to install cyberpanel you will foun a bunch of commands and different steps. But i perfer only one command to install CyberPanel and that command is:

sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)    

This will do have for you now you have to take care of some processes while installing CyberPanel. These are

Install Specific Version Of CyberPanel:

Now sometimes you have to install a specific version of CyberPanel. This is a bit tricky. First of all, you have to wget (download) the specific branch of CyberPanel you want to install using this command:

wget https://raw.githubusercontent.com/usmannasir/cyberpanel/<branchname>/cyberpanel.sh

Now you have to assign it executable Permissions. Using this command:

chmod +x cyberpanel.sh

Now execute for installation:

./cyberpanel.sh  

How to Upgrade CyberPanel to the latest version?

How to Change Upload limit On CyberPanel?