• Support
  • AlmaLinux 8.4 Installation Issues

Hi all,

So as I wrote on another topic our org uses EL8 Linux, previously mainly CentOS, now with the recent move of CentOS to the Stream model, we've opted for diversifying within the EL8 family. So we're using Red Hat Enterprise Linux for some servers, Oracle Linux for others, and we'll be deploying AlmaLinux for the new production web-servers. AlmaLinux is a EL8 distro from CloudLinux, who are very experienced with Linux specifically for web servers.

So we've deployed a new server just for aaPanel testing and I'll be presenting our issues here, in hope the aaPanel team will pick this up and fix so the whole community can enjoy aaPanel on AlmaLinux.

# cat /etc/os-release 
NAME="AlmaLinux"
VERSION="8.4 (Electric Cheetah)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.4"
PLATFORM_ID="platform:el8"
PRETTY_NAME="AlmaLinux 8.4 (Electric Cheetah)"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:almalinux:almalinux:8.4:GA"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"

ALMALINUX_MANTISBT_PROJECT="AlmaLinux-8"
ALMALINUX_MANTISBT_PROJECT_VERSION="8.4"

Before we move to the installation of aaPanel, we enable the PowerTools repository and install epel-release, iirc the installer also installs epel-release but we usually do this before:

# dnf config-manager --set-enabled powertools
# dnf install -y epel-release
AlmaLinux 8 - PowerTools                                                                                                                 7.8 kB/s | 4.3 kB     00:00    
Dependencies resolved.
=========================================================================================================================================================================
 Package                                     Architecture                          Version                                   Repository                             Size
=========================================================================================================================================================================
Installing:
 epel-release                                noarch                                8-10.el8                                  extras                                 22 k

Transaction Summary
=========================================================================================================================================================================
Install  1 Package

Total download size: 22 k
Installed size: 32 k
Downloading Packages:
epel-release-8-10.el8.noarch.rpm                                                                                                         465 kB/s |  22 kB     00:00    
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                    227 kB/s |  22 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                 1/1 
  Installing       : epel-release-8-10.el8.noarch                                                                                                                    1/1 
  Running scriptlet: epel-release-8-10.el8.noarch                                                                                                                    1/1 
  Verifying        : epel-release-8-10.el8.noarch                                                                                                                    1/1 

Installed:
  epel-release-8-10.el8.noarch                                                                                                                                           

Complete!

Next, to the aaPanel installation using the new_install_en.sh. Since this is quite long I pasted the full output on pastebin:
Install output part 1
Install output part 2
Install output part 3

After the installation completes, everything seems fine. I can access the aaPanel, configure it, start installing apps.
So next I'm installing Apache, compiled method which we always use. I would like to put the full output of apache installation here, but unfortunately I can't find the log. The small part I still have access via aapanel GUI shows:

mkdir /www/server/apache/cgi-bin
Installing header files
Installing build system files
Installing man pages and online manual
mkdir /www/server/apache/man
mkdir /www/server/apache/man/man1
mkdir /www/server/apache/man/man8
mkdir /www/server/apache/manual
make[1]: Leaving directory '/www/server/apache/src'
--2021-06-04 13:22:29--  http://128.1.164.196/conf/httpd24.conf
Connecting to 128.1.164.196:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18385 (18K) [application/octet-stream]
Saving to: ‘/www/server/apache/conf/httpd.conf’

     0K .......... .......                                    100%  118K=0.2s

2021-06-04 13:22:30 (118 KB/s) - ‘/www/server/apache/conf/httpd.conf’ saved [18385/18385]

--2021-06-04 13:22:30--  http://128.1.164.196/conf/httpd-vhosts.conf
Connecting to 128.1.164.196:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2352 (2.3K) [application/octet-stream]
Saving to: ‘/www/server/apache/conf/extra/httpd-vhosts.conf’

     0K ..                                                    100%  294M=0s

2021-06-04 13:22:30 (294 MB/s) - ‘/www/server/apache/conf/extra/httpd-vhosts.conf’ saved [2352/2352]

--2021-06-04 13:22:30--  http://128.1.164.196/conf/httpd-default.conf
Connecting to 128.1.164.196:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2482 (2.4K) [application/octet-stream]
Saving to: ‘/www/server/apache/conf/extra/httpd-default.conf’

     0K ..                                                    100%  248M=0s

