I've posted the basic setup steps here in the forums a couple times.
Here it is again, or you also have options of people that can get the basic installed for you.
You can't have any services installed before installing CWP.
So if Apache is working 'out of the box', you are installing AlmaLinux 9.4 LAMP.
That won't work.
Reimage with the bare AlmaLinux 9.5
Setup your networking, hostname, timzone.
Then:
dnf install dnf-plugins-corednf install elrepo-release epel-release -ydnf config-manager --set-enabled crbdnf --refresh updatednf install nano wget ipset ebtables iptables ipset-service uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel nmap make quota cockpit* -ydnf --refresh updatednf install clamav* clamddnf clean allcd /usr/local/srcwget http://centos-webpanel.com/cwp-el9-latestsh cwp-el9-latestdnf install spamassassin amavisReboot
Configure & Start CSF
UPDATE DEPENDENCIES
dnf install php-cli libsodium libsodium-devel php-sodium php-pecl-zip php-pecl-mailparse php-mbstring php-pear php-devel php-pecl-imagickpecl channel-update pecl.php.netTo updated MariaDB follow:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/The one string to re-install MariaDB has been updated, or you'll get an error.
Run this instead:
dnf install MariaDB-server MariaDB-client net-snmp perl-DBD-MySQL --allowerasingThere are other steps, but everyone customizes their servers differently.