CyberPanel Web Hosting Panel
Jump to navigation
Jump to search
Requirements
Server with a fresh install of Centos 7.x (Not recommended for new installs), Centos 8.x, Ubuntu 18.04, Ubuntu 20.04, AlmaLinux 8, Ubuntu 22.04 Python 3.x 1024MB RAM, or higher 10GB Disk Space
Installing CyberPanel
Panduan
- Website : https://www.cyberpanel.net
- Forums : https://forums.cyberpanel.net
- Wikipage: https://docs.cyberpanel.net
- Docs : https://cyberpanel.net/docs/
Update packages
For Ubuntu:
sudo apt update && sudo apt upgrade -y
For CentOS/Alma/Rocky:
sudo yum check-update sudo yum update
Run the installation script
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
sudo su - -c "sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)"
Restart Server
Would you like to restart your server now? [y/N]: y
Access CyberPanel
URL: https://<Your Server's IP Address>:8090 Username: admin Password: <the password you set during installation>