2021-06-04 13:22:30 (248 MB/s) - ‘/www/server/apache/conf/extra/httpd-default.conf’ saved [2482/2482]

--2021-06-04 13:22:30--  http://128.1.164.196/conf/mod_remoteip.conf
Connecting to 128.1.164.196:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 114 [application/octet-stream]
Saving to: ‘/www/server/apache/conf/extra/mod_remoteip.conf’

     0K                                                       100% 27.3M=0s

2021-06-04 13:22:31 (27.3 MB/s) - ‘/www/server/apache/conf/extra/mod_remoteip.conf’ saved [114/114]

--2021-06-04 13:22:31--  http://128.1.164.196/conf/httpd-mpm.conf
Connecting to 128.1.164.196:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4446 (4.3K) [application/octet-stream]
Saving to: ‘/www/server/apache/conf/extra/httpd-mpm.conf’

     0K ....                                                  100% 50.0M=0s

2021-06-04 13:22:31 (50.0 MB/s) - ‘/www/server/apache/conf/extra/httpd-mpm.conf’ saved [4446/4446]

--2021-06-04 13:22:31--  http://128.1.164.196/error/index.html
Connecting to 128.1.164.196:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1326 (1.3K) [text/html]
Saving to: ‘/www/server/apache/htdocs/index.html’

     0K .                                                     100%  256M=0s

2021-06-04 13:22:31 (256 MB/s) - ‘/www/server/apache/htdocs/index.html’ saved [1326/1326]

--2021-06-04 13:22:31--  http://128.1.164.196/conf/apache/en.0.default.conf
Connecting to 128.1.164.196:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 379 [application/octet-stream]
Saving to: ‘/www/server/panel/vhost/apache/0.default.conf’

     0K                                                       100% 53.0M=0s

2021-06-04 13:22:32 (53.0 MB/s) - ‘/www/server/panel/vhost/apache/0.default.conf’ saved [379/379]

--2021-06-04 13:22:32--  http://128.1.164.196/init/init.d.httpd
Connecting to 128.1.164.196:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2020 (2.0K) [application/octet-stream]
Saving to: ‘/etc/init.d/httpd’

     0K .                                                     100%  393M=0s

2021-06-04 13:22:32 (393 MB/s) - ‘/etc/init.d/httpd’ saved [2020/2020]

start apache...  done
--2021-06-04 13:22:32--  http://128.1.164.196/tools/check.sh
Connecting to 128.1.164.196:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 565 [application/octet-stream]
Saving to: ‘/www/server/panel/install/check.sh’

     0K                                                       100% 75.3M=0s

2021-06-04 13:22:32 (75.3 MB/s) - ‘/www/server/panel/install/check.sh’ saved [565/565]

And it completes successfully.

Major Issues start

As soon as Apache finishes installation, it killed the distro. If I try to install any other app it will fail, if I reboot this machine it won't come up.

If I run command rpm:

# rpm -qa
rpm: symbol lookup error: /lib64/librpmio.so.8: undefined symbol: EVP_md2, version OPENSSL_1_1_0

If I run the command dnf:

# dnf update
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 14, in swig_import_helper
    return importlib.import_module(mname)
  File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 658, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 571, in module_from_spec
  File "<frozen importlib._bootstrap_external>", line 922, in create_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/dnf", line 57, in <module>
    from dnf.cli import main
  File "/usr/lib/python3.6/site-packages/dnf/__init__.py", line 30, in <module>
    import dnf.base
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 29, in <module>
    import libdnf.transaction
  File "/usr/lib64/python3.6/site-packages/libdnf/__init__.py", line 8, in <module>
    from . import error
  File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 17, in <module>
    _error = swig_import_helper()
  File "/usr/lib64/python3.6/site-packages/libdnf/error.py", line 16, in swig_import_helper
    return importlib.import_module('_error')
  File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_error'

So basically, the apache installation script simply fucks up the OS.
Since it seems a library issue, let's see what libraries are on path:

# echo $LD_LIBRARY_PATH

#

Comes empty.
as libk5crypto is at /usr/lib64/ I can export that path:

# export LD_LIBRARY_PATH=/usr/lib64${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
# echo $LD_LIBRARY_PATH
/usr/lib64
# dnf update
Last metadata expiration check: 1:15:00 ago on Fri 04 Jun 2021 12:28:17 PM WEST.
Dependencies resolved.
Nothing to do.
Complete!

