2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 15:37:14 +08:00
Files
acepanel.github.io/zh_TW/quickstart/panel.md
github-actions[bot] 68ab699a20 New Crowdin translations by GitHub Action (#1)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-08-22 19:19:41 +08:00

36 lines
927 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 管理面板
請勿在面板仍有任務運行時操作停止 / 重啟面板,否則可能會造成問題。
- 啟動面板:`systemctl start panel`
- 停止面板:`systemctl stop panel`
- 重啟面板:`systemctl restart panel`
## 面板命令行
```bash
panel-cli
```
可根據提示補全需要的命令進行操作。
例如,要更改使用者的密碼,您可以使用:
```bash
panel-cli user password haozi 123456
```
這將把使用者 `haozi` 的密碼更改為 `123456`
## 卸載面板
優先建議備份資料重裝系統,這樣可以保證系統純淨。
如果您無法重裝系統,請以`root`使用者登錄伺服器,執行以下命令卸載面板:
```shell
curl -fsLm 10 -o uninstall.sh https://dl.cdn.haozi.net/panel/uninstall.sh && bash uninstall.sh
```
卸載面板前請務必備份好所有資料,提前卸載面板全部應用。 卸載後資料將**無法恢復**