# OP settings

To give/remove OP to a player on your Minecraft server, follow these steps:

1. Navigate to the Console section;
2. If you want to give OP to a player, execute this command in the console:&#x20;

```
op <player_username>
```

3. If you want to remove OP from a player, execute this command in the console:

```
deop <player_username>
```

{% hint style="info" %}
Replace `<player_username>` with the player's username.
{% endhint %}