So actually the $LD_LIBRARY_PATH is also empty before installing aaPanel's apache, we just understand that aaPanel changes settings in a way that breaks the distro.

Adding the path seems like a quick fix (being seem a keyword). I added this export to /etc/environment but after reboot the machine never comes up and we're unable to even login via console as it keeps throwing errors. This is a major issue as it completely breaks the linux installation.

So we kindly ask the aaPanel team to take a look into this issue. I would provide the full Apache install log if I could find it, but the steps are quite simple so I'm sure you can recreate this easily. Thank you

EDIT:
Using the "Fast" method also breaks Linux.
Running ldconfig -p BEFORE and AFTER shows several libraries have been overriden with custom outdated versions of themselves, which is breaking this all. The first line is after running any aaPanel installation, the second line is from before

	libssl.so.1.1 (libc6,x86-64) => /usr/local/openssl111/lib/libssl.so.1.1
	libssl.so.1.1 (libc6,x86-64) => /lib64/libssl.so.1.1

	libssl.so (libc6,x86-64) => /usr/local/openssl111/lib/libssl.so
	libssl.so (libc6,x86-64) => /usr/local/openssl/lib/libssl.so

	libcrypto.so.1.1 (libc6,x86-64) => /usr/local/openssl111/lib/libcrypto.so.1.1
	libcrypto.so.1.1 (libc6,x86-64) => /lib64/libcrypto.so.1.1

	libcrypto.so (libc6,x86-64) => /usr/local/openssl111/lib/libcrypto.so
	libcrypto.so (libc6,x86-64) => /usr/local/openssl/lib/libcrypto.so

You can click on BEFORE and AFTER above to see the full output of ldconfig.

# ls -la /usr/local/openssl111/lib/libcrypto.so
lrwxrwxrwx 1 root root 16 Jun  4 14:02 /usr/local/openssl111/lib/libcrypto.so -> libcrypto.so.1.1
# ls -la /lib64/libcrypto.so.1.1
lrwxrwxrwx. 1 root root 19 Mar 30 18:19 /lib64/libcrypto.so.1.1 -> libcrypto.so.1.1.1g

The system uses newer versions of these libraries. aaPanel shouldn't try to replace these, it should link to the existing libraries.

Installation of anything after fails:

