Advertisement
teknisiazza

Install CyberPanel in CentOS 8

Jun 20th, 2022
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Install CyberPanel in CentOS 8
  2.  
  3. Biasanya untuk centos 8 saat update terjadi kendala karena Appstore no found repositorinya
  4. jadi tambahkan baris dibawah
  5.  
  6.  
  7. cd /etc/yum.repos.d/
  8. sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
  9. sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
  10.  
  11. yum install nano
  12. yum install wget
  13. yum update -y
  14.  
  15. nano /etc/selinux/config
  16. SELINUX=disabled
  17. wget https://cyberpanel.net/install.sh
  18. bash install.sh
  19.  
  20. AKSES INI UNTUK INSTALASINYA:
  21. https://www.rosehosting.com/blog/how-to-install-and-configure-cyberpanel-on-centos-8/
  22.  
  23.  
  24.  
  25. systemctl status lscpd
  26.  
  27. Visit: https://103.186.1.241:8090
  28. Panel username: admin
  29. Panel password: 1234567
  30.  
  31.  
  32. Run cyberpanel help to get FAQ info
  33. Run cyberpanel upgrade to upgrade it to latest version.
  34. Run cyberpanel utility to access some handy tools .
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement