# How to Become Admin & Use Commands on Your Conan Exiles Server (/docs/conan-exiles/admin-setup)



import { Step, Steps } from 'fumadocs-ui/components/steps';

Setting the Admin Password [#setting-the-admin-password]

In `ServerSettings.ini`:

```ini
AdminPassword=YourPassword
```

No special characters — alphanumeric only.

Becoming Admin In-Game [#becoming-admin-in-game]

<Steps>
  <Step>
    Press **Escape** → **Settings** → **Server Settings**.
  </Step>

  <Step>
    Enter the admin password.
  </Step>

  <Step>
    Click **Make Me Admin**. "Admin Rights Granted" appears in the top-right.
  </Step>

  <Step>
    The **Admin Panel** is now available from the Escape menu.
  </Step>
</Steps>

Admin Panel [#admin-panel]

The Admin Panel is a full GUI for:

* Spawning any item, creature, thrall, or enemy
* Editing character stats
* Teleportation
* Weather and time control
* Server settings adjustment

Console Commands [#console-commands]

Press **`~`** (tilde) to open the console. Commands are **not case-sensitive**.

Movement & Cheats [#movement--cheats]

| Command        | Description               |
| -------------- | ------------------------- |
| `God`          | Toggle invincibility      |
| `Fly`          | Toggle flight             |
| `Ghost`        | Toggle noclip             |
| `Walk`         | Return to normal movement |
| `Invisibility` | Become invisible          |
| `Cloak`        | NPCs can't detect you     |
| `NoSprintCost` | Infinite sprint stamina   |

Spawning & Items [#spawning--items]

| Command                | Description                    |
| ---------------------- | ------------------------------ |
| `SpawnItem <ID> <qty>` | Spawn items                    |
| `DestroyTarget`        | Destroy what you're looking at |
| `DamageTarget <value>` | Damage targeted object         |

Teleportation [#teleportation]

| Command                      | Description             |
| ---------------------------- | ----------------------- |
| `Teleport`                   | Teleport to crosshair   |
| `TeleportPlayer <x> <y> <z>` | Teleport to coordinates |
| `TeleportToPlayer <name>`    | Teleport to a player    |
| `SummonPlayer <name>`        | Bring a player to you   |

Server Management [#server-management]

| Command                              | Description                        |
| ------------------------------------ | ---------------------------------- |
| `BroadcastMessage <msg>`             | Message all online players         |
| `GetServerHealth`                    | Server performance stats           |
| `GetAllServerSettings`               | List all current settings          |
| `SetServerSetting <setting> <value>` | Change a setting live              |
| `ToggleDebugHUD`                     | Show coordinates, ping, server FPS |

Related Guides [#related-guides]

* [Server Configuration](/docs/conan-exiles/server-config)
* [RCON Setup](/docs/conan-exiles/rcon-setup)
