# 管理控制台

管理界面控制台是一个网页应用程序，旨在帮助用户更高效地管理和操作Alluxio集群。

它主要面向系统管理员，提供图形化界面，用于展示关键的集群信息，包括核心指标和各种组件的状态。当问题出现时，管理员可以通过管理界面控制台快速识别问题并采取相应的措施。

控制台还集成了一系列常用的管理功能，例如：

* 管理挂载表
* 配置配额
* 管理优先级和TTL策略
* 提交预加载（preload）和释放（free）作业
* 收集集群诊断信息

这些任务可以直接通过网页界面执行，无需使用命令行工具，从而简化整体管理体验。

如果您在访问或渲染UI时遇到问题，请首先查看`dashboard` pod内位于 `/mnt/alluxio/dashboard/logs`下的日志，，以获取更详细的信息。\
浏览器方面，**推荐使用Chrome**，**支持Chrome 80版本及以上**。**不支持Internet Explorer**，请避免使用。


---

# 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://documentation.alluxio.io/ee-ai-cn/ai-3.6/start/overview.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.
