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

# Servers

> Manage multiple Discord servers from a single dashboard.

## Overview

If you own or manage multiple Discord communities, the Flare Dashboard makes it incredibly easy to switch between them without needing to re-login.

The **Servers** page acts as your central hub, displaying every server where you have the `Administrator` or `Manage Server` permission.

<Frame>
  <img src={imagesJson?.dashboard_servers || ""} alt="Dashboard Servers Page" />
</Frame>

***

## Server Statuses

When viewing the server grid, you will notice different indicators on the cards:

<CardGroup cols={2}>
  <Card title="Setup Required" icon="wrench">
    Flare is in the server, but no modules have been enabled yet. Click to start configuring.
  </Card>

  <Card title="Active" icon="circle-check">
    Flare is actively running and managing this server.
  </Card>

  <Card title="Invite Flare" icon="plus">
    You have admin permissions in this server, but Flare hasn't been invited yet. Clicking this will redirect you to the Discord OAuth2 authorization page.
  </Card>

  <Card title="Premium Enabled" icon="crown">
    This server is actively using a Premium token, unlocking advanced AI and cosmetic features.
  </Card>
</CardGroup>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="I can't see my server on the list">
    You must have the `Administrator` or `Manage Server` permission in Discord for that server to appear on your Flare dashboard. Ensure your roles are correctly configured in Discord.
  </Accordion>

  <Accordion title="The server list isn't updating">
    If you just received admin permissions or invited Flare, it may take a few minutes for the cache to sync. Try logging out and logging back into the dashboard to force a refresh.
  </Accordion>
</AccordionGroup>
