# 管理控制台

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

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

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

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

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

如果您在访问或呈现 UI 时遇到问题，请首先检查位于 `console` pod 内 `/mnt/alluxio/console/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.7/administration/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.
