Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit efde28a

Browse files
committed
docs: add 1panel deployment method
1 parent 4fadc67 commit efde28a

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

.vitepress/config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515

1616
lastUpdated: true,
1717
ignoreDeadLinks: true,
18-
cleanUrls: true,
18+
cleanUrls: false,
1919
metaChunk: true,
2020
sidebar: [
2121
{
@@ -49,6 +49,7 @@ export default defineConfig({
4949
{ text: "💻 Windows 一键部署", link: "/windows" },
5050
{ text: "👍 手动部署", link: "/cli" },
5151
{ text: "😁 宝塔面板部署", link: "/btpanel" },
52+
{ text: "🥇 1Panel 部署", link: "/1panel" },
5253
{ text: "😊 CasaOS 部署", link: "/casaos" },
5354
// { text: "😌 社区提供的部署脚本", link: "/linux-one" },
5455
],

deploy/astrbot/1panel.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 在 1Panel 部署 AstrBot
2+
3+
[1Panel](https://1panel.cn/) 是开源的新一代 Linux 服务器运维管理面板。
4+
5+
AstrBot 已经由 1Panel 团队上架至 [1Panel 应用商店](https://apps.fit2cloud.com/1panel),用户可以直接通过 1Panel 快速部署使用。
6+
7+
## 安装 1Panel
8+
9+
如果您还没有安装 1Panel 面板,请参考 [1Panel 官网](https://1panel.cn/) 一键安装。
10+
11+
> International users can refer to the [1Panel official site](https://github.com/1Panel-dev/1Panel) for tutorials.
12+
13+
## 安装 AstrBot
14+
15+
打开 1Panel 面板,进入 1Panel 应用商店,搜索 `AstrBot`,如下图所示。
16+
17+
![](../../source/images/1panel/image.png)
18+
19+
点击 `安装`,等待安装成功。
20+
21+
安装成功后,在 1Panel 系统-防火墙页面放行对应的 AstrBot 端口(默认是 6185 端口)。
22+
23+
如果您正在使用 AWS、阿里云、腾讯云等厂商的云服务器,请确保其安全组也放行了 6185 端口。
24+
25+
## 访问 AstrBot
26+
27+
访问 `http://IP:6185` 即可访问 AstrBot 的管理面板。

source/images/1panel/image.png

137 KB
Loading

0 commit comments

Comments
 (0)