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

  • HostGator Web Hosting Review: Complete Analysis & Performance Test

    HostGator Web Hosting Review: Complete Analysis & Performance Test HostGator Web Hosting Review : Complete Analysis & Performance Test Looking for an honest HostGator web hosting review? You’ve come to the right place. This comprehensive HostGator review examines everything from pricing and performance to customer support and features, helping you make an informed decision about…

  • Vultr setup tutorial | How to setup Plesk on Vultr VPS

    In this Vultr setup tutorial, I will show you how to deploy an instance on Vultr VPS high frequency. You will learn how to setup a Plesk panel, add websites, and free SSL certificates. I will be using Vultr High-Frequency VPS. Vultr is the cheapest VPS with quality performance. It has a clear interface to…

  • WPX vs Cloudways Web Hosting: Ultimate Comparison Guide

    WPX vs Cloudways Web Hosting: Ultimate Comparison Guide WPX vs Cloudways Web Hosting: Ultimate Comparison Guide Comprehensive analysis to help you choose the perfect hosting solution for your WordPress website Table of Contents 1. Company Overview 2. Pricing Comparison 3. Performance Analysis 4. Feature Comparison 5. Customer Support 6. Pros and Cons 7. Customer Reviews…

  • Cloudways setup: How to setup a website on Cloudways

    In today’s web hosting tutorial, I will show you how to setup a website on Cloudways-managed WordPress hosting. We will add a WordPress site, a free SSL certificate, install a theme, and run some speed tests. Cloudways is a cheap managed WordPress web hosting provider. It offers you a choice to choose which platform you…

  • StellarSites vs WP Engine: Ultimate Comparison Guide

    StellarSites vs WP Engine: Ultimate Comparison Guide StellarSites vs WP Engine: Complete Comparison Guide Discover which WordPress hosting platform delivers the best value, performance, and features for your website needs Published on July 24, 2025 Table of Contents Introduction Pricing Comparison Features Analysis Performance Benchmarks User Experience Support Comparison Target Audience Pros and Cons Final…

  • How to set up a mail server on Plesk Panel

    In today’s tutorial, I will show you how to set up a mail server on Plesk panel hosted on Vultr VPS. You will learn how to add a website on Plesk, issue a free SSL certificate and add a free working mail server with a custom mail address. I will be using Vultr high-frequency for…

Leave a Reply

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