Installing Cyberpanel
Login to the VPS using SSH
Update Ubuntu
If 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
Install
screen
tool to have things running even if the terminal is closed
Enter screen mode by typing
screen
and then press spaceView the sshd_config file to edit it
Search for
permitRootLogin
and changeprohibit-password
toyes
Remove the # before the word
permitRootLogin
Press
ctrl
+x
and theny
and press enter to save the file and exit nano editor.Set the root user password with command
passwd
Restart the ssh service
Logout of the SSH connection (by closing the terminal)
Login with the root user
Go to screen mode by entering the
screen
command and then pressing spaceInstall Cyberpanel with the following command
Enter
1
to select "Install CyberPanel"Enter
1
to select OpenLiteSpeedEnter
Y
to do a full installationEnter
N
to skip installing remote MySQLPress
enter
to install the latest MySQLEnter
s
to set a password for the admin user of the CyberPanelEnter the password and confirm it
Enter
Y
to install MemcachedEnter
n
to skip installing RedisType
no
to skip installing watchdogAfter installation is complete, Cyberpanel should be running in IP:8090 port
Last updated