# 管理面板

## 管理面板

管理面板是用于管理 Squad 服务端程序的工具，发挥着核心的后台管理作用。

通常，管理面板是部署在本地的，免费。

以下列举一些管理面板：

* [SQSManager管理面板](/docx/server/panel/sqsmanager.md)

## 运营面板

运营面板是专门用于管理 Squad 游戏运营过程的工具，它聚焦于游戏的实际运营环节，为游戏的持续发展和玩家活跃度的提升提供全方位的支持。运营面板就像是游戏运营的 “指挥中心”，能够对游戏的各个运营方面进行有效的管理和监控。

通常，运营面板是云端服务，是付费的

以下列举一些运营面板：

* [Squad ovo Manage](/docx/server/panel/squad-ovo-manage.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docx.squadovo.cn/docx/server/panel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
