introduzione
CyberPanel è uno dei primi pannelli di controllo sul mercato che è sia open source che utilizza OpenLiteSpeed. Ciò significa che, anziché utilizzare un server Web convenzionale, CyberPanel sfrutta OpenLiteSpeed. LiteSpeed offre vantaggi prestazionali, che aiutano a ridurre l'utilizzo delle risorse.
Prerequisiti
- Un server Ubuntu 18.04 (64 bit)
- Accesso alla radice
Installazione
Aggiorna i pacchetti installati sul sistema e installa wget
:
apt update && apt upgrade -y
apt install -y wget
Scarica il programma di installazione nella /root
directory:
cd /root
wget -O installer.sh https://cyberpanel.net/install.sh
Imposta il bit eseguibile ed esegui il programma di installazione:
chmod u+x installer.sh
./installer.sh
Vedrai il seguente output:
CyberPanel Installer v2.0
1. Install CyberPanel.
2. Install Addons.
3. Exit.
Please enter the number[1-3]:
Entra 1
e premi ENTER.
Il prossimo passo sarà il seguente:
CyberPanel Installer v2.0
RAM check : 71/487MB (14.58%)
Disk check : 1/20GB (7%) (Minimal 10GB free space)
1. Install CyberPanel with OpenLiteSpeed.
2. Install Cyberpanel with LiteSpeed Enterprise.
3. Exit.
Please enter the number[1-3]:
Invio 1
e premere ENTERancora una volta.
Il programma di installazione ti chiederà ora di scegliere una versione di MariaDB da installare. Seleziona MariaDB 1.0 poiché è l'unica versione ufficialmente supportata con il pannello.
Per i successivi sei prompt, selezionare y
. Sarà simile al seguente:
Mirror server network is optimized for Asia Pacific region...
If you experience very slow download speed during installation, please try use mirror server on clean system...
Use mirror server [y/N]: y
Replace JS/CSS files to JS Delivr?
This may improve panel loading speed in Asia Pacific region...
Please select [y/N]: y
Install Memcached extension for PHP?
Please select [y/N]: y
Install LiteSpeed Memcached?
Please select [y/N]: y
Install Redis extension for PHP?
Please select [y/N]: y
Install Redis?
Please select [y/N]: y
CyberPanel verrà ora installato, insieme alle sue estensioni.
Il programma di installazione fornirà i dettagli dell'amministratore:
###################################################################
CyberPanel Successfully Installed
Current Disk usage : 3/20GB (16%)
Current RAM usage : 315/985MB (31.98%)
Installation time : 0 hrs 3 min 24 sec
Visit: https://(YOUR_SERVER_IP):8090
Panel username: admin
Panel password: 1234567
Mysql username: root
Mysql password: pTi2cRiSf7Egn2
Please change your default admin password
If you change mysql password, please modify file in
/etc/cyberpanel/mysqlPassword with new password as well
Website : https://www.cyberpanel.net
Forums : https://forums.cyberpanel.net
Wikipage: https://docs.cyberpanel.net
Enjoy your accelerated Internet by
CyberPanel & OpenLiteSpeed
###################################################################
Configurazione di CyberPanel
Visita l'indirizzo IP del server al porto CyberPanel, (YOUR_SERVER_IP):8090
. Vedrai un login amministratore.
Immettere admin
per il nome utente e 1234567
per la password.
Fai clic sulla freccia del menu utente, accanto al nome "Cyber Pan".
Scegli "Modifica profilo".
Seleziona "admin" nel menu a discesa.
Ora puoi modificare il nome, il cognome, l'indirizzo e-mail e la password di conseguenza.
CyberPanel è stato installato correttamente.