> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreflux.org/llms.txt
> Use this file to discover all available pages before exploring further.

# System Overview

> Broker administration, user management, command console, and broker logs

<Frame caption="System section in the Coreflux HUB — broker administration, user management, command console, and logs">
  <img src="https://mintcdn.com/coreflux/NyitfZKdXrngxrt5/images/system-overview.gif?s=0fe27ba5242478714cfa4b7d9413d345" alt="Animated overview of the Coreflux HUB System section showing System Configuration, User Management, Command Console, and Broker Logs tools" width="800" height="500" data-path="images/system-overview.gif" />
</Frame>

## Why Use the System Section?

You need to administer your broker—configure settings, manage users, run commands, and view broker logs. The System section of the Coreflux HUB provides tools for broker administration, monitoring, and debugging in one place.

## When to Use Each Tool

| Tool                     | Use When                                                                             |
| ------------------------ | ------------------------------------------------------------------------------------ |
| **System Configuration** | Changing broker settings, connection parameters, or configuration options            |
| **User management**      | Creating, editing, or deleting users; managing credentials and access control        |
| **Command Console**      | Sending commands directly to `$SYS/Coreflux/Command` without an external MQTT client |
| **Broker Logs**          | Viewing broker-wide logs, filtering by level, searching, and exporting               |

***

## System Tools

<CardGroup cols={2}>
  <Card title="System Configuration" icon="cog" href="/coreflux-hub/system/configuration">
    Broker settings and configuration options.
  </Card>

  <Card title="User Management" icon="users" href="/coreflux-hub/system/user-management">
    Create, edit, and delete users; manage credentials.
  </Card>

  <Card title="Command Console" icon="terminal" href="/coreflux-hub/system/command-console">
    Execute broker commands via the HUB.
  </Card>

  <Card title="Broker Logs" icon="file-lines" href="/coreflux-hub/system/broker-logs">
    View broker logs, filter by level and date, export.
  </Card>
</CardGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="System Configuration" icon="sliders" href="/coreflux-hub/system/configuration">
    Configure broker settings.
  </Card>

  <Card title="MQTT Broker Configuration" icon="cog" href="/mqtt-broker/configuration">
    Learn broker configuration options.
  </Card>
</CardGroup>
