Cyberpanel not install centos 7

Centos7.9


Centos8.2

I tried to install it but it failed and I tried all versions centos7
It did not work or please tell me an alternative that supports old versions of PHP

I think it won’t support centos 7 anymore.

No, it supports it - if it does not support it, what is the alternative that allows me to install old versions php?

Same problem here. I had to reinstall my VPS to Almalinux 8 distro.

You have to install an older version first, then upgrade.
Max supported version is 2.3.5 for Centos 7.

If you can’t install 2.3.5, try 2.3.4 and then upgrade to 2.3.5

Centos 7 is not supported any more.

Yes sir, what is the alternative solution to install old versions of php !
What is the alternative to Centos?

please sir please usmannasir
What is the alternative solution to install old versions of php
As before, I have websites running on old versions of php
Please help me please
Why did you stop supporting Santos?
It worked on old versions
Please Help

Hello @kiopeed

AlmaLinux 8.4 and up work well with CyberPanel. Personally I have tested from 8.5 to 8.8 (Sapphire Caracal)

To install cyberpanel in CentOS 7, follow these steps:
I needed to get it to run some tests with elevate on a virtual machine.

Login via SSH as a root user and run the following commands

cd /root
wget -O cyberpanel.sh https://www.dropbox.com/scl/fi/xj8uek95j92o0amc720nd/centos7_cyberpanel.sh?rlkey=htdejdfo7nw63t80fudyfb9xe&dl=0
chmod +x ./cyberpanel.sh

#added since CentOS 7 repo is moved to archive
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
wget -O /etc/yum.repos.d/CentOS-Base.repo https://www.dropbox.com/scl/fi/zmw1m73m8z2jlw97tap7e/CentOS-7-Base.repo?rlkey=qwqi2aan4efsqiauletzx6dkj&dl=0

#Fix mariadb repo (Only required if having issues with installing mariadb)
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash

yum clean all

#finally run installation script
./cyberpanel.sh

Tested with 2.3.5