From 72c308f34af96055e705a17d7f0c6a44f6070ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=92=E7=88=BD=E5=B8=88=E5=8F=94?= <43847794+vlssu@users.noreply.github.com> Date: Sat, 16 May 2026 12:20:21 +0800 Subject: [PATCH] Update panel.md with deployment details and resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify deployment requirements for 翼龙面板 and provide additional resources for front-end and back-end setup. --- src/content/docs/general/process/panel.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/content/docs/general/process/panel.md b/src/content/docs/general/process/panel.md index 2bb09d556..087a37056 100644 --- a/src/content/docs/general/process/panel.md +++ b/src/content/docs/general/process/panel.md @@ -122,6 +122,16 @@ tar -zxf mcsmanager_linux_release.tar.gz ## 翼龙面板 -翼龙面板的部署相对较为复杂,对新手不太友好 +翼龙面板只能在linux上去部署,无法在windows上部署。 -[这篇](https://www.alongw.cn/archives/837) 是个较为简单的教程 +### 前端面板 + +前端的搭建可以用docker来部署,你可以看[这个](https://pterodactyl.top/panel/1.0/docker_getstarted.html)。 + +如果你想手动搭建那 [这篇宝塔面板上去部署的教程可以参考](https://pterodactyl.top/panel/1.0/btpanel_getstarted.html)。 + +### 后端wings + +后端一定要在可以被外网访问的服务器上搭建,而且需要在linux上部署。 +win就算使用docker兼容性也不是很好。 +但搭建并不是很难,你可以看[这个](https://pterodactyl.top/wings/1.0/installing.html)。