Install Cyberpanel di Cheap VPS

Jona

Tim MikyHost
Staff member
Apr 21, 2022
83
12
8
ID
mikyhost.com
Apa-itu-CyberPanel.png

Requirements

Server with a fresh install of Ubuntu 20.04, Ubuntu 22.04, CloudLinux 7, CloudLinux 8, AlmaLinux 8.
1024MB RAM, or higher
10GB Disk Space

Run the installation script
Code:
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)

If, for some reason, you are not able to log in as root, you can use this command
Code:
sudo su - -c "sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)"
 
Last edited:

Jona

Tim MikyHost
Staff member
Apr 21, 2022
83
12
8
ID
mikyhost.com
Hi kak cara uninstall cyberpanel gimana ya?
Silahkan Jalankan Perintah dibawah ini


Code:
## remove openlitespeed
systemctl stop lsws && apt-get remove openlitespeed || yum uninstall openlitespeed && rm -rf /usr/local/lsws
## remove power dns
$ systemctl stop pdns && apt-get remove pdns-server pdns-backend-mysql || yum uninstall pdns pdns-backend-mysql
## remove pure-ftpd
$ yum remove pure-ftpd || apt-get remove pure-ftpd
## remove firewalld
$ service firewalld stop || systemctl stop firewalld && yum remove firewalld || apt-get remove firewalld
## remove modsecurity
$ bash imav-deploy.sh --uninstall && yum -y remove imunify-antivirus* && yum erase mod_security
## remove imunify360
$ bash i360deploy.sh --uninstall && rm -rf /etc/sysconfig/imunify360/ && /usr/sbin/cagefsctl  --force-update && /usr/sbin/cagefsctl --remount-all
## remove mariadb
$ systemctl stop mysql && apt-get purge mysql-server mysql-client mysql-common mysql-server-core-* mysql-client-core-* && rm -rf /etc/mysql /var/lib/mysql