https://github.com/billyb2/fly-minecraft-bedrock-server
An example config for running a Minecraft Bedrock server on fly.io
https://github.com/billyb2/fly-minecraft-bedrock-server
Last synced: 3 months ago
JSON representation
An example config for running a Minecraft Bedrock server on fly.io
- Host: GitHub
- URL: https://github.com/billyb2/fly-minecraft-bedrock-server
- Owner: billyb2
- Created: 2024-09-01T20:04:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T20:04:48.000Z (10 months ago)
- Last Synced: 2025-03-26T22:06:28.132Z (3 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fly.io Minecraft Bedrock Server
## How to Run
Change up the app name in `fly.toml`, then run `fly launch --depot` to create the app. The default options are fine. To make changes to the server, run `fly deploy --depot`.## Why is this necessary?
You need to bind to fly-global-services to connect to UDP apps. The Minecraft Bedrock docker image doesn't support setting an IP address, so we need to use socat to proxy UDP traffic back and forthEnjoy the fruits of my DuckDuckGo-ing_