> For the complete documentation index, see [llms.txt](https://docs.rustplustwo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rustplustwo.com/chat-commands/administration.md).

# Administration

{% hint style="info" %}
All commands start with the prefix !, or your custom prefix.\
Inside usage arguments, "?" denotes an optional argument
{% endhint %}

#### auth

```
- Description: Grants/removes user access to commands.
- Usage: !auth <add|rem> <steam64>
- Example: !auth add 76561197960287930
- Tier: free
- Usable by: owner only
```

#### authlevel

```
- Description: Turns on/off auth checking. (Some commands remain owner only).
- Usage: !authlevel <true|false|1|0>
- Example: !authlevel true
- Tier: free
- Usable by: owner only
```