cmake: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b
AlmaLinux release 8.4 (Electric Cheetah)
Bit:64 Mem:3715M Core:2 gcc:8.4.1 cmake:
Linux 4.18.0-305.3.1.el8_4.x86_64 x86_64
ERROR: php-7.4.19 install failed.

    maverick Hello, thank you very much for your feedback, I recently tested your feedback on this operating system, thank you for your support, we will follow up as far as possible to be compatible with this system, perhaps this system is the mainstay of future production

      tried install aapanel with almalinux 8.4 too, panel install correctly with NGINX+Mariadb10.5+PHP7.4+Redis

      working fine except PHP extension opcache cannot use. once installed, will cause PHP service cannot start. php redis working fine.

      aapanel_power Hi there and thank you for your reply.
      For those who prefer EL distros over debian based - like us here - I feel this is a strong contender for web servers. Looking forward to a compatible aaPanel version! Thank you all for your efforts.

      6 months later

      Has anyone tested this recently?
      I'm thinking of upgrading slowly, gotta start preparing for centos to leave 😃

      a year later

      @aaPanel_Jose
      May I know how's the status of compatibility with AlmaLinux?
      We have no longer to perform package updates from CentOS 7.

        patdevs
        Hello, AlmaLinux 8 can be used, and some plug-ins may not be available. No complete test

        a year later

        how about my error like this:

        Last metadata expiration check: 0:56:48 ago on Thu 19 Oct 2023 06:05:58 AM WIB.

        Dependencies resolved.

        Package Architecture Version Repository Size

        Installing:
        epel-release noarch 8-19.el8 extras 24 k

        Transaction Summary

        Install 1 Package

        Total download size: 24 k
        Installed size: 35 k
        Downloading Packages:

        epel-release-8-19.el8.noarch.rpm 4.6 kB/s | 24 kB 00:05

        Total 2.2 kB/s | 24 kB 00:11
        Running transaction check
        Transaction check succeeded.
        Running transaction test
        Transaction test succeeded.
        Running transaction
        Preparing : 1/1
        Installing : epel-release-8-19.el8.noarch 1/1
        Running scriptlet: epel-release-8-19.el8.noarch 1/1
        Many EPEL packages require the CodeReady Builder (CRB) repository.
        It is recommended that you run /usr/bin/crb enable to enable the CRB repository.

        Verifying : epel-release-8-19.el8.noarch 1/1

        Installed:
        epel-release-8-19.el8.noarch

        Complete!
        curl: (28) Resolving timed out after 3000 milliseconds
        OS: el -
        --2023-10-19 07:03:05-- https://node.aapanel.com/src/Python-3.7.8.tar.xz
        Resolving node.aapanel.com (node.aapanel.com)... failed: Connection timed out.

        wget: unable to resolve host address ‘node.aapanel.com’

        ERROR: Download python source code fielded. Please try to reinstall
        AlmaLinux release 8.8 (Sapphire Caracal)
        Bit:64 Mem:5680M Core:8
        Linux localhost.localdomain 4.18.0-477.10.1.el8_8.x86_64 #1 SMP Tue May 16 07:35:04 EDT 2023 x86_64 x86_64 x86_64 GNU/Linux
        Please screenshot the above error message and post to the forum www.aapanel.com/forum for help
        [root@localhost ~]# ~

          her1saputra
          Hello, trying to check if the network can connect to our node?

          curl -v https://brandnew.aapanel.com
          ping brandnew.aapanel.com -c 5
          ping google.com -c 5
          curl -v http://brandnew.aapanel.com

            aaPanel_Kern like this :

            [root@localhost ~]# curl -v https://brandnew.aapanel.com

            • Rebuilt URL to: https://brandnew.aapanel.com/
            • Trying 104.21.79.196...
            • TCP_NODELAY set
            • Connected to brandnew.aapanel.com (104.21.79.196) port 443 (#0)
            • ALPN, offering h2
            • ALPN, offering http/1.1
            • successfully set certificate verify locations:
            • CAfile: /etc/pki/tls/certs/ca-bundle.crt
              CApath: none
            • TLSv1.3 (OUT), TLS handshake, Client hello (1):
            • TLSv1.3 (IN), TLS handshake, Server hello (2):
            • TLSv1.3 (IN), TLS handshake, [no content] (0):
            • TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
            • TLSv1.3 (IN), TLS handshake, Certificate (11):
            • TLSv1.3 (IN), TLS handshake, CERT verify (15):
            • TLSv1.3 (IN), TLS handshake, Finished (20):
            • TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
            • TLSv1.3 (OUT), TLS handshake, [no content] (0):
            • TLSv1.3 (OUT), TLS handshake, Finished (20):
            • SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
            • ALPN, server accepted to use h2
            • Server certificate:
            • subject: CN=aapanel.com
            • start date: Sep 9 05:45:33 2023 GMT
            • expire date: Dec 8 05:45:32 2023 GMT
            • subjectAltName: host "brandnew.aapanel.com" matched cert's "*.aapanel.com"
            • issuer: C=US; O=Google Trust Services LLC; CN=GTS CA 1P5
            • SSL certificate verify ok.
            • Using HTTP2, server supports multi-use
            • Connection state changed (HTTP/2 confirmed)
            • Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
            • TLSv1.3 (OUT), TLS app data, [no content] (0):
            • TLSv1.3 (OUT), TLS app data, [no content] (0):
            • TLSv1.3 (OUT), TLS app data, [no content] (0):
            • Using Stream ID: 1 (easy handle 0x560143c335e0)
            • TLSv1.3 (OUT), TLS app data, [no content] (0):

            GET / HTTP/2
            Host: brandnew.aapanel.com
            User-Agent: curl/7.61.1
            Accept: /

            • TLSv1.3 (IN), TLS handshake, [no content] (0):
            • TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
            • TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
            • TLSv1.3 (IN), TLS app data, [no content] (0):
            • Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
            • TLSv1.3 (OUT), TLS app data, [no content] (0):
            • TLSv1.3 (IN), TLS app data, [no content] (0):
            • TLSv1.3 (IN), TLS app data, [no content] (0):
              < HTTP/2 302
              < date: Thu, 19 Oct 2023 07:07:43 GMT
              < content-type: text/html; charset=UTF-8
              < location: /new/index.html
              < cache-control: no-cache, private
              < set-cookie: XSRF-TOKEN=eyJpdiI6IjZxZGNtNS82MERlUmV2SS9JWkVHU0E9PSIsInZhbHVlIjoiclV0dVhtT3dpeitsZjZlWFJKUDJ4MDAwb29kcXMzeFcrOVdyM3p3TklQdzNXQ0s5dHBPdGhyOVNHcmh6aTU5d3FlYXFUNk1Qa21GTTgwaW50Vldic2I5bk1kU0NKY2RZLzN1NjdscjlxeHdjWVZLWEhEQXBUMGRXaXd3Y0dsZEsiLCJtYWMiOiJhNjE5NWMzNTNiM2FjNmY3Y2JhNTA5ZTc3OGFiNTI1Nzc5ZmIzOTQxNDVjOTQ0MzYxMWE0MzNhMzIyZTJlMDlkIn0%3D; expires=Thu, 19-Oct-2023 09:08:07 GMT; Max-Age=7200; path=/; samesite=lax
              < set-cookie: aapanel_session=eyJpdiI6InVwWkxRSXM5b3BnNFFZM3dKVjc0Ymc9PSIsInZhbHVlIjoiQTlteHBoTXAxRXJIT1BNMGJHMmV3K3BjNnl5WnJmVU1QVUJzSEZoVVA2U2dWODVRNUNaaFdWYjJWZEcxamN4QXc1cFJ5dDg1T3lVM1F4OHpxeE9DV0VhSVoyMnhFMzBXbllkak95UjBTdFFTRWxyMzA5TUFYcEV1dGhYMTZyTFoiLCJtYWMiOiI5MmFhMTgzODNhYTY0ZDRkMmU0NzE2MTQ3ZTQ0ZDBkMGUxYjgyYWNjMDdhMDIzODdkMjA3NTA5NjFkY2YxMjdkIn0%3D; expires=Thu, 19-Oct-2023 09:08:07 GMT; Max-Age=7200; path=/; httponly; samesite=lax
              < strict-transport-security: max-age=63072000
              < strict-transport-security: max-age=31536000
              < cf-cache-status: DYNAMIC
              < report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=BBy2X1g8DHdXUbhbwoECU00rTLA061oyY5J1MLrwcSI3hGDZYVPyNNNOrfBwFM5AqoC3OqR7usf7vlyweOqlYWDxV7%2FarjwBfytQKv%2F0%2FHrketRLGis2pZYRtfmPbKTOMmIMoqYwlg%3D%3D"}],"group":"cf-nel","max_age":604800}
              < nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
              < server: cloudflare
              < cf-ray: 81872f8b5c833f52-SIN
              < alt-svc: h3=":443"; ma=86400
              <
            • TLSv1.3 (IN), TLS app data, [no content] (0):
            • Connection #0 to host brandnew.aapanel.com left intact
              [root@localhost ~]# ping brandnew.aapanel.com -c 5
              PING brandnew.aapanel.com (104.21.79.196) 56(84) bytes of data.
              64 bytes from 104.21.79.196 (104.21.79.196): icmp_seq=1 ttl=58 time=7.71 ms
              64 bytes from 104.21.79.196 (104.21.79.196): icmp_seq=2 ttl=58 time=7.44 ms
              64 bytes from 104.21.79.196 (104.21.79.196): icmp_seq=3 ttl=58 time=7.76 ms
              64 bytes from 104.21.79.196 (104.21.79.196): icmp_seq=4 ttl=58 time=7.33 ms
              64 bytes from 104.21.79.196 (104.21.79.196): icmp_seq=5 ttl=58 time=7.61 ms

            --- brandnew.aapanel.com ping statistics ---
            5 packets transmitted, 5 received, 0% packet loss, time 4007ms
            rtt min/avg/max/mdev = 7.327/7.569/7.762/0.182 ms
            [root@localhost ~]# ping google.com -c 5
            PING google.com (74.125.24.100) 56(84) bytes of data.
            64 bytes from sf-in-f100.1e100.net (74.125.24.100): icmp_seq=1 ttl=108 time=8.49 ms
            64 bytes from sf-in-f100.1e100.net (74.125.24.100): icmp_seq=2 ttl=108 time=7.37 ms
            64 bytes from sf-in-f100.1e100.net (74.125.24.100): icmp_seq=3 ttl=108 time=7.77 ms
            64 bytes from sf-in-f100.1e100.net (74.125.24.100): icmp_seq=4 ttl=108 time=7.65 ms
            64 bytes from sf-in-f100.1e100.net (74.125.24.100): icmp_seq=5 ttl=108 time=8.17 ms

            --- google.com ping statistics ---
            5 packets transmitted, 5 received, 0% packet loss, time 4007ms
            rtt min/avg/max/mdev = 7.371/7.889/8.490/0.402 ms
            [root@localhost ~]# curl -v http://brandnew.aapanel.com

            • Rebuilt URL to: http://brandnew.aapanel.com/
            • Trying 104.21.79.196...
            • TCP_NODELAY set
            • Connected to brandnew.aapanel.com (104.21.79.196) port 80 (#0)

            GET / HTTP/1.1
            Host: brandnew.aapanel.com
            User-Agent: curl/7.61.1
            Accept: /

            < HTTP/1.1 302 Found
            < Date: Thu, 19 Oct 2023 07:08:41 GMT
            < Content-Type: text/html; charset=UTF-8
            < Transfer-Encoding: chunked
            < Connection: keep-alive
            < location: /new/index.html
            < Cache-Control: no-cache, private
            < Set-Cookie: XSRF-TOKEN=eyJpdiI6IkhLVG9ZaDdRbHBualdiT1VGU2MyWXc9PSIsInZhbHVlIjoiNERzQVNLWXJaZnd5ell6VzBTYS90MHRNMGRhbHlKaG8xN0Y3UzFSdG16UjlWczRUZ0owKzBrb283dEhBajZodmsxUFUrY0NYSlNHS2U5Z2x5bGRWcTgzdlg4WDFFUXRLMk9XT04vd3o4Nk9wZER5YzE5cHZJOEFaNmV2YXhGdmEiLCJtYWMiOiI5NGEyOGM1Y2UxYzhjYmM3YmMzOTg5NDA4MDUyYjdlYzg5NDY1Yzk1NTUzY2YwYjg1ODdlNDg1OTE4NDViNTBmIn0%3D; expires=Thu, 19-Oct-2023 09:09:04 GMT; Max-Age=7200; path=/; samesite=lax
            < Set-Cookie: aapanel_session=eyJpdiI6ImoyMmJHT1pIblM5dkZPa0lwSXpQNWc9PSIsInZhbHVlIjoicmFyd21rdE94dUFBZEZwSWNKdnRJR1k0cWRQbnIvRGMybXM4VUxFL3J3dmFCdUtWNk96UmxEbTgrRmF0eFE3cFNPZkhua2xJVCt1REhJUk5LODAwbU5wZUx1TEEwVzFTb2tHRWsvVkVvcmU4L3lpbDVmNzVoTlc0elVsNXBpUWwiLCJtYWMiOiIyNmNiNzEzN2ZjYmZjODYwODY0OGEzZWFiZTNkMDU0MDU1ODU5NDA1ZDY1NDVhMDQzMjQ4NDNhODg2MDVkODJkIn0%3D; expires=Thu, 19-Oct-2023 09:09:04 GMT; Max-Age=7200; path=/; httponly; samesite=lax
            < Strict-Transport-Security: max-age=63072000
            < Strict-Transport-Security: max-age=31536000
            < CF-Cache-Status: DYNAMIC
            < Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=hxlqus82lMsA%2BWyqnCg4QQD07R0CvteRa8%2Br1o1w9lqi%2BqMVjKvI507xCdIeqqjRqI%2FaFExbCtp2qIE4DuLKo1YV4tr39DWNQSz89Js%2FsZCVVTp5M%2B5IkY9FXK6Dzk19drkVd1UxBQ%3D%3D"}],"group":"cf-nel","max_age":604800}
            < NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
            < Server: cloudflare
            < CF-RAY: 818730f29aa83e12-SIN
            < alt-svc: h3=":443"; ma=86400
            <

            • Connection #0 to host brandnew.aapanel.com left intact
              [root@localhost ~]#

              her1saputra
              Hi, can you give us your aapanel information? The server makes a snapshot backup first, if possible, please send it to kern@aapanel.com.
              It is recommended to fill in the following
              Post link:
              SSH IP address, account password and port:
              aapanel login link address and account password:

              No post link will not be able to know which user's information is, and the problem will not be processed