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

# Server Manager

> Control your live Roblox game servers from the dashboard.

Server Manager lets you see who is playing and take action without opening Roblox. You can view live servers, check staff presence, and moderate players directly.

Open **Roblox > Server Manager** in the sidebar.

<Note>
  Server Manager needs a live connection between your Roblox game and Technified. The Technified admin module (or Roblox integration) must be installed in your game.
</Note>

## Live server view

Each active server shows its name and ID, the current player count out of capacity, and a list of players. Each player displays their Roblox avatar, username and display name, staff role if any, and verification status with their linked Discord ID.

## Actions

| Action    | What it does                                                               |
| --------- | -------------------------------------------------------------------------- |
| Kick      | Removes a player from the server and creates a moderation entry            |
| Ban       | Kicks the player and blocks them from all connected games                  |
| Mute      | Silences a player in chat, works with TextChatService and legacy chat      |
| Message   | Sends a private fullscreen message to one player, prefixed with `[Remote]` |
| Broadcast | Sends a fullscreen message to every player in a server                     |
| Shutdown  | Disconnects all players and closes a server                                |

<Steps>
  <Step title="Pick a player or server">
    Click a player for player actions, or use the server card for Broadcast and Shutdown.
  </Step>

  <Step title="Choose an action">
    Select Kick, Ban, Mute, Message, Broadcast, or Shutdown.
  </Step>

  <Step title="Add details and confirm">
    Enter a reason, duration, or message as needed, then confirm.
  </Step>
</Steps>

Player messages and broadcasts are filtered through Roblox's TextService. A shut down server disappears from the dashboard once it closes.

## Logging

Every action taken through Server Manager is logged. With logging enabled, your log channel records who acted, who was affected, and the reason.
