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

# Trace Admin Panel: In-Game Staff Moderation Dashboard

> Trace's admin panel gives staff a real-time dashboard for player management, detections, bans, and team communication inside your Roblox experience.

The Trace admin panel is your central hub for everything moderation-related inside your Roblox experience. Authorized staff open it directly in-game, giving you real-time visibility into players, detections, bans, and team communication - all without leaving the game client.

## Opening the Panel

Press the **Trace launcher button** (shown to authorized staff only) to open the panel. The first time you open it in a session, it launches full-screen. From there you can resize and reposition it to suit your workflow.

<Note>
  Navigation destinations you don't have permission to access are hidden from the sidebar automatically. The server also re-validates every action, so hidden items are a convenience - not the only layer of protection.
</Note>

## Panel Sections

<CardGroup cols={2}>
  <Card title="Home" icon="house">
    Server overview with online player count, recent activity, pending reports, and active staff. Shortcuts give you one-click access to common tasks.
  </Card>

  <Card title="Players" icon="users">
    Search for and manage both online and offline players. Open any player profile to view history, issue moderation actions, or leave a note.
  </Card>

  <Card title="Detections" icon="shield-exclamation">
    Browse every anticheat detection event recorded on the current server. Each event includes player identity, detection reason, and a timestamp.
  </Card>

  <Card title="Replays" icon="circle-play">
    Review recorded 3D replay sessions linked to detection events. Full timeline controls, bookmarks, and auto-slowdown are included - see the [Replays](/features/replays) page for details.
  </Card>

  <Card title="Moderation / Bans" icon="gavel">
    View and manage all active bans across your experience. Unban players or review the original moderation reason directly from this section.
  </Card>

  <Card title="Logs" icon="clock-rotate-left">
    A full audit trail of every moderation action taken by your team - who did what, when, and to whom.
  </Card>

  <Card title="Notes" icon="note-sticky">
    Per-player staff notes. Leave context for your team about a player's history, behavior patterns, or ongoing investigations.
  </Card>

  <Card title="Reports" icon="flag">
    Player-submitted help requests. Staff can read the report, view the submitting player's profile, and teleport directly to them.
  </Card>

  <Card title="Servers" icon="server">
    Cross-server presence view and server management tools. See which staff are online across all running servers.
  </Card>

  <Card title="Trace Chat" icon="message">
    Cross-server private staff chat. Coordinate with your team across every live server in real time without players seeing the conversation.
  </Card>

  <Card title="Settings" icon="gear">
    Configure appearance, protection levels, operations, game systems, roles, and review Trace version information.
  </Card>
</CardGroup>

## Window Behavior

The panel opens full-screen on first use. **Drag the top region** of the panel to detach it into a movable, resizable window you can position anywhere on your screen.

| Dimension             | Value        |
| --------------------- | ------------ |
| Default detached size | 780 × 500 px |
| Minimum size          | 480 × 410 px |
| Mobile floor          | 320 × 360 px |

On mobile devices the panel respects a minimum floor size to keep controls accessible on smaller screens.

## Customizing the Home Section

The Home section supports a customizable layout so every staff member can arrange it to match their workflow.

<Steps>
  <Step title="Open Home">
    Navigate to the **Home** section in the admin panel sidebar.
  </Step>

  <Step title="Open Customize">
    Click the **Customize** button in the top-right corner of the Home section.
  </Step>

  <Step title="Toggle Sections">
    Enable or disable individual widgets - player count, recent activity, pending reports, staff list, and shortcuts - to build a layout that works for you.
  </Step>

  <Step title="Save">
    Your layout preference is saved per staff account and persists across sessions.
  </Step>
</Steps>

<Tip>
  Every staff member can set up their own Home layout independently. A reviewer might keep Reports and Players front and center, while a senior moderator keeps Detections and Logs visible at a glance.
</Tip>

## Trace CMD

**Trace CMD** is a keyboard-driven command palette for staff who prefer speed over clicks. Press the **quote key ( \` )** anywhere in the experience to open it.

Trace CMD supports quick moderation actions including:

* `ban` - ban a player with a reason and optional duration
* `warn` - issue a formal warning
* `kick` - remove a player from the server
* `unban` - lift an existing ban
* `fly` - grant flight to a player
* `unfly` - revoke flight from a player

Trace CMD provides **syntax-aware completion** as you type. For example, typing `ban Saauf Exploiting p` resolves `p` automatically to `Permanent` before you submit. See the [Moderation](/features/moderation) page for the full command reference.

## Inspect Mode

**Inspect Mode** lets you click any player in the game world to instantly open their Trace profile, without navigating through the Players list. When active, the admin panel is hidden and replaced by a small **status bubble** so you have a clear view of the game world.

<Steps>
  <Step title="Activate Inspect Mode">
    Enable Inspect Mode from the Quick Actions bar or via Trace CMD. The panel closes and a status bubble appears to indicate Inspect Mode is active.
  </Step>

  <Step title="Click a Player">
    Click any player character in the 3D world.
  </Step>

  <Step title="Review Their Profile">
    The player's Trace profile opens immediately with their history, active bans, notes, and available moderation actions.
  </Step>
</Steps>

## Quick Actions

The **Quick Actions** bar is a compact strip that holds all six action icons when collapsed, and expands on hover to show labels. It stays accessible without opening the full panel. Actions available through Quick Actions include:

* Server announcements
* Enabling or disabling Inspect Mode
* Opening Trace CMD

Quick Actions keeps your most-used tools one click away so you can stay in the flow of moderating without navigating menus.
