# StarRupture Console Commands (/docs/starrupture/console-commands)



StarRupture runs on Unreal Engine 5 and supports basic admin commands for server management. This page lists the known commands available in the current Early Access build.

> 📝 **Note:** StarRupture is in Early Access and the console command system is limited. More commands are expected in future updates.

Admin Commands [#admin-commands]

These commands can be used by server administrators:

| Command             | Description                               |
| ------------------- | ----------------------------------------- |
| `/kick [username]`  | Remove a player from the server           |
| `/ban [username]`   | Permanently ban a player from joining     |
| `/unban [username]` | Remove a ban and allow a player to rejoin |

Using Commands [#using-commands]

<div className="fd-steps">
  <div className="fd-step">
    Open the Chat [#1-open-the-chat]

    Press **Enter** or **T** to open the in-game chat window.
  </div>

  <div className="fd-step">
    Type the Command [#2-type-the-command]

    Enter the command with the appropriate parameters. For example:

    ```
    /kick PlayerName
    ```
  </div>

  <div className="fd-step">
    Press Enter [#3-press-enter]

    Press **Enter** to execute the command. You should see a confirmation in the chat.

    > ⚠️ **Warning:** Command availability may vary between game versions. If a command doesn't work, check the latest StarRupture patch notes for changes.

    > 💡 **Tip:** For a more permanent solution to problem players, use `/ban` instead of `/kick`. Kicked players can immediately rejoin, while banned players are blocked until unbanned.
  </div>
</div>
