Skip to content

Commit 9afa3e9

Browse files
authored
Merge pull request usmannasir#1404 from master3395/stable
Update README.md
2 parents 654e9f2 + cd70096 commit 9afa3e9

File tree

1 file changed

+167
-66
lines changed

1 file changed

+167
-66
lines changed

README.md

+167-66
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,176 @@
1-
# CyberPanel
2-
3-
Web Hosting Control Panel that uses OpenLiteSpeed as the underlying Web Server.
4-
5-
## Features & Services
6-
7-
* Different User Access Levels (via ACLs).
8-
* Auto SSL.
9-
* FTP Server.
10-
* Light-weight DNS Server (PowerDNS).
11-
* phpMyAdmin will manage DBs (MariaDB).
12-
* Email Support (SnappyMail).
13-
* File Manager.
14-
* PHP Management.
15-
* Firewall (FirewallD & ConfigServer Firewall Integration).
16-
* One-click Backups and Restores.
17-
18-
# Supported PHP Versions
19-
20-
* PHP 8.3 (will reach end of life (EOL) on 31 Dec, 2027.)
21-
* PHP 8.2 (will reach end of life (EOL) on 31 Dec, 2026.)
22-
* PHP 8.1 (will reach end of life (EOL) on 31 Dec, 2025.)
23-
* PHP 8.0 (will reach end of life (EOL) on 26 Nov, 2023.)
24-
* PHP 7.4 (Ubuntu 22.04 and Almalinux 9.x and up does not support php below this version.) (will reach end of life (EOL) on 28 Nov 2022.)
25-
* PHP 7.3 (will reach end of life (EOL) on 6 Dec, 2021.)
26-
* PHP 7.2 (will reach end of life (EOL) on 30 Nov, 2020.)
27-
* PHP 7.1 (Almalinux 8.x and up does not support php below this version.),(will reach end of life (EOL) on 1 Dec, 2019.)
28-
* PHP 7.0 (will reach end of life (EOL) on 10 Jan, 2019.)
29-
* PHP 5.6 (will reach end of life (EOL) on 31 Dec, 2018.)
30-
* PHP 5.5 (will reach end of life (EOL) on 21 Jul, 2016.)
31-
* PHP 5.4 (will reach end of life (EOL) on 3 Sep, 2015.)
32-
* PHP 5.3 (will reach end of life (EOL) on 14 Aug, 2014.)
33-
34-
# Supported OS Versions
35-
36-
* CyberPanel is supported on x86_64 based
37-
* Ubuntu 18.04 (will reach end of life (EOL) on 31 May, 2023.)
38-
* Ubuntu 20.04 (will reach end of life (EOL) on April, 2025.)
39-
* Ubuntu 20.10 (will reach end of life (EOL) on 22 July, 2021.)
40-
* Ubuntu 22.04 (will reach end of life (EOL) on Apr 2022 - Apr 2027.)
41-
* CentOS 7 (will reach end of life (EOL) on 30 June, 2024.)
42-
* CentOS 8 (will reach end of life (EOL) on 31 December, 2021.)
43-
* CentOS 9 (will reach end of life (EOL) on 31 May, 2027.)
44-
* RHEL 8 (will reach end of life (EOL) on 31 May, 2029.)
45-
* RHEL 9 (will reach end of life (EOL) on 31 May, 2032.)
46-
* AlmaLinux 8 (will reach end of life (EOL) on 01 May, 2024).)
47-
* AlmaLinux 9 (will reach end of life (EOL) on 31 May, 2027.)
48-
* RockyLinux 8 (will reach end of life (EOL) on 31 May, 2029.)
49-
* CloudLinux 7 (will reach end of life (EOL) on 01 July, 2024.)
50-
* CloudLinux 8 (will reach end of life (EOL) on 31 May, 2029.)
51-
* openEuler 20.03 (will reach end of life (EOL) on April, 2022.)
52-
* openEuler 22.03 (will reach end of life (EOL) on March, 2024.)
53-
54-
# Installation Instructions
1+
# 🛠️ CyberPanel
552

