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

# Server Insights

> Display live member counts, online counts and other server figures as channel names.

Server Insights turns a channel name into a live counter — the `Members: 1,204` channel you see at the top of large servers.

## The screen

A table of your configured stats with a **Create New** button and a `{current}/{max}` counter showing how many of your tier's allowance you have used.

Each row offers **Manage** and **Delete**.

## Creating a stat

<Steps>
  <Step title="Choose a channel type">
    **Text**, **Voice**, **Category** or **Stage**.
  </Step>

  <Step title="Write the channel name">
    Use a variable for the number, for example `Members: [MembersCount]`. Clicking a variable inserts it.
  </Step>

  <Step title="Vetox creates the channel">
    The bot creates it in Discord and keeps the name updated.
  </Step>
</Steps>

<Tip>
  **Voice is the usual choice.** Nobody can post in it, it displays cleanly at the top of the channel list, and you can deny `Connect` so nobody joins it by accident.
</Tip>

<Warning>
  **Stage channels require Discord's Community feature.** If your server is not a Community server, creating a Stage stat is rejected with an explanatory error.
</Warning>

## Variables

| Variable          | Shows                      |
| ----------------- | -------------------------- |
| `[MembersCount]`  | Total members              |
| `[OnlineCount]`   | Members currently online   |
| `[OfflineCount]`  | Members currently offline  |
| `[BotsCount]`     | Bots in the server         |
| `[BoostsCount]`   | Server boosts              |
| `[ChannelsCount]` | Channels                   |
| `[RolesCount]`    | Roles                      |
| `[VoiceUsers]`    | Members in voice right now |

## Limits

| Tier    | Stat channels |
| ------- | ------------- |
| Starter | 3             |
| Basic   | 10            |
| Max     | Unlimited     |
| Black   | Unlimited     |

Only enabled stats count toward the limit. At the limit, **Create New** opens an upgrade prompt instead of the create dialog.

## Editing an existing stat

<Warning>
  **You can change the channel name, but not the channel type.** The type selector appears when editing and accepts a change, but the new type is never saved — the channel keeps its original type.

  To change type, delete the stat and create a new one.
</Warning>

## After a downgrade

Stats beyond your new limit are **disabled, not deleted**, and the Discord channels are left in place.

<Warning>
  **A disabled stat cannot be edited.** Attempting to change it returns an error telling you to upgrade. Delete it or upgrade to regain control of it.
</Warning>

## Good to know

<AccordionGroup>
  <Accordion title="Counters do not update instantly" icon="clock">
    Discord rate-limits how often a channel can be renamed. Counters update regularly but a stat channel is not a live ticker.
  </Accordion>

  <Accordion title="The creation date shown is not real" icon="calendar">
    The table displays the current time rather than when the stat was actually created. Ignore that column.
  </Accordion>

  <Accordion title="Duplicates are allowed" icon="copy">
    Nothing stops you creating two stats showing the same figure. Check your list before adding.
  </Accordion>

  <Accordion title="Creation can time out" icon="hourglass-end">
    Creating a stat asks the bot to make a real Discord channel. If the bot is slow or unreachable, creation fails with a generic error — retry rather than assuming it partly succeeded.
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Create New opens an upgrade prompt">
    You are at your tier's limit. Delete an unused stat or upgrade.
  </Accordion>

  <Accordion title="Stage type is rejected">
    Your server needs Discord's Community feature enabled first.
  </Accordion>

  <Accordion title="The channel was never created">
    Confirm Vetox has **Manage Channels**, and that Server Insights is switched on in [Server Setup](/en/server-management/setup).
  </Accordion>

  <Accordion title="The number looks stale">
    Renames are rate-limited by Discord. Give it a few minutes.
  </Accordion>
</AccordionGroup>
