A simple tool that broadcasts an existing Geyser/Bedrock server over Xbox Live.
This shows up to the authenticated accounts friends in-game as a joinable session and then anyone thats friends with someone who joined through that method will also see the session as joinable ingame.
You use this project at your own risk, the contributors are not responsible for any damage or loss caused by the software. We suggest you use an alt account for running the tool in case the account is banned as we emulate some features of a client which may or may not be against TOS.
- Syncing of MOTD and other server details
- Automatic friend list management
- Easy Geyser integration (as an extension)
- Shows as online and playing Minecraft in the Xbox app and website
- Multi-account support
- Web manager for larger networks
There is an egg for easy instance creation supplied for Pterodactyl Panel, this being egg-m-c-xbox-broadcast.json
There is a docker image available for the standalone version of the tool, this can be found at ghcr.io/mcxboxbroadcast/standalone:latest
docker run --rm -it -v /path/to/config:/opt/app/config ghcr.io/mcxboxbroadcast/standalone:latest
- Download the latest release file
MCXboxBroadcastExtension.jar
- Drop the extension into the Geyser
extensions
folder - Restart the server
- Wait for the extension to start and present you with an authentication code
To sign in, use a web browser to open the page https://www.microsoft.com/link and enter the code XXXXXXXX to authenticate.
- Follow the link and enter the code
- Login to the account you want to use
- Follow the account on Xbox LIVE
- Check the friends tab ingame and you should see the server listed
- Download the latest release file
MCXboxBroadcastStandalone.jar
- Start the jar file using
java -jar MCXboxBroadcastStandalone.jar
- Wait for the extension to start and present you with an authentication code
To sign in, use a web browser to open the page https://www.microsoft.com/link and enter the code XXXXXXXX to authenticate.
- Follow the link and enter the code
- Login to the account you want to use
- Follow the account on Xbox LIVE
- Edit the
config.yml
to have the correct ip and port for the target server - Restart the tool
- Check the friends tab ingame and you should see the server listed
There is a web manager available for donators. After joining the relevent GitHub sponsors tier you will be able to access its builds at https://github.com/MCXboxBroadcast/Manager/releases
Note: This also requires a MongoDB instance to be running
For the extension version prefix with /mcxboxbroadcast
Command | Description |
---|---|
exit (Standalone Only) |
Exits the program |
restart |
Restarts the tool |
dumpsession |
Dumps the current session data to files for debugging |
accounts list |
Lists the accounts that are currently in use and their followers count |
accounts add <sub-session-id> |
Adds an account to the list of accounts to use |
accounts remove <sub-session-id> |
Removes an account from the list of accounts to use |