Xbox authentication is like the online-mode
for Java servers, but for Bedrock servers.
If it is set to true then all connected players must be authenticated to Xbox Live.
Some Notes:
- Like on Minecraft Java servers, you can enable/disable on Bedrock Edition servers the
online-mode
through theserver.properties
file. - With this option, you can allow or deny Xbox, Minecraft Windows 10, or MCPE non-authenticated players from joining your server.
- Disabling this option is not recommended because your server will run in an insecure way.
Bedrock Dedicated
To turn off Xbox authentication for your Bedrock Dedicated server you need to:
- Log in to your Multicraft panel here and stop your server.
- Click on
Files
, then onConfig Files
.
- Click on
Server Settings
.
- Find the
online-mode
option, set it toDisabled
, and click onSave
at the bottom of the page.
- Start Your Server
You can now open your server by clicking the Start
button.
Now you just disabled the Xbox authentication for your Bedrock Dedicated server.
PocketMine and NukkitX
To turn off Xbox authentication for your PocketMine or NukkitX server you need to:
- Log in to your Multicraft panel here and stop your server.
- Click on
Files
, then onConfig Files
.
- Click on
Server Settings
.
- Find the
xbox-auth
option, set it tooff
, and click onSave
at the bottom of the page.
- Start Your Server
You can now open your server by clicking the Start
button.
Now you just disabled the Xbox authentication for your PocketMine or NukkitX server.