How to install Cyber panel using SSH

Cyber Panel is an open-source control panel with a beginner-friendly interface, that allows you to easily manage your websites.

How to install Cyber panel using SSH

In this tutorial, I will show you step-by-step how to install Cyber Panel using SSH on a server running Ubuntu. I will then install a WordPress website and issue a free Let’s Encrypt SSL certificate.

What you need to install Cyber panel using SSH

Before you begin, you will need the following:

  • A server running the latest version of Ubuntu
  • Access to the server via SSH. You can utilize a free tool like PuTTY.
  • A domain name. You can get a cheap domain from Namecheap.
  • The IP address of your server. You can find this from your web hosting dashboard.

Steps to install Cyber panel using SSH

Step 1: Install Cyber Panel

  1. Connect to your server via SSH using the following command:
ssh username@server_ip_address
  1. Running the following command to update the package manager’s package list:
sudo apt update
  1. Use this command to install the necessary dependencies
sudo apt install git wget -y
  1. Running this command to download the Cyber Panel installer script:
wget https://cyberpanel.net/install.sh
  1. Make the installer script executable by running the following command:
chmod +x install.sh
  1. Run the installer script by running this command:
sudo bash install.sh
  1. Now follow the prompts to complete the installation.

Step 2: Install WordPress

  1. Open your web browser and go to the following URL:
https://server_ip_address:8090 e.g. https://904327:8090
  1. Log in to your Cyber Panel using the username and password you set during the installation.
  2. Click on the “Websites” button in the left sidebar.
  3. Click the “Add Website” button.
  4. Enter your domain name in the “Domain” field and select “PHP” as the “Type” of website.
  5. Click the “Create” button.
  6. Now click the “WordPress” button in the left sidebar.
  7. Click the “Install WordPress” button.
  8. Then follow the prompts to complete the WordPress installation.

Step 3: Issue a Let’s Encrypt SSL Certificate

  1. Click the “Security” button in the left sidebar.
  2. Then click the “SSL” button.
  3. Click the “Issue SSL Certificate” button.
  4. Select your domain name from the dropdown menu and click the “Issue” button.
  5. Now follow the prompts to complete issuing the SSL certificate.

You have successfully installed Cyber Panel on your server, installed a WordPress website, and issued a free Let’s Encrypt SSL certificate. You can now securely manage all your websites using Cyber Panel.

You can check this article on what to do after publishing your website.

Disclosure: We may earn commission for purchases that are made by visitors on this site at no additional cost on your end. All information is for educational purposes and is not intended for financial advice. Read our affiliate disclosure.

Share this:

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *