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/
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.
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.
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.
