2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 03:07:16 +08:00

feat: 3.0

This commit is contained in:
2026-01-25 04:39:37 +08:00
parent d9b7ff02aa
commit 1fbdc8ad1a
7 changed files with 50 additions and 47 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with VitePress
run: pnpm docs:build
run: pnpm build
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
with:

View File

@@ -10,7 +10,7 @@ import { VPTeamMembers } from 'vitepress/theme'
const members = [
{
avatar: 'https://weavatar.com/avatar/18e77debb1bc0000c0b50757b8f1bebb2c3e4df3d494124f776c15dbc1ebe8a5',
name: 'Rat',
name: 'HaoZi',
desc: 'Founder & CEO',
links: [
{ icon: 'github', link: 'https://github.com/devhaozi' },
@@ -30,7 +30,8 @@ const members = [
# About
AcePanel is a professional server operation and maintenance management panel dedicated to providing users with simple, efficient, and secure server management solutions.
AcePanel is a professional server operation and maintenance management panel dedicated to providing users with simple,
efficient, and secure server management solutions.
| Vision | Mission | Values |
|----------------------------------------------------------|---------------------------------------------|---------------------------------------------------|
@@ -42,6 +43,14 @@ AcePanel is a professional server operation and maintenance management panel ded
## Development History
::: timeline 2026 - 3.0 Era
In 2026, We launched the highly anticipated version 3.0, introducing a revamped user interface and advanced features
:::
::: timeline 2025 - Steady Progress
In 2025, We focused on optimizing user experience and enhancing system stability, releasing versions 2.4 series
:::
::: timeline 2024 - New Journey
The Panel received support from numerous sponsors, and released the brand new version 2.3 in the second half of 2024
:::
@@ -60,5 +69,5 @@ Project initiated in mid-2022, version 1.0 released at the end of the year
|-----------------|------------------------------------------------------------------------------------------|
| WeChat Work | [Click to Contact](https://work.weixin.qq.com/kfid/kfc20ea8e38b5a4e73a) |
| QQ | [826896000](https://wpa.qq.com/msgrd?v=3&uin=826896000&site=qq&menu=yes) |
| Email | [admin@haozi.net](mailto:admin@haozi.net) |
| Email | [haozi@loli.email](mailto:admin@haozi.net) |
| Company Address | Room 206, Zhiku Building, No.1 Quanli Road, Huangzhuang Street, Wuqing District, Tianjin |

View File

@@ -1,9 +0,0 @@
# Mount Partitions
If your server has unmounted data disks, you can log in as `root` user before installation and run the following command to automatically mount them. Cross-directory migration is not supported after Panel installation.
```shell
curl -fsLm 10 -o auto_mount.sh https://dl.cdn.haozi.net/panel/auto_mount.sh && bash auto_mount.sh
```
You can also contact your server provider via ticket to request assistance with mounting partitions, or mount the partitions yourself before installing the Panel.

View File

@@ -1,41 +1,44 @@
# Install Panel
AcePanel supports the latest two stable releases of mainstream `amd64` and `arm64` architecture systems. Installation of the LNMP environment has been tested on all systems listed in the table below.
AcePanel supports the latest two stable releases of mainstream `amd64` and `arm64` architecture systems. Installation of
the LNMP environment has been tested on all systems listed in the table below.
It is recommended to use systems marked as **Recommended**. Unless there are special circumstances, it is not recommended to use systems marked as **Not Recommended**.
It is recommended to use systems marked as **Recommended**. Unless there are special circumstances, it is not
recommended to use systems marked as **Not Recommended**.
For systems not listed in the table below, you can try installing on your own, but no free technical support will be provided.
For systems not listed in the table below, you can try installing on your own, but no free technical support will be
provided.
| System | Version | Note |
|---------------------|---------|-----------------|
| AlmaLinux | 10 | Recommended |
| AlmaLinux | 9 | Recommended |
| RockyLinux | 10 | Supported |
| RockyLinux | 9 | Supported |
| CentOS Stream | 10 | Not Recommended |
| CentOS Stream | 9 | Not Recommended |
| Ubuntu | 24 | Recommended |
| Ubuntu | 22 | Supported |
| Debian | 13 | Recommended |
| Debian | 12 | Recommended |
| OpenCloudOS | 9 | Supported |
| TencentOS Server | 4 | Supported |
| TencentOS Server | 3 | Not Recommended |
| Alibaba Cloud Linux | 3 | Not Recommended |
| Anolis | 8 | Not Recommended |
| System | Version | Note |
|------------------|---------|-----------------|
| AlmaLinux | 10 | Recommended |
| AlmaLinux | 9 | Supported |
| RockyLinux | 10 | Recommended |
| RockyLinux | 9 | Supported |
| CentOS Stream | 10 | Not Recommended |
| CentOS Stream | 9 | Not Recommended |
| Ubuntu | 24 | Recommended |
| Ubuntu | 22 | Supported |
| Debian | 13 | Recommended |
| Debian | 12 | Supported |
| OpenCloudOS | 9 | Supported |
| TencentOS Server | 4 | Supported |
As system versions continue to update, we may also terminate support for some overly outdated systems to ensure the robustness of the Panel.
As system versions continue to update, we may also terminate support for some overly outdated systems to ensure the
robustness of the Panel.
## Start Installation
> If you need to mount partitions, please complete before installing the Panel. Cross-directory migration is not supported after Panel installation.
> If you need to mount partitions, please complete before installing the Panel. Directory migration is not
> supported after Panel installation.
**<span style="color: red;">AcePanel recommends using [LFCloud high-performance AMD EYPC server](https://www.dkdun.cn/aff/MQZZNVHQ) for installation.</span>**
**<span style="color: red;">AcePanel recommends
using [LFCloud high-performance AMD EYPC server](https://www.dkdun.cn/aff/MQZZNVHQ) for installation.</span>**
Log in to the server as `root` user and run the following command to install the Panel:
```shell
curl -fsLm 10 -o install.sh https://dl.cdn.haozi.net/panel/install.sh && bash install.sh
bash <(curl -sSLm 10 https://dl.acepanel.net/helper.sh)
```
Installation is usually completed within 2 minutes. Do not close the terminal during the installation process.

View File

@@ -2,14 +2,14 @@
Do not stop or restart the Panel while tasks are still running, as this may cause issues.
* Start Panel: `systemctl start panel`
* Stop Panel: `systemctl stop panel`
* Restart Panel: `systemctl restart panel`
* Start Panel: `acepanel start`
* Stop Panel: `acepanel stop`
* Restart Panel: `acepanel restart`
## Panel Command Line
```bash
panel-cli
acepanel
```
Follow the prompts to complete the necessary commands for operation.
@@ -17,7 +17,7 @@ Follow the prompts to complete the necessary commands for operation.
For example, to change a user's password, you can use:
```bash
panel-cli user password haozi 123456
acepanel user password haozi 123456
```
This will change the password for the user `haozi` to `123456`.
@@ -29,7 +29,7 @@ It is primarily recommended to back up data and reinstall the system, as this en
If you are unable to reinstall the system, please log in to the server as `root` user and execute the following command to uninstall the Panel:
```shell
curl -fsLm 10 -o uninstall.sh https://dl.cdn.haozi.net/panel/uninstall.sh && bash uninstall.sh
bash <(curl -sSLm 10 https://dl.acepanel.net/helper.sh)
```
Before uninstalling the Panel, be sure to back up all data and uninstall all Panel applications in advance. Data will be **unrecoverable** after uninstallation!

View File

@@ -1,6 +1,6 @@
export default {
async paths() {
const resp = await (await fetch('https://panel.haozi.net/api/versions')).json()
const resp = await (await fetch('https://api.acepanel.net/versions?locale=zh_CN')).json()
if (!resp.message || resp.message !== 'success') return []
return resp.data.slice(0, 10).map((item: any) => {

View File

@@ -6,9 +6,9 @@
"author": "AcePanel contributors",
"license": "MIT",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"dependencies": {
"vitepress-markdown-timeline": "^1.2.2",