56-
```
3+
Web Hosting Control Panel powered by OpenLiteSpeed, designed to simplify hosting management.
4+
5+
---
6+
7+
## 🔧 Features & Services
8+
9+
- 🔐 **Different User Access Levels** (via ACLs).
10+
- 🌌 **Auto SSL** for secure websites.
11+
- 💻 **FTP Server** for file transfers.
12+
- 🕒 **Light-weight DNS Server** (PowerDNS).
13+
- 🔐 **phpMyAdmin** to manage databases (MariaDB).
14+
- 📧 **Email Support** (SnappyMail).
15+
- 🕌 **File Manager** for quick file access.
16+
- 🌐 **PHP Management** made easy.
17+
- 🔒 **Firewall** (✅ FirewallD & ConfigServer Firewall Integration).
18+
- 📀 **One-click Backups and Restores**.
19+
20+
---
21+
22+
## 🔢 Supported PHP Versions
23+
24+
CyberPanel supports PHP versions based on your operating system:
25+
26+
### ☑️ **PHP 8.0 and Above**
27+
- Fully supported on modern systems such as Ubuntu 22.04 and AlmaLinux 9.x and higher.
28+
29+
### ☑️ **PHP 7.4 and Below**
30+
- Compatible with AlmaLinux 8, Ubuntu 18.04, and similar environments.
31+
32+
### Adding PHP Versions as Third-Party Add-ons
33+
34+
Some PHP versions can be added to operating systems as third-party packages using external repositories or tools. Here's an overview by OS:
35+
36+
#### **Ubuntu**:
37+
- **Ubuntu 22.04**:
38+
- Highest: PHP 8.5 (default repository or Ondrej's PPA).
39+
- Lowest: PHP 7.4 (via Ondrej's PPA).
40+
- **Ubuntu 20.04**:
41+
- Highest: PHP 8.5 (default repository or Ondrej's PPA).
42+
- Lowest: PHP 7.0 (via Ondrej's PPA).
43+
- **Ubuntu 18.04**:
44+
- Highest: PHP 8.4 (via Ondrej's PPA).
45+
- Lowest: PHP 5.6 (via Ondrej's PPA).
46+
47+
#### **AlmaLinux**:
48+
- **AlmaLinux 9**:
49+
- Highest: PHP 8.5 (default repository or Remi repository).
50+
- Lowest: PHP 7.4 (via Remi repository).
51+
- **AlmaLinux 8**:
52+
- Highest: PHP 8.4 (default repository or Remi repository).
53+
- Lowest: PHP 5.6 (via Remi repository).
54+
55+
#### **CentOS**:
56+
- **CentOS 9**:
57+
- Highest: PHP 8.4 (via Remi repository).
58+
- Lowest: PHP 7.4 (via Remi repository).
59+
- **CentOS 8**:
60+
- Highest: PHP 8.4 (via Remi repository).
61+
- Lowest: PHP 5.6 (via Remi repository).
62+
- **CentOS 7**:
63+
- Highest: PHP 8.0 (via Remi repository).
64+
- Lowest: PHP 5.4 (via Remi repository).
65+
66+
#### **RHEL**:
67+
- **RHEL 9**:
68+
- Highest: PHP 8.4 (via Remi repository).
69+
- Lowest: PHP 7.4 (via Remi repository).
70+
- **RHEL 8**:
71+
- Highest: PHP 8.4 (via Remi repository).
72+
- Lowest: PHP 5.6 (via Remi repository).
73+
74+
#### **RockyLinux**:
75+
- **RockyLinux 8**:
76+
- Highest: PHP 8.5 (via Remi repository).
77+
- Lowest: PHP 5.6 (via Remi repository).
78+
79+
#### **CloudLinux**:
80+
- **CloudLinux 8**:
81+
- Highest: PHP 8.5 (via Remi repository).
82+
- Lowest: PHP 5.6 (via Remi repository).
83+
- **CloudLinux 7**:
84+
- Highest: PHP 8.0 (via Remi repository).
85+
- Lowest: PHP 5.4 (via Remi repository).
86+
87+
#### **openEuler**:
88+
- **openEuler 22.03**:
89+
- Highest: PHP 8.4 (default repository).
90+
- Lowest: PHP 7.4 (default repository).
91+
- **openEuler 20.03**:
92+
- Highest: PHP 7.3 (default repository).
93+
- Lowest: PHP 7.0 (default repository).
94+
95+
### Full List of PHP Versions and End of Life (EOL) Dates:
96+
-**PHP 8.5** - EOL: 31 Dec 2028.
97+
-**PHP 8.4** - EOL: 31 Dec 2027.
98+
-**PHP 8.3** - EOL: 31 Dec 2027.
99+
-**PHP 8.2** - EOL: 31 Dec 2026.
100+
-**PHP 8.1** - EOL: 31 Dec 2025.
101+
- 🛑 **PHP 8.0** - EOL: 26 Nov 2023.
102+
- 🛑 **PHP 7.4** - EOL: 28 Nov 2022.
103+
- 🛑 **PHP 7.3** - EOL: 6 Dec 2021.
104+
- 🛑 **PHP 7.2** - EOL: 30 Nov 2020.
105+
- 🛑 **PHP 7.1** - EOL: 1 Dec 2019.
106+
- 🛑 **PHP 7.0** - EOL: 10 Jan 2019.
107+
- 🛑 **PHP 5.6** - EOL: 31 Dec 2018.
108+
- 🛑 **PHP 5.5** - EOL: 21 Jul 2016.
109+
- 🛑 **PHP 5.4** - EOL: 3 Sep 2015.
110+
- 🛑 **PHP 5.3** - EOL: 14 Aug 2014.
111+
112+
---
113+
114+
## 🌐 Supported OS Versions
115+
116+
CyberPanel runs on x86_64 architecture and supports the following operating systems:
117+
118+
### **Ubuntu**:
119+
- Ubuntu 22.04 ✅ Supported until April 2027.
120+
- Ubuntu 20.04 ✅ Supported until April 2025.
121+
- Ubuntu 18.04 🛑 EOL: 31 May 2023.
122+
123+
### **CentOS**:
124+
- CentOS 9 ✅ EOL: 31 May 2027.
125+
- CentOS 8 🛑 EOL: 31 Dec 2021.
126+
- CentOS 7 🛑 EOL: 30 June 2024.
127+
128+
### **RHEL**:
129+
- RHEL 9 ✅ EOL: 31 May 2032.
130+
- RHEL 8 ✅ EOL: 31 May 2029.
131+
132+
### **AlmaLinux**:
133+
- AlmaLinux 9 ✅ EOL: 31 May 2027.
134+
- AlmaLinux 8 🛑 EOL: 1 May 2024.
135+
136+
### **Other OS**:
137+
- RockyLinux 8 ✅ EOL: 31 May 2029.
138+
- CloudLinux 8 ✅ EOL: 31 May 2029.
139+
- CloudLinux 7 🛑 EOL: 1 Jul 2024.
140+
- openEuler 22.03 🛑 EOL: March 2024.
141+
- openEuler 20.03 🛑 EOL: April 2022.
142+
143+
---
144+
145+
## ⚙️ Installation Instructions
146+
147+
Install CyberPanel easily with the following command:
148+
149+
```bash
57150
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
58151
```
59152

60-
# Upgrading CyberPanel
153+
---
61154

62-
```
155+
## 📊 Upgrading CyberPanel
156+
157+
Upgrade your CyberPanel installation using:
158+
159+
```bash
63160
sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)
64161
```
65162

