Install CyberPanel di Ubuntu 20.04: Perbedaan antara revisi
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
Baris 19: | Baris 19: | ||
bash <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh) | bash <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh) | ||
Tunggu Hingga Proses install selesai | |||
grep: /usr/local/CyberCP/public/snappymail.php: No such file or directory | |||
<nowiki>###################################################################</nowiki> | |||
CyberPanel Successfully Installed | |||
Current Disk usage : 8/9GB (89%) | |||
Current RAM usage : 374/1983MB (18.86%) | |||
Installation time : 0 hrs 27 min 0 sec | |||
Visit: <nowiki>https://180.248.0.189:8090</nowiki> | |||
Panel username: admin | |||
Panel password: ***** | |||
Run cyberpanel help to get FAQ info | |||
Run cyberpanel upgrade to upgrade it to latest version. | |||
Run cyberpanel utility to access some handy tools . | |||
Website : <nowiki>https://www.cyberpanel.net</nowiki> | |||
Forums : <nowiki>https://forums.cyberpanel.net</nowiki> | |||
Wikipage: <nowiki>https://docs.cyberpanel.net</nowiki> | |||
Docs : <nowiki>https://cyberpanel.net/docs/</nowiki> | |||
Enjoy your accelerated Internet by | |||
CyberPanel & OpenLiteSpeed | |||
<nowiki>###################################################################</nowiki> | |||
If your provider has a network-level firewall | |||
Please make sure you have opened following port for both in/out: | |||
TCP: 8090 for CyberPanel | |||
TCP: 80, TCP: 443 and UDP: 443 for webserver | |||
TCP: 21 and TCP: 40110-40210 for FTP | |||
TCP: 25, TCP: 587, TCP: 465, TCP: 110, TCP: 143 and TCP: 993 for mail service | |||
TCP: 53 and UDP: 53 for DNS service | |||
Your provider seems blocked port 25 , E-mail sending may not work properly. | |||
Would you like to restart your server now? [y/N]: | |||
[[Kategori:Linux]] | [[Kategori:Linux]] |
Revisi per 4 September 2023 14.05
Step 1: Update System Sebelum memulai proses instalasi, disarankan untuk mengupdate sytem untuk menginstall semua packages yang diperlukan, jalankan perintah berikut:
sudo apt-get update sudo apt-get upgrade
Step 2: Install Required Packages
Untuk menginstall packages Cyberpanel, silakan ketik perintah berikut:
sudo apt-get install wget curl python python3-pip python-dev -y
lalu ketikkan perintah berikut
sudo su -
Step 3: Download and Install Cyberpanel
bash <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
Tunggu Hingga Proses install selesai
grep: /usr/local/CyberCP/public/snappymail.php: No such file or directory
###################################################################
CyberPanel Successfully Installed
Current Disk usage : 8/9GB (89%)
Current RAM usage : 374/1983MB (18.86%)
Installation time : 0 hrs 27 min 0 sec
Visit: https://180.248.0.189:8090
Panel username: admin
Panel password: *****
Run cyberpanel help to get FAQ info
Run cyberpanel upgrade to upgrade it to latest version.
Run cyberpanel utility to access some handy tools .
Website : https://www.cyberpanel.net
Forums : https://forums.cyberpanel.net
Wikipage: https://docs.cyberpanel.net
Docs : https://cyberpanel.net/docs/
Enjoy your accelerated Internet by
CyberPanel & OpenLiteSpeed
###################################################################
If your provider has a network-level firewall
Please make sure you have opened following port for both in/out:
TCP: 8090 for CyberPanel
TCP: 80, TCP: 443 and UDP: 443 for webserver
TCP: 21 and TCP: 40110-40210 for FTP
TCP: 25, TCP: 587, TCP: 465, TCP: 110, TCP: 143 and TCP: 993 for mail service
TCP: 53 and UDP: 53 for DNS service
Your provider seems blocked port 25 , E-mail sending may not work properly.
Would you like to restart your server now? [y/N]: