# How to add player to Crime Admin

* Navigate to `config/MainConfig.lua`.
* Find the section `Config.AdminPanelPlayers`.
* Open **TXAdmin** and select the player you want to grant permissions to.
* Click on the **"IDs"** option.
* Copy one of the available identifiers.
* Paste the identifier into `Config.AdminPanelPlayers` in the config file.
  * **Remember to add a comma (`,`) at the end of each line.**

```lua
Config.AdminPanelPlayers = {
    ['steam:110000118d2c0db'] = true,
    ['discord:571105311251890186'] = true,
}
```

<figure><img src="https://36113860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1vEl4u37HzsUUsBP0oWM%2Fuploads%2FaT0pzsv33rRbn2Ml4OaS%2Fimage.png?alt=media&#x26;token=b08db30a-b9a8-45e7-ad71-7faa7a15153a" alt=""><figcaption></figcaption></figure>