66-
# Resources
163+
---
164+
165+
## 📚 Resources
166+
167+
- 🌐 [Official Site](https://cyberpanel.net)
168+
- ✏️ [Docs (Old)](https://docs.cyberpanel.net)
169+
- 🎓 [Docs (New)](https://community.cyberpanel.net/docs)
170+
-[Changelog](https://community.cyberpanel.net/t/change-logs/161)
171+
- 💬 [Forums](https://community.cyberpanel.net)
172+
- 📢 [Discord](https://discord.gg/g8k8Db3)
173+
- 📵 [Facebook Group](https://www.facebook.com/groups/cyberpanel)
174+
- 🎥 [YouTube Channel](https://www.youtube.com/@Cyber-Panel)
67175

68-
* [Official Site.](https://cyberpanel.net)
69-
* [Docs (Old).](https://docs.cyberpanel.net)
70-
* [Docs (New).](https://community.cyberpanel.net/docs)
71-
* [Changelog.](https://community.cyberpanel.net/t/change-logs/161)
72-
* [Forums.](https://community.cyberpanel.net)
73-
* [Discord.](https://discord.gg/g8k8Db3)
74-
* [Facebook Group.](https://www.facebook.com/groups/cyberpanel)
75-
* [YouTube Channel.](https://www.youtube.com/@Cyber-Panel)
176+
---

0 commit comments

Comments
 (0)