Add an admin/OP

To add yourself or another player admin (OP) you need to know its xuid (Xbox Live ID).
If you don't know the xuid here are the steps to follow:

  1. Signup on https://xboxapi.com/register and chose the free plan
  2. Validate your registration then click on "Signin to Xbox Live" 
  3. Once connected go to https://xapi.us/v2/xuid/GAMER_TAG and replace GAMER_TAG by the player's gamer tag

Its xuid should now be displayed, copy it.

Now to add an admin you need to edit your bedrock server permissions.json config file. To do so go to your game control panel > config files. 

Permissions.json looks like this:

[
{
"permission": "operator",
"xuid": "451298348"
},
{
"permission": "member",
"xuid": "52819329"
},
{
"permission": "visitor",
"xuid": "234114123"
}
]

To add an operator you can replace the xuid in bold or add a new section like this:

[
{
"permission": "operator",
"xuid": "VOTRE XUID ICI"
}, 
{
"permission": "operator",
"xuid": "451298348"
},
{
"permission": "member",
"xuid": "52819329"
},
{
"permission": "visitor",
"xuid": "234114123"
}
]


Save and restart server

  • 18 Users Found This Useful
Was this answer helpful?

Related Articles

How to install a mod on your bedrock server

Download the mod you wish to use. Install the mod behaviour and/or resource packs...

Connect to a minecraft Bedrock dedicated server from a gaming console

untested procedure for Switch:https://www.youtube.com/watch?v=zalT_oR1nPMIf you play...

Edit rules (friendly fire, etc)

To change the default settings such as friendly fire you will need to generate a world locally on...