> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/xi-tong-guan-li/sites-overview.md).

# 站点仪表板

Sites 仪表板为监控和管理多个 VergeOS 系统提供了一个集中位置。此仪表板将所有系统的顶层统计信息汇总到单一屏幕上，并提供可下钻链接以访问和查看更详细的信息。可以通过点击其 UI 卡片或地图坐标图钉（根据指定的纬度/经度值放置）来选择特定站点页面。

![sitedash-main.png](/files/0fc50063c0e97fa08c0524793983504e7f388da0)

### 示例：单个站点页面

![sitepage.png](/files/a2af5b5c59ed6ced11e49bd92d7bf527eab6a067)

* 查看特定于该站点的更详细信息
* 管理站点的网络、节点和 VM（如果已启用）
* 启动更新
* 创建远程任务
* 编辑站点设置
* 刷新统计信息
* 访问传入/传出同步作业
* 查看站点日志

此外，还有一个快速链接，可直接进入该站点完整 Web 界面的登录页面。

参见 [**添加站点**](/run-the-platform/zh/xi-tong-guan-li/site-dashboard-add-sites.md) 有关将站点添加到 Sites 仪表板的说明。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/zh/xi-tong-guan-li/sites-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
