Installing Cyberpanel
Login to the VPS using SSH
Update Ubuntu
apt update && sudo apt upgrade -yIf you get a screen about Kernel updating and services restarting press enter to proceed.
Run the following command to install the necessary tools for Cyberpanel
apt install wget curl swig autoconf automake libtool pkg-config gcc g++ make -yInstall
screentool to have things running even if the terminal is closed
apt install screen -yEnter screen mode by typing
screenand then press spaceView the sshd_config file to edit it
nano /etc/ssh/sshd_configSearch for
permitRootLoginand changeprohibit-passwordtoyesRemove the # before the word
permitRootLoginPress
ctrl+xand thenyand press enter to save the file and exit nano editor.Set the root user password with command
passwdRestart the ssh service
systemctl restart ssh Logout of the SSH connection (by closing the terminal)
Login with the root user
sudo su -Go to screen mode by entering the
screencommand and then pressing spaceInstall Cyberpanel with the following command
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)Enter
1to select "Install CyberPanel"Enter
1to select OpenLiteSpeedEnter
Yto do a full installationEnter
Nto skip installing remote MySQLPress
enterto install the latest MySQLEnter
sto set a password for the admin user of the CyberPanelEnter the password and confirm it
Enter
Yto install MemcachedEnter
nto skip installing RedisType
noto skip installing watchdogAfter installation is complete, Cyberpanel should be running in IP:8090 port
Last updated