How To Install/Debranding CyberPanel Website Hosting

Debranding-CyberPanel-Website-Hosting

Installing CyberPanel!
Following instructions will install CyberPanel (with OpenLiteSpeed),
it is totally free and does not require any kind of license, you can install using a single command.

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

After the successful installation you can access CyberPanel using the details below:

https:Ip-address/Host_name:8090
Username: admin
Password: 1234567

After login make sure to change you password

After installation Done admin panel changes

  • Create Packages

Changes: If Server IP change

made changes in file

nano /etc/pure-ftpd/conf/ForcePassiveIP
add ip in file remove old IP
Than
systemctl restart pure-ftpd-mysql.service

nano /etc/cyberpanel/machineIP
systemctl restart lscpd
Than
reboot server

Cyber Panel login page de-branding file location

cd /usr/local/CyberCP/loginSystem/templates/loginSystem
nano login.html

After Changes Done in HTML file then restart service
systemctl restart lscpd

How to check CyberPanel Services Status

service pureftpd status
service xinetd status
systemctl status pure-ftpd-mysql.service
sudo service opendkim status
service Postfix status

Related posts

What Happens When You Type a URL in Your Browser

Creating a Bootable Installation Media for Ubuntu OS

Secure Your Website with Let’s Encrypt and Nginx: A Step-by-Step Guide