News:

Please post your question in the right forum. We will answer it as soon as possible.

Main Menu

Alternative to cPanel on your VPS Hosting

Started by DJ RONY, November 12, 2021, 03:08:53 PM

Previous topic - Next topic

DJ RONY

If you are going to use a VPS like digital ocean then there is a chance you need to install a visual panel like cPanel for your website management.

The problem is cPanel is not free. If you install cPanel then you need to pay for it monthly which is not cheap.

So, the alternative is using a panel like Cyber Panel which is completely free and you can easily provide your clients a log-in panel for their site management. Cyber panel is still growing as an opensource project. But, there are already good documentation how to manage it.

Main site: You are not allowed to view links. Register or Login




I do what I love, Money Comes on the Way.

DJ RONY

#1
There are few things you need to know when you decide to use cyber panel on your Digital Ocean droplet:

Requirements to install Cyberpanel:

   - Server with a fresh install of Centos 7.x, Centos 8.x, Ubuntu 18.04 or Ubuntu 20.04
   - Python 3.x
   - 1024MB RAM, or higher
   - 10GB Disk Space

To install:

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

To Update:

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)



SSL certificates:

    SSL not renewing properly – run the acme wget -O - https://get.acme.sh | sh
    Need to edit SSL's manually? Look in /etc/letsencrypt/live
    Need to check errors regarding SSL's? Go to https://serverip:8090/serverstatus/cyberCPMainLogFile in your browser


You can get more cheats and hacks here: You are not allowed to view links. Register or Login
I do what I love, Money Comes on the Way.