CyberPanel Community

Cyberpanel not install centos 7

9 replies
we
webby #2

I think it won’t support centos 7 anymore.

ki
kiopeed #3

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

JP
Joao Pacheco #4

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

SD
SaJeTek Developer #5

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

ki
kiopeed #7

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

ki
kiopeed #8

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

jo
josephgodwinke #9

Hello @kiopeed

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

SD
SaJeTek Developer #10

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

Sign in to reply