Skip to content

Minecraft (Bedrock / Console Edition) Server in Docker on a Synology NAS

Please note if you are using DSM7.2 or higher you should use the Container Manager version of this guide from the menu.
This guide has reached the end of its updates as most people are now on the latest DSM update - This guide is correct as of 08/12/2023 however no further updates will be added.
UpdateDate
Due to an upstream issue/change the method to add people to the allow list has changed – guide updated to reflect this (See the compose and notes below)
Also added a new section on how to open up Remote Play using your own address.
20/08/2023
Historic updates now at the end of the guide.

In this guide I am going to take you through the steps to get a Minecraft Bedrock server up and running in Docker on a Synology NAS.

What is the Bedrock Edition?

The Bedrock edition is the version used by all consoles such as the Nintendo Switch, Android, iPhone, and the Windows store edition. If you are looking for a JAVA edition see my other guide.

In order for you to successfully use this guide please complete the two additional steps below

Downloading the Container

Open up Docker within DSM and navigate to the ‘Registry’ tab and search for ITZG in the keyword box.

Within the results right click and download the ‘ITZG|Minecraft-Bedrock-Server’, When it asks which version number to download select ‘Latest’

Setting up the container

Now we have downloaded the container and got hold of our user IDs we can move onto the next stage.

Go back into Docker and click on the ‘Image’ tab, in the list of your containers select the ITZG minecraft bedrock server, and click on ‘Launch’

You will be greeted with the Network screen, we will be using the bridge network, this allows us to specify the ports we want to use.

Next you will be greeted with the General Settings screen, this is where you can start specifying some of your preferences.

You can change the name of the container to anything you like, and you may want to enable Auto Restart as this will ensure the server starts automatically if you reboot your NAS.

We won’t be change any of the other settings.

Next up we are going to click on the ‘Advanced Settings’ button, this will take you to a new window with a number of tabs which we are going to work through.

Environment

We are now going to set up the specific options for the server some of these will be set based on your preference.

Add each of the values below by clicking the ‘Add’ button at the top of the screen and then entering each of the values below.

These are the minimum settings I would use, you can see a full list on ITZG’s GitHub including how to give permissions to your users. Take note that some items are UPPERCASE and some are lowercase. This is how they should be set.

VariableValueComment/options
UIDYOURUIDUID you obtained earlier
GIDYOURGIDGID you obtained earlier
EULAtrueThis accepts the Minecraft EULA, without this the server will not run
VERSIONlatestThis keeps the server updated to the latest release.
You can also change this to a specific version such as 1.18.10 which is useful if Microsoft updates the server version before releasing new clients!
SERVER_NAMEGive your server a name
SERVER_PORT19132don’t change this
GAMEMODEcreative, survival, adventure
DIFFICULTYpeaceful, easy, normal, hard
ONLINE_MODEtrue or false (true will require you to be signed in to Xbox Live when playing)
OPSyourxuidIn order to get your xuid you will need to visit this site enter your xbox/microsoft gamertag and select decimal (DEC) in the options
WHITE_LISTtrue / falsesee the section further on in the guide for the steps to add people to the White List

You do not need to set up anything on these tabs.

Press ‘Save’ to go back to the initial setup screen, then press ‘Next’

Port Settings

On this screen enter 19132 in the left-hand side of the page in the Local Port section and then click Next

Volume Settings

We can now specify the directory where Minecraft will store its configuration files.

Click on Add Folder, click on the docker folder and create a new sub-folder called ‘minecraftbedrock’ select this folder and click ‘select’

Now we need to specify where this folder will be mounted inside the container. As per the screenshot/table below, enter /data into the ‘Mount path’.

File/FolderMount path
docker/minecraftbedrock/data

Click on Next and you will be taken to an overall summary screen, just do a quick sanity check to make sure they are correct. If you want to launch the server immediately check the box and click on Done.

Adding People to the White List

We can now add additional people to the White List otherwise you will get errors when they attempt to connect

Open up Docker and within the Container list select the Bedrock Server and click Details.

On the Terminal that appears type allowlist add then the exact name of the Friend you want to add including any Capital letters and press Enter.

Connecting to the Server

There are two ways to connect to the server, either via the Friends tab or by adding it manually to the Servers tab in Minecraft. Using your NAS IP:19132

(Optional Extra for Remote Play)

So your friends have an easy way to play remotely lets set up an address for them to connect to!

Before we start, make sure you have registered for a Synology Account as we are going to be using their DDNS service. https://account.synology.com/en-uk/register/

DDNS (Dynamic Domain Name System)

A DDNS address allows you to get external access to Minecraft via an address provided by Synology, this is useful on home internet connections where your ISP will change your IP address on a regular basis.

In the DSM Control panel go to ‘External Access’ and then to the ‘DDNS’ tab

Click on ‘Add’, then fill out the following sections.

SectionValue
Service ProviderSynology
HostnameThis will be the address used to identify your NAS so make it personal to you not specific to this guide.
minecraft.synology.me = BAD
myawesomenas.synology,me =GOOD
Email:Log into your Synology account
External Address (IPv4)This should be filled in automatically
External Address (IPv6)This should be filled in automatically if your ISP is using IPv6
Get a Cert from Let’s EncryptTick this box
Enable HeartbeatTick this box

Now press OK, DSM will apply your settings. It can take a few moments to set up and the DSM interface will refresh. You will likely receive a certificate error which you will need to accept to get back into DSM.

The final step will be to forward port 19132 on your Router to your NAS IP. You will need to refer to your Routers manual on how to do this. As we are using the default Minecraft Bedrock port other players just need to use the address you set up to connect.

You are now all setup and ready to play…



Historic UpdatesDate
New guide released23/02/2022
DSM7.1 Update with new screenshots and steps27/05/2022
Added some other useful variables to get the basics setup on a server23/06/2022
Added new port settings and Docker Bridge Network23/07/2022
Compose version number removed and small wording amendments09/04/2023
Historic Updates

Buy Me a Coffee or a Beer

If you have found my site useful please consider pinging me a tip as it helps cover the cost of running things or just lets me get the odd beverage. Plus 10% goes to the devs of the apps I do guides for every year.

Published inGaming 7.1

89 Comments

  1. Joe Joe

    Thanks for the very easy to follow guide! I’m all set up, server is running, but I can’t figure out if the Server Address (when adding a server in Minecraft) needs to be my synology IP, or if I should use the bridge IP you instructed us to set up?

    I’m only looking to play locally, do I still need to port forward?

    Thank you again for the fantastic guide!

    • Dr_Frankenstein Dr_Frankenstein

      Hey no problem, just use your Synology ip address and it should connect immediately, no need for any port forwarding.

  2. Nate Nate

    These are great directions! I got it up and running, but when I copied my realms world over and put it on this server, I’m getting a ton of chunk errors in the world where I haven’t been yet. Every chunk is separate from its neighbors, which is very odd. oceans will just end in vertical lines. I don’t know what caused this. Any ideas how I can fix it? Thanks again for a great guide!

  3. Tom Stadward Tom Stadward

    My server starts then keeps stoppign and restarting with the following from the log…

    Permission denied
    unable to process behavior_packs/vanilla/entities/xp_bottle.json.
    checkdir error: cannot create behavior_packs
    Permission denied
    unable to process behavior_packs/vanilla/entities/zombie.json.
    checkdir error: cannot create behavior_packs
    Permission denied
    unable to process behavior_packs/vanilla/entities/zombie_horse.json.
    checkdir error: cannot create behavior_packs
    Permission denied
    unable to process behavior_packs/vanilla/entities/zombie_pigman.json.
    checkdir error: cannot create behavior_packs
    Permission denied
    unable to process behavior_packs/vanilla/entities/zombie_villager.json.
    checkdir error: cannot create behavior_packs
    Permission denied
    unable to process behavior_packs/vanilla/entities/zombie_villager_v2.json.
    checkdir error: cannot create behavior_packs
    Permission denied
    unable to process behavior_packs/vanilla/items/.

    • Dr_Frankenstein Dr_Frankenstein

      Hey – can you check that you have used the correct UID and GID in the Environment variables

      • Tom Stadward Tom Stadward

        I assumed those were the same as in the qbittorrent tutorial you’d done? they are working for that so I assume they are therefore correct?

        • Dr_Frankenstein Dr_Frankenstein

          Yes they should be the same – just make sure you have added them using the UID (4digit) / GID (100)

          If correct try deleting and recreating the folder using FileStation

          If that still doesn’t work remove the UID / GID variables and try to start the container without them, this container should autodetect the permissions of the folder.

        • Tom Stadward Tom Stadward

          Thanks. removing the UID and GID worked. strangely in the log my UID was then different than the id dockerlimited command gave me that works for your qbittorrent tutorial

          • Dr_Frankenstein Dr_Frankenstein

            Yeah it must have been a permissions issue in that case – good it’s working now!

    • Dr_Frankenstein Dr_Frankenstein

      Hey, you just connect your Minecraft Client e.g the Switch / Xbox / Windows version to this IP and Port

    • Dr_Frankenstein Dr_Frankenstein

      There is likely a setting in your Orbi that is opening its own WebUI to the internet side. Double check you have port 443 directly to your NAS IP – if it’s still not working ping me a message via the contact page.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

drfrankenstein.co.uk – writing Synology Docker Guides since 2016 – Join My Discord!