Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtoensing/docker-minecraft-bedrock-server
Starts a Minecraft BEDROCK Server (PE Pocket Edition) for iOS, iPhone, iPad, XBOX and Windows.
https://github.com/mtoensing/docker-minecraft-bedrock-server
Last synced: 17 days ago
JSON representation
Starts a Minecraft BEDROCK Server (PE Pocket Edition) for iOS, iPhone, iPad, XBOX and Windows.
- Host: GitHub
- URL: https://github.com/mtoensing/docker-minecraft-bedrock-server
- Owner: mtoensing
- License: mit
- Created: 2019-04-22T17:27:32.000Z (over 5 years ago)
- Default Branch: latest
- Last Pushed: 2024-12-04T18:04:00.000Z (about 1 month ago)
- Last Synced: 2024-12-04T18:41:55.956Z (about 1 month ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/marctv/minecraft-bedrock-server
- Size: 69.7 MB
- Stars: 56
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Bedrock Server Docker Image
![](https://img.shields.io/github/license/mtoensing/Docker-Minecraft-Bedrock-Server.svg)
![](https://img.shields.io/github/stars/mtoensing/Docker-Minecraft-Bedrock-Server)
![](https://img.shields.io/docker/v/marctv/minecraft-bedrock-server/latest?label=latest)
![](https://img.shields.io/docker/stars/marctv/minecraft-bedrock-server.svg)
![](https://img.shields.io/docker/pulls/marctv/minecraft-bedrock-server.svg)
![](https://img.shields.io/docker/image-size/marctv/minecraft-bedrock-server.svg)* Always up-to-date.
* YouTube Video Tutorial https://youtu.be/jbyuWkF0RNQ
* Tutorial (german) https://marc.tv/anleitung-minecraft-bedrock-server-auf-einem-synology-nas/
* GitHub https://github.com/mtoensing/Docker-Minecraft-Bedrock-Server
* Support https://github.com/mtoensing/Docker-Minecraft-Bedrock-Server/issues# How do I update the container?
* Re-download the image from the docker
* Stop the container
* Clear the container
* Start the container## Video: How to install the BEDROCK Server on a Synology NAS
[![Watch the video](https://img.youtube.com/vi/jbyuWkF0RNQ/maxresdefault.jpg)](https://youtu.be/jbyuWkF0RNQ)
https://youtu.be/jbyuWkF0RNQ## Volumes
**Worlds**
* **Local folder:** /volume1/docker/bedrockserver/worlds
* **Mount path:** /bedrock-server/worlds## Port Settings
| Port | Type | Protocol |
|-------|------|----------|
| 19132 | IPv4 | TCP |
| 19132 | IPv4 | UDP |
| 19133 | IPv6 | TCP |
| 19133 | IPv6 | UDP |Open these ports of the local ip of your NAS to the internet in your router. Consult the manual of your router for this.
![Correct local and container ports](https://marc.tv/media/2020/01/bedrock-port.jpg "Correct local and container ports")
### Persistent Configuration
To persist the configuration, you have to add them locally on your NAS
and mount these files and folders in the container.![Correct local and container paths](https://marc.tv/media/2019/04/bedrock-server-properties.jpg "Correct local and container paths")
Download these files and place them in the parent folder of your bedrock docker folder. e.g.
* [Example server.properties file](https://raw.githubusercontent.com/mtoensing/Docker-Minecraft-Bedrock-Server/master/server.properties)
* [Example allowlist.json file](https://raw.githubusercontent.com/mtoensing/Docker-Minecraft-Bedrock-Server/master/allowlist.json)
* [Example permissions.json file](https://raw.githubusercontent.com/mtoensing/Docker-Minecraft-Bedrock-Server/master/permissions.json)| name | Local path | Container path |
|-------------------|-------------------------------------------------|-----------------------------------|
| worlds/ | /volume1/docker/bedrockserver/worlds/ | /bedrock-server/worlds/ |
| server.properties | /volume1/docker/bedrockserver/server.properties | /bedrock-server/server.properties |
| allowlist.json | /volume1/docker/bedrockserver/allowlist.json | /bedrock-server/allowlist.json |
| permissions.json | /volume1/docker/bedrockserver/permissions.json | /bedrock-server/permissions.json |You can edit the `server.properties` on you NAS directly after you shut down the server.
You can edit specific options like gamemode (creative or survival) or enable the allowlist.
The later is highly recommended if you plan to open the ports to the internet.## Add someone to the allowlist and grant user admin rights
You can enter commands in terminal on Synology on your Docker Container. Add users to the allowlist and do not edit the `allowlist.json` manually:
**allowlist add [xbox playername]**
e.g. `allowlist add MarcTV`
**op [xbox playername]**
e.g. `op MarcTV`
This only works if the user is online.
![Terminal in Bedrock](https://marc.tv/media/2020/01/bedrock-terminal.jpg "Terminal in Bedrock")