Skip to content

dbb12345/minecraft-phantom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

minecraft-phantom

Run a minecraft phantom proxy in a Docker container.

Makes hosted Bedrock/MCPE servers show up as LAN servers, specifically for Xbox.

You can now play on remote servers (not Realms!) on your Xbox with friends.

This Dockerfile will download the phantom proxy release from GitHub

Here is a docker run command that run the proxy in the background and automatically restart

$ sudo docker run -it -d --name=minecraft-phantom\
    --net=host\
    --restart=unless-stopped\
    -e SERVER=[your_server_ip]:[your_server_port]
    nguyer/minecraft-phantom

Hopefully this is helpful to folks. Happy Minecrafting!

-- nguyer

About

Minecraft Phantom Proxy on Docker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%