How to Install CyberPanel on Ubuntu

Hey there! Some links on this page may be affiliate links which means that, if you choose to make a purchase, I may earn a small commission at no extra cost to you. I greatly appreciate your support!

In this short tutorial, you will learn how to install CyberPanel on Ubuntu with Redis and Memcached. You will also learn how to access the CyberPanel administrator dashboard and redirect HTTP to HTTPS. I used Ubuntu 20.04 LTS, but Ubuntu 18.04 is also supported.

1. Install CyberPanel

To install CyberPanel, you can download and invoke the official installer script with the following command.

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

To install Memcached and Redis, make sure you type Y during the installation configuration for these options.

After a successful installation, your terminal window will see output similar to this.

CyberPanel installation success output

2. Access the CyberPanel Administrator Dashboard

By default, the CyberPanel administrator dashboard is accessible over port 8090. Open a web browser and navigate to the IP address of your server followed by :8090. For example, if the IP address of your CyberPanel server is 45.79.81.230, you would go to http://45.79.81.230:8090 in a web browser.

CyberPanel hosting control panel admin login screen

3. Check the Status of Redis/Memcached

After the installation is complete, you can verify that Redis and/or Memcached are running by looking at the process list.

ps aux | grep redis
ps aux | grep memcached

You can also verify that these processes are running from the admin control panel by going to Status -> Top Processes from your CyberPanel dashboard.

YouTube video

Facebook
Twitter
Pinterest
LinkedIn
Reddit

Meet Tony

Tony from Tony Teaches Tech headshot

With a strong software engineering background, Tony is determined to demystify the web. Discover why Tony quit his job to pursue this mission. You can join the Tony Teaches Tech community here.

5 Responses

  1. Thank you Tony for these tutorials. Can you a video tutorial on how fully secure Cyberpanel. Have a good one Bro!

  2. hello,
    I just deployed cyberpanel on digitalocen droplet, i configured exactly same as you did. But my mails are still goes to spam box in gmail , then i checked your reverse dns part that you make of ‘how to add reverse dns into digitalocean droplet, i changed my droplet name as well as /etc/hosts and /etc/hostname , but still i’m my mail is going to spam box,

    mail-tester said reverse DNS is not matched
    https://prnt.sc/23tplpz

    that’s my hostname and server
    https://prnt.sc/23tqoz9

Leave a Reply

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