Minecraft Wiki
m (No more IRC bot)
Jr Mime (talk | contribs)
(cleanup)
Tag: Undo
 
(155 intermediate revisions by 57 users not shown)
Line 1: Line 1:
 
{{exclusive|bedrock}}
 
{{exclusive|bedrock}}
  +
[[File:Bedrock Dedicated Server Icon.png|thumb|Icon for Bedrock Dedicated Server]]
'''Bedrock Dedicated Servers''' allow ''Minecraft'' players on Windows and Linux computers to set up their own server at home, or host their server using a cloud-based service.<ref>[https://help.minecraft.net/hc/en-us/articles/360035131651-Dedicated-Servers-for-Minecraft-on-Bedrock- Dedicated Servers for Minecraft on Bedrock]. <i>Minecraft Help Center</i>. Retrieved 2020-05-30.</ref> This is in its early development stages, so as with any early release software, it may have severe issues. Due to this support may be stopped at any time.
 
  +
'''Bedrock Dedicated Servers''' allow ''Minecraft'' players on Windows and Linux computers to set up their own server at home, or host their server using a cloud-based service. This is in its early development stages, so as with any early release software, it may have severe issues. Due to this, support may be stopped at any time.
   
 
== Configuration ==
 
== Configuration ==
 
{{main|server.properties}}
 
{{main|server.properties}}
BDS is a server hosting tool similar to the Java Edition [[server]]. Like Java Edition, there is a {{cd|server.properties}} and {{cd|whitelist.json}} file. Instead of {{cd|ops.json}}, permissions are stored in the {{cd|permissions.json}} file. [[Resource pack|Resource]] and [[Behavior packs|behavior]] packs are in the {{cd|resource_packs}} and {{cd|behavior_packs}} directories. JSON files in the world directory set packs to be used, Minecraft clients generate them and can be uploaded to the server. Worlds are in a new world directory.
+
BDS is a server hosting tool similar to the ''Java Edition'' [[server]]. Like ''Java Edition'', there is a {{cd|server.properties}} and {{cd|allowlist.json}} file. Instead of {{cd|ops.json}}, permissions are stored in the {{cd|permissions.json}} file. [[Resource pack|Resource]] and [[Behavior packs|behavior]] packs are in the {{cd|resource_packs}} and {{cd|behavior_packs}} directories. JSON files in the world directory set packs to be used, ''Minecraft'' clients generate them and can be uploaded to the server. Worlds are in a new world directory.
  +
  +
== System Requirements ==
  +
;Operating Systems
  +
:Windows 10 (any edition), Windows Server 2016 (tested and works as of 10/2021), Ubuntu >= 20.04
  +
:''There is no official documentation on what the minimum or recommended system requirements are for running a bedrock server. These are assumptions based on running the server on a Windows machine and checking the resource usage.''
  +
  +
;Processor
  +
:A minimum of a dual core CPU. Highly recommended to have a quad-core x86/64 bit processor that can run at least 3 GHz or higher, Intel i5 Ivy Bridge processor or newer, AMD FX-4100 or higher.
  +
  +
;Memory
  +
:'''On Windows 10 or Server''', 6 GB of memory minimum for the '''operating system''' and the '''server'''. May require more memory with more than 10 players at the same time. Generally Bedrock Edition does not seem to be as memory hungry as ''Java Edition''. Unlike with ''Java Edition'', there does not seem to be a way to dedicate memory specifically to the Minecraft server as of November 2021.
  +
  +
;Internet Speed
  +
:You should have an upload speed of 5 Mbits per second to 10 players and 10 Mbits per second download. A DSL connection will likely not have the bandwidth to run server over the internet. However, if you want to run your server locally then you could do that.
  +
  +
;Network
  +
:Your server should be connected to your router using an ethernet connection. You should avoid using Wi-Fi to connect your server to your router. 100 Mbit ethernet is acceptable. Gigabit LAN is not required.
  +
:You will need to set your network as a static IP address. Your server should not be connected to your home network using DHCP unless you have mapped the address on your router. You will also need to forward the port listed below to your dedicated server. This is another reason why you want to make sure you have a static IP on the device or a static mapping on your router.
   
 
== Connection ==
 
== Connection ==
 
{{seealso|Bedrock_Edition#Platform_differences}}
 
{{seealso|Bedrock_Edition#Platform_differences}}
BDS allows users to connect except the Nintendo Switch. Xbox One users can only connect through a LAN connection. BDS uses UDP, unlike Java Edition which uses TCP. The default port for IPv4 is 19132, the default port for IPv6 is 19133; These can be changed in {{cd|server.properties}}.
+
Xbox One, PlayStation 4 and Nintendo Switch users can only connect though a custom DNS or a LAN connection. To connect with a custom DNS to a Java server, you'll need an additional step. Besides the account on your respective console, you also require a separate Minecraft Java account. Essentially, this means that you need to have two accounts: one for your console and one for Minecraft Java edition. BDS uses UDP, unlike ''Java Edition'' which uses TCP. The default port for IPv4 is 19132, the default port for IPv6 is 19133; these can be changed in {{cd|server.properties}}.
   
By default, Minecraft for Windows 10 does not support connections to a server hosted on the same machine (where you connect via {{cd|127.0.0.1/localhost}}). To fix this you must launch Windows PowerShell as an administrator and run the following:<ref>[https://pmmp.readthedocs.io/en/rtfd/faq/connecting/win10localhostcantconnect.html Can't connect to localhost Win10 server with Minecraft Win10 Edition]</ref><syntaxhighlight lang="powershell">
+
By default, Minecraft for Windows 10 does not support connections to a server hosted on the same machine (where you connect via {{cd|127.0.0.1/localhost}}). To fix this, you must launch Windows PowerShell or cmd as an administrator and run the following:<ref>[https://pmmp.readthedocs.io/en/rtfd/faq/connecting/win10localhostcantconnect.html Can't connect to localhost Win10 server with Minecraft Win10 Edition]</ref><syntaxhighlight lang="powershell">
 
CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"
 
CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"
 
</syntaxhighlight>
 
</syntaxhighlight>
Alternatively, you can grant loopback exemption by Security Identifier (as recommended in <code>bedrock_server_how_to.html</code> file bundled with the server download). Launch PowerShell as an administrator and run the following:<ref>[https://www.reddit.com/user/ProfessorValko/comments/9f438p/bedrock_dedicated_server_tutorial/ Bedrock Dedicated Server Tutorial]</ref><syntaxhighlight lang="powershell">
+
Alternatively, you can grant loopback exemption by Security Identifier (as recommended in the <code>bedrock_server_how_to.html</code> file bundled with the server download). Launch PowerShell or cmd as an administrator and run the following:<ref>[https://www.reddit.com/user/ProfessorValko/comments/9f438p/bedrock_dedicated_server_tutorial/ Bedrock Dedicated Server Tutorial]</ref><syntaxhighlight lang="powershell">
 
CheckNetIsolation LoopbackExempt -a -p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436
 
CheckNetIsolation LoopbackExempt -a -p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436
 
</syntaxhighlight>
 
</syntaxhighlight>
   
==Whitelist ==
+
== Whitelist ==
 
To use the whitelist, it needs to be enabled in {{cd|[[server.properties]]}}. When enabled, the server will only allow selected users to connect, and you will need to know the Xbox Live gamertag and (optionally) XUID<ref>[https://docs.microsoft.com/en-us/gaming/xbox-live/test-release/tools/live-xbox-live-account-tool Xbox Live Account tool (XboxLiveAccountTool.exe)]</ref> of all players who want to join the server; players without an Xbox Live gamertag will not be able to connect. If your server is public and you do not enable the whitelist, you will not be able to ban players from the server.
 
To use the whitelist, it needs to be enabled in {{cd|[[server.properties]]}}. When enabled, the server will only allow selected users to connect, and you will need to know the Xbox Live gamertag and (optionally) XUID<ref>[https://docs.microsoft.com/en-us/gaming/xbox-live/test-release/tools/live-xbox-live-account-tool Xbox Live Account tool (XboxLiveAccountTool.exe)]</ref> of all players who want to join the server; players without an Xbox Live gamertag will not be able to connect. If your server is public and you do not enable the whitelist, you will not be able to ban players from the server.
   
To learn more about whitelisting, check out the <code>bedrock_server_how_to.html</code> file bundled with the server download). If you are having trouble with player behavior on a server that you own, whitelisting may be a good way to solve the issue.
+
To learn more about whitelisting, check out the <code>bedrock_server_how_to.html</code> file bundled with the server download. If you are having trouble with player behavior on a server that you own, whitelisting may be a good way to solve the issue.
   
  +
== Community Resources ==
==Startup and maintenance scripts==
 
 
{{disclaimer|section}}
 
{{disclaimer|section}}
   
  +
=== Plugin Support software ===
  +
[https://github.com/LiteLDev/LiteLoaderBDS LiteLoaderBDS] is an unofficial plugin loader that provides basic API support for Bedrock Dedicated Server, with a massive API, lots of packed utility interfaces, a rich event system and powerful basic interface support. With LiteLoaderBDS and plugins, it is easy to extend the functionality of BDS, the associated development is easy to learn, and the development approach is flexible.
  +
  +
[https://github.com/bdsx/bdsx BDSX] is a modification of Minecraft Bedrock Dedicated Server, supporting node.js. Because it is based on the offical BDS software, it includes all the features of vanilla ''Minecraft'', but includes other features as well, such as hooking functions and packets to change behavior.
  +
  +
=== Startup and maintenance scripts ===
 
*[https://github.com/chegele/BDSAddonInstaller BDSAddonInstaller] A node.js tool used for automatically installing, updating, and uninstalling addons/packs.
 
*[https://github.com/chegele/BDSAddonInstaller BDSAddonInstaller] A node.js tool used for automatically installing, updating, and uninstalling addons/packs.
*[https://github.com/TapeWerm/MCscripts MCscripts] systemd units, bash scripts, and chat bots for backups, automatic updates, installation, and shutdown warnings
+
*[https://github.com/TapeWerm/MCscripts MCscripts] systemd units and scripts for backups, automatic updates, and posting logs to chat bots
 
*[https://github.com/TheRemote/MinecraftBedrockServer MinecraftBedrockServer] Sets up a Minecraft Bedrock dedicated server on Ubuntu / Debian / Raspbian / Armbian with options for automatic updates, backups and running automatically at startup
 
*[https://github.com/TheRemote/MinecraftBedrockServer MinecraftBedrockServer] Sets up a Minecraft Bedrock dedicated server on Ubuntu / Debian / Raspbian / Armbian with options for automatic updates, backups and running automatically at startup
*[https://foxynotail.com/mcbeplay/ MCBEPlay] MCBEPlay is primarily a Windows 10 GUI for the official BDS System, that enables you to control and manage your Minecraft Bedrock Edition Server with little to no knowledge of server systems. It also has automatic backups, can save automatically, and has auto restarts.
+
*[https://foxynotail.com/software/mcbe-play/ MCBEPlay] MCBEPlay is primarily a Windows 10 GUI for the official BDS System, that enables you to control and manage your Minecraft Bedrock Edition Server with little to no knowledge of server systems. It also has automatic backups, can save automatically, and has auto restarts.
 
* [https://github.com/Bannini/WinMSSScripts WinMSSScripts] WinMSSScripts is a basic batch file to help create maintain backups of your worlds and log files as you run the official BDS System on Windows systems.
 
* [https://github.com/Bannini/WinMSSScripts WinMSSScripts] WinMSSScripts is a basic batch file to help create maintain backups of your worlds and log files as you run the official BDS System on Windows systems.
  +
* [https://hub.docker.com/r/tchorwat/bedrock-in-docker bedrock-in-docker] Docker image for install, update, backup&restore and run the Minecraft Bedrock server.
  +
*[https://github.com/ColinLabDev/MC-BDS-PWSH MC-BDS-PWSH] Updates Minecraft Bedrock Dedicated Server with PowerShell.
   
==Issues==
+
== Download ==
  +
=== Release versions ===
Since this server software is still in Alpha phase, it still lacks many things from Java Edition:<ref group=feedback>https://feedback.minecraft.net/hc/en-us/community/posts/360059965732-Expand-Bedrock-Dedicated-Server-BDS-Configuration-Customization-Options</ref>
 
  +
{| class="mw-collapsible mw-collapsed wikitable"
  +
! colspan=3 | Download
  +
|-
  +
!1.6.0.15
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.6.0.15.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.6.0.15.zip Ubuntu]
  +
|-
  +
!1.6.1.0
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.6.1.0.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.6.1.0.zip Ubuntu]
  +
|-
  +
!1.7.0.13
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.7.0.13.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.7.0.13.zip Ubuntu]
  +
|-
  +
!1.8.0.24
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.8.0.24.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.8.0.24.zip Ubuntu]
  +
|-
  +
!1.8.1.2
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.8.1.2.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.8.1.2.zip Ubuntu]
  +
|-
  +
!1.9.0.15
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.9.0.15.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.9.0.15.zip Ubuntu]
  +
|-
  +
!1.10.0.7
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.10.0.7.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.10.0.7.zip Ubuntu]
  +
|-
  +
!1.11.0.23
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.11.0.23.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.11.0.23.zip Ubuntu]
  +
|-
  +
!1.11.1.2
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.11.1.2.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.11.1.2.zip Ubuntu]
  +
|-
  +
!1.11.2.1
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.11.2.1.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.11.2.1.zip Ubuntu]
  +
|-
  +
!1.11.4.2
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.11.4.2.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.11.4.2.zip Ubuntu]
  +
|-
  +
!1.12.0.28
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.12.0.28.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.12.0.28.zip Ubuntu]
  +
|-
  +
!1.12.1.1
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.12.1.1.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.12.1.1.zip Ubuntu]
  +
|-
  +
!1.13.0.34
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.13.0.34.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.13.0.34.zip Ubuntu]
  +
|-
  +
!1.13.1.5
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.13.1.5.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.13.1.5.zip Ubuntu]
  +
|-
  +
!1.13.2.0
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.13.2.0.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.13.2.0.zip Ubuntu]
  +
|-
  +
!1.13.3.0
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.13.3.0.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.13.3.0.zip Ubuntu]
  +
|-
  +
!1.14.0.9
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.14.0.9.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.0.9.zip Ubuntu]
  +
|-
  +
!1.14.1.4
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.14.1.4.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.1.4.zip Ubuntu]
  +
|-
  +
!1.14.20.1
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.14.20.1.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.20.1.zip Ubuntu]
  +
|-
  +
!1.14.21.0
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.14.21.0.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.21.0.zip Ubuntu]
  +
|-
  +
!1.14.30.2
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.14.30.2.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.30.2.zip Ubuntu]
  +
|-
  +
!1.14.32.1
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.14.32.1.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.32.1.zip Ubuntu]
  +
|-
  +
!1.14.60.5
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.14.60.5.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.60.5.zip Ubuntu]
  +
|-
  +
!1.16.0.2
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.0.2.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.0.2.zip Ubuntu]
  +
|-
  +
!1.16.1.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.1.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.1.02.zip Ubuntu]
  +
|-
  +
!1.16.10.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.10.02.zip Windows]
  +
|
  +
|-
  +
!1.16.20.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.20.01.zip Windows]
  +
|
  +
|-
  +
!1.16.20.03
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.20.03.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.20.03.zip Ubuntu]
  +
|-
  +
!1.16.40.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.40.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.40.02.zip Ubuntu]
  +
|-
  +
!1.16.100.04
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.100.04.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.100.04.zip Ubuntu]
  +
|-
  +
!1.16.101.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.101.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.101.01.zip Ubuntu]
  +
|-
  +
!1.16.200.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.200.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.200.02.zip Ubuntu]
  +
|-
  +
!1.16.201.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.201.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.201.02.zip Ubuntu]
  +
|-
  +
!1.16.201.03
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.201.03.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.201.03.zip Ubuntu]
  +
|-
  +
!1.16.210.05
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.210.05.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.210.05.zip Linux]
  +
|-
  +
!1.16.210.06
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.210.06.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.210.06.zip Linux]
  +
|-
  +
! 1.16.220.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.220.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.220.02.zip Linux]
  +
|-
  +
! 1.16.221.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.16.221.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.221.01.zip Linux]
  +
|-
  +
!1.17.0.03
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.0.03.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.0.03.zip Linux]
  +
|-
  +
!1.17.1.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.1.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.1.01.zip Linux]
  +
|-
  +
!1.17.2.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.2.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.2.01.zip Linux]
  +
|-
  +
!1.17.10.04
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.10.04.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.10.04.zip Linux]
  +
|-
  +
!1.17.11.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.11.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.11.01.zip Linux]
  +
|-
  +
!1.17.30.04
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.30.04.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.30.04.zip Linux]
  +
|-
  +
!1.17.31.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.31.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.31.01.zip Linux]
  +
|-
  +
!1.17.32.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.32.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.32.02.zip Linux]
  +
|-
  +
!1.17.33.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.33.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.33.01.zip Linux]
  +
|-
  +
!1.17.34.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.34.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.34.02.zip Linux]
  +
|-
  +
!1.17.40.06
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.40.06.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.40.06.zip Linux]
  +
|-
  +
!1.17.41.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.17.41.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.17.41.01.zip Linux]
  +
|-
  +
!1.18.0.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.18.0.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.0.02.zip Linux]
  +
|-
  +
!1.18.1.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.18.1.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.1.02.zip Linux]
  +
|-
  +
!1.18.2.03
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.18.2.03.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.2.03.zip Linux]
  +
|-
  +
!1.18.11.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.18.11.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.11.01.zip Linux]
  +
|-
  +
!1.18.12.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.18.12.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.12.01.zip Linux]
  +
|-
  +
!1.18.30.04
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.18.30.04.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.30.04.zip Linux]
  +
|-
  +
!1.18.31.04
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.18.31.04.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.31.04.zip Linux]
  +
|-
  +
!1.18.32.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.18.32.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.32.02.zip Linux]
  +
|-
  +
!1.18.33.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.18.33.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.33.02.zip Linux]
  +
|-
  +
!1.19.10.20
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.10.20.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.10.20.zip Linux]
  +
|-
  +
!1.19.1.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.1.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.1.01.zip Linux]
  +
|-
  +
!1.19.2.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.2.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.2.02.zip Linux]
  +
|-
  +
!1.19.10.03
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.10.03.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.10.03.zip Linux]
  +
|-
  +
!1.19.11.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.11.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.11.01.zip Linux]
  +
|-
  +
!1.19.20.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.20.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.20.02.zip Linux]
  +
|-
  +
!1.19.21.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.21.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.21.01.zip Linux]
  +
|-
  +
!1.19.22.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.22.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.22.01.zip Linux]
  +
|-
  +
!1.19.30.04
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.30.04.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.30.04.zip Linux]
  +
|-
  +
!1.19.31.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.31.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.31.01.zip Linux]
  +
|-
  +
!1.19.40.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.40.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.40.02.zip Linux]
  +
|-
  +
!1.19.41.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.41.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.41.01.zip Linux]
  +
|-
  +
!1.19.50.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.50.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.50.02.zip Linux]
  +
|-
  +
!1.19.51.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.51.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.51.01.zip Linux]
  +
|-
  +
!1.19.52.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.52.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.52.01.zip Linux]
  +
|-
  +
!1.19.60.04
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.60.04.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.60.04.zip Linux]
  +
|-
  +
!1.19.61.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.61.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.61.01.zip Linux]
  +
|-
  +
!1.19.62.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.62.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.62.01.zip Linux]
  +
|-
  +
!1.19.63.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.63.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.63.01.zip Linux]
  +
|-
  +
!1.19.70.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.70.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.70.02.zip Linux]
  +
|-
  +
!1.19.71.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.71.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.71.02.zip Linux]
  +
|-
  +
!1.19.72.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.72.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.72.01.zip Linux]
  +
|-
  +
!1.19.73.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.73.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.73.02.zip Linux]
  +
|-
  +
!1.19.80.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.80.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.80.02.zip Linux]
  +
|-
  +
!1.19.81.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.81.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.81.01.zip Linux]
  +
|-
  +
!1.19.83.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.83.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.19.83.01.zip Linux]
  +
|-
  +
!1.20.0.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.0.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.0.01.zip Linux]
  +
|-
  +
!1.20.1.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.1.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.1.02.zip Linux]
  +
|-
  +
!1.20.10.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.10.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.10.01.zip Linux]
  +
|-
  +
!1.20.11.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.11.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.11.01.zip Linux]
  +
|-
  +
!1.20.12.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.12.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.12.01.zip Linux]
  +
|-
  +
!1.20.13.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.13.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.13.01.zip Linux]
  +
|-
  +
!1.20.14.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.14.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.14.01.zip Linux]
  +
|-
  +
!1.20.15.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.15.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.15.01.zip Linux]
  +
|-
  +
!1.20.30.02
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.30.02.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.30.02.zip Linux]
  +
|-
  +
!1.20.31.01
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.31.01.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.31.01.zip Linux]
  +
|-
  +
!1.20.32.03
  +
|[https://minecraft.azureedge.net/bin-win/bedrock-server-1.20.32.03.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.32.03.zip Linux]
  +
|}
  +
=== [[Minecraft Preview|Preview]] versions ===
  +
{| class="mw-collapsible mw-collapsed wikitable"
  +
! colspan=3 | Download
  +
|-
  +
!1.19.50.21
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.50.21.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.50.21.zip Linux]
  +
|-
  +
!1.19.50.24
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.50.24.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.50.24.zip Linux]
  +
|-
  +
!1.19.50.25
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.50.25.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.50.25.zip Linux]
  +
|-
  +
!1.19.60.20
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.60.20.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.60.20.zip Linux]
  +
|-
  +
!1.19.60.22
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.60.22.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.60.22.zip Linux]
  +
|-
  +
!1.19.60.23
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.60.23.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.60.23.zip Linux]
  +
|-
  +
!1.19.60.24
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.60.24.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.60.24.zip Linux]
  +
|-
  +
!1.19.60.25
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.60.25.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.60.25.zip Linux]
  +
|-
  +
!1.19.60.26
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.60.26.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.60.26.zip Linux]
  +
|-
  +
!1.19.60.27
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.60.27.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.60.27.zip Linux]
  +
|-
  +
!1.19.70.20
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.70.20.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.70.20.zip Linux]
  +
|-
  +
!1.19.70.21
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.70.21.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.70.21.zip Linux]
  +
|-
  +
!1.19.70.22
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.70.22.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.70.22.zip Linux]
  +
|-
  +
!1.19.70.23
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.70.23.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.70.23.zip Linux]
  +
|-
  +
!1.19.70.24
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.70.24.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.70.24.zip Linux]
  +
|-
  +
!1.19.70.26
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.70.26.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.70.26.zip Linux]
  +
|-
  +
!1.19.80.20
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.80.20.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.80.20.zip Linux]
  +
|-
  +
!1.19.80.21
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.80.21.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.80.21.zip Linux]
  +
|-
  +
!1.19.80.22
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.80.22.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.80.22.zip Linux]
  +
|-
  +
!1.19.80.23
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.80.23.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.80.23.zip Linux]
  +
|-
  +
!1.19.80.24
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.19.80.24.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.19.80.24.zip Linux]
  +
|-
  +
!1.20.0.20
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.0.20.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.0.20.zip Linux]
  +
|-
  +
!1.20.0.21
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.0.21.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.0.21.zip Linux]
  +
|-
  +
!1.20.0.22
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.0.22.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.0.22.zip Linux]
  +
|-
  +
!1.20.0.23
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.0.23.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.0.23.zip Linux]
  +
|-
  +
!1.20.0.24
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.0.24.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.0.24.zip Linux]
  +
|-
  +
!1.20.0.25
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.0.25.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.0.25.zip Linux]
  +
|-
  +
!1.20.10.20
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.10.20.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.10.20.zip Linux]
  +
|-
  +
!1.20.10.21
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.10.21.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.10.21.zip Linux]
  +
|-
  +
!1.20.10.23
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.10.23.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.10.23.zip Linux]
  +
|-
  +
!1.20.10.24
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.10.24.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.10.24.zip Linux]
  +
|-
  +
!1.20.20.20
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.20.20.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.20.20.zip Linux]
  +
|-
  +
!1.20.20.21
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.20.21.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.20.21.zip Linux]
  +
|-
  +
!1.20.20.22
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.20.22.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.20.22.zip Linux]
  +
|-
  +
!1.20.20.23
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.20.23.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.20.23.zip Linux]
  +
|-
  +
!1.20.30.20
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.30.20.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.30.20.zip Linux]
  +
|-
  +
!1.20.30.21
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.30.21.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.30.21.zip Linux]
  +
|-
  +
!1.20.30.22
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.30.22.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.30.22.zip Linux]
  +
|-
  +
!1.20.30.24
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.30.24.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.30.24.zip Linux]
  +
|-
  +
!1.20.30.25
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.30.25.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.30.25.zip Linux]
  +
|-
  +
!1.20.40.20
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.40.20.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.40.20.zip Linux]
  +
|-
  +
!1.20.40.21
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.40.21.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.40.21.zip Linux]
  +
|-
  +
!1.20.40.22
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.40.22.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.40.22.zip Linux]
  +
|-
  +
!1.20.40.23
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.40.23.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.40.23.zip Linux]
  +
|-
  +
!1.20.40.24
  +
|[https://minecraft.azureedge.net/bin-win-preview/bedrock-server-1.20.40.24.zip Windows]
  +
|[https://minecraft.azureedge.net/bin-linux-preview/bedrock-server-1.20.40.24.zip Linux]
  +
|}
   
  +
== Issues ==
*Server ignores default player permission level in {{cd|[[server.properties]]}}
 
  +
Since this server software is still in Alpha phase, therefore, it still lacks many built-in functions in the Java server, and there are many very serious problems:<ref group="feedback">https://feedback.minecraft.net/hc/en-us/community/posts/360059965732-Expand-Bedrock-Dedicated-Server-BDS-Configuration-Customization-Options</ref>
*{{cmd|reload}} for reloading to prevent crashes, similar to the one in Java Edition
 
*A [[command]] to transfer between different worlds, similar to Lifeboat's world transfer system
 
* A server invite system that allows Xbox One and Nintendo Switch users to connect, similar to [[Realms]]
 
*Running the server on other platforms, similar to Lifeboat's Steadfast 2 server software on MacOS
 
*Support for websocket server, similar to {{cmd|wsserver}}
 
*Experimental gameplay is not supported directly, need to use third-party applications to modify world
 
   
  +
* The {{cmd|reload}} command cannot reload the server like the Java server to prevent the server from crashing. As a result, the server needs to be restarted every time the server settings are readjusted, or plug-ins are added.
==History==
 
  +
* Doesn't have a server invite system that allows Xbox One and Nintendo Switch users to connect, similar to [[Realms]]
  +
* Can't run the server on other platforms
  +
* Support for websocket server, similar to {{cmd|wsserver}}
  +
* Add Remote console (RCON)
  +
* The server software has many item duplication bugs, and it is difficult to prevent players who cheat with third-party software from disturbing the server order without using third-party plugins. As BDS is a closed source server software, the cost of developing plug-ins is very high.
  +
* The performance of BDS is poor on some multi-core server CPUs with low clock speed. On the contrary, some high clock speed desktop CPUs with stronger single core performance are more suitable for running BDS.
  +
* In the case of high load (for example, a large number of entities accumulate / load complex chunks), sometimes the server suddenly has a very low CPU utilization, but the whole server is stuck.
  +
* In 1.19.80 and lower, there is a very serious exploit that allows for malicious users to log in as other people, and give themselves operator. It is highly recommended to not use any older versions in a production environment.
  +
  +
== History ==
 
'''The server follows the client's release cycle.'''<ref>https://discordapp.com/channels/302094807046684672/489043421072195585/489067565843349504</ref>
 
'''The server follows the client's release cycle.'''<ref>https://discordapp.com/channels/302094807046684672/489043421072195585/489067565843349504</ref>
 
{{History|bedrock}}
 
{{History|bedrock}}
  +
{{History||1.6.0.14|link=Bedrock Edition 1.6.0|An unreleased Bedrock Dedicated Server version has been shown.}}
 
{{History||1.6.1.0|link=Bedrock Edition 1.6.1|First public Bedrock Dedicated Server (BDS) release.<ref>https://twitter.com/Minecraft/status/1039527221835309058</ref><ref>https://twitter.com/jeb_/status/1039483667515625472</ref>
 
{{History||1.6.1.0|link=Bedrock Edition 1.6.1|First public Bedrock Dedicated Server (BDS) release.<ref>https://twitter.com/Minecraft/status/1039527221835309058</ref><ref>https://twitter.com/jeb_/status/1039483667515625472</ref>
 
| Includes a <code>bedrock_server_how_to.html</code> as a guide.
 
| Includes a <code>bedrock_server_how_to.html</code> as a guide.
Line 50: Line 658:
 
{{History||1.7.0.13|link=Bedrock Edition 1.7.0|Server software updated for [[Bedrock Edition 1.7.0]]}}
 
{{History||1.7.0.13|link=Bedrock Edition 1.7.0|Server software updated for [[Bedrock Edition 1.7.0]]}}
 
{{History||1.8.0.24|link=Bedrock Edition 1.8.0|Server software updated for [[Bedrock Edition 1.8.0]]
 
{{History||1.8.0.24|link=Bedrock Edition 1.8.0|Server software updated for [[Bedrock Edition 1.8.0]]
{{fixes|fixedin=1.8.0.24|project=BDS|prefix=Minecraft
+
{{fixes|fixedin=1.8.0.24|project=BDS
 
|104|Save hold/resume causing world size to increase quite a bit more than normal.
 
|104|Save hold/resume causing world size to increase quite a bit more than normal.
 
|198|save query does not work more than once per boot
 
|198|save query does not work more than once per boot
Line 73: Line 681:
 
{{History||1.14.21.0|link=Bedrock Edition 1.14.20|Unknown}}
 
{{History||1.14.21.0|link=Bedrock Edition 1.14.20|Unknown}}
 
{{History||1.14.30.2|link=Bedrock Edition 1.14.30|Server software updated for [[Bedrock Edition 1.14.30]]}}
 
{{History||1.14.30.2|link=Bedrock Edition 1.14.30|Server software updated for [[Bedrock Edition 1.14.30]]}}
{{History||1.14.32.1|link=Bedrock Edition 1.14.30|Fixed a bug {{Bug|BDS-1682}}.}}
+
{{History||1.14.32.1|link=Bedrock Edition 1.14.30|
  +
{{fixes|fixedin=1.14.32.1|project=BDS
  +
|1682|BDS CRASH
  +
|2772|Server crashes constantly
  +
|3245|PS4 player cannot authenticate to BDS LAN game when online-mode&equals;true
  +
|3357|/save command crashes server
  +
}}
  +
}}
 
{{History||1.14.60.5|link=Bedrock Edition 1.14.60|Server software updated for [[Bedrock Edition 1.14.60]]}}
 
{{History||1.14.60.5|link=Bedrock Edition 1.14.60|Server software updated for [[Bedrock Edition 1.14.60]]}}
 
{{History||1.16.0.2|link=Bedrock Edition 1.16.0|Server software updated for [[Bedrock Edition 1.16.0]]}}
 
{{History||1.16.0.2|link=Bedrock Edition 1.16.0|Server software updated for [[Bedrock Edition 1.16.0]]}}
Line 82: Line 697:
 
{{History||1.16.100.04|link=Bedrock Edition 1.16.100|Server software updated for [[Bedrock Edition 1.16.100]]}}
 
{{History||1.16.100.04|link=Bedrock Edition 1.16.100|Server software updated for [[Bedrock Edition 1.16.100]]}}
 
{{History||1.16.101.01|link=Bedrock Edition 1.16.101|Server software updated for [[Bedrock Edition 1.16.101]]}}
 
{{History||1.16.101.01|link=Bedrock Edition 1.16.101|Server software updated for [[Bedrock Edition 1.16.101]]}}
  +
{{History||1.16.200.02|link=Bedrock Edition 1.16.200|Server software updated for [[Bedrock Edition 1.16.200]]}}
  +
{{History||1.16.201.02|link=Bedrock Edition 1.16.201|Server software updated for [[Bedrock Edition 1.16.201]]}}
  +
{{History||1.16.201.03|link=Bedrock Edition 1.16.201|Fixed a bug {{bug|BDS-10666}}.}}
  +
{{History||1.16.210.05|link=Bedrock Edition 1.16.210|Server software updated for [[Bedrock Edition 1.16.210]]}}
  +
{{History||1.16.210.06|link=Bedrock Edition 1.16.210|Unknown}}
  +
{{History||1.16.220.02|link=Bedrock Edition 1.16.220|Server software updated for [[Bedrock Edition 1.16.220]] and removed libCrypto.so}}
  +
{{History||1.16.221.01|link=Bedrock Edition 1.16.221|Server software updated for [[Bedrock Edition 1.16.221]]}}
  +
{{History||1.17.0.03|link=Bedrock Edition 1.17.0|Server software updated for [[Bedrock Edition 1.17.0]]}}
  +
{{History||1.17.1.01|link=Bedrock Edition 1.17.1|Server software updated for [[Bedrock Edition 1.17.1]]}}
  +
{{History||1.17.2.01|link=Bedrock Edition 1.17.2|Server software updated for [[Bedrock Edition 1.17.2]]}}
  +
{{History||1.17.10.04|link=Bedrock Edition 1.17.10|Server software updated for [[Bedrock Edition 1.17.10]]}}
  +
{{History||1.17.11.01|link=Bedrock Edition 1.17.11|Server software updated for [[Bedrock Edition 1.17.11]]}}
  +
{{History||1.17.30.04|link=Bedrock Edition 1.17.30|Server software updated for [[Bedrock Edition 1.17.30]]}}
  +
{{History||1.17.31.01|link=Bedrock Edition 1.17.30|Unknown}}
  +
{{History||1.17.32.02|link=Bedrock Edition 1.17.32|Server software updated for [[Bedrock Edition 1.17.32]]}}
  +
{{History||1.17.33.01|link=Bedrock Edition 1.17.33|Server software updated for [[Bedrock Edition 1.17.33]]}}
  +
{{History||1.17.34.02|link=Bedrock Edition 1.17.34|Server software updated for [[Bedrock Edition 1.17.34]]}}
  +
{{History||1.17.40.06|link=Bedrock Edition 1.17.40|Server software updated for [[Bedrock Edition 1.17.40]]}}
  +
{{History||1.17.41.01|link=Bedrock Edition 1.17.41|Server software updated for [[Bedrock Edition 1.17.41]]}}
  +
{{History||1.18.0.02|link=Bedrock Edition 1.18.0|Server software updated for [[Bedrock Edition 1.18.0]]}}
  +
{{History||1.18.1.02|link=Bedrock Edition 1.18.1|Server software updated for [[Bedrock Edition 1.18.1]]}}
  +
{{History||1.18.2.03|link=Bedrock Edition 1.18.2|Server software updated for [[Bedrock Edition 1.18.2]]}}
  +
{{History||1.18.11.01|link=Bedrock Edition 1.18.10|Server software updated for [[Bedrock Edition 1.18.10]]}}
  +
{{History||1.18.12.01|link=Bedrock Edition 1.18.12|Server software updated for [[Bedrock Edition 1.18.12]]}}
  +
{{History||1.18.30.04|link=Bedrock Edition 1.18.30|Server software updated for [[Bedrock Edition 1.18.30]]}}
  +
{{History||1.18.31.04|link=Bedrock Edition 1.18.31|Server software updated for [[Bedrock Edition 1.18.31]]}}
  +
{{History||1.18.32.02|link=Bedrock Edition 1.18.32|Server software updated for [[Bedrock Edition 1.18.32]]}}
  +
{{History||1.18.33.02|link=Bedrock Edition 1.18.33|Server software updated for [[Bedrock Edition 1.18.33]]}}
  +
{{History||1.19.10.20|link=Bedrock Edition beta 1.19.10.20|The initial release of the server software for betas, the [[Bedrock Edition beta 1.19.10.20]].}}
  +
{{History||1.19.1.01|link=Bedrock Edition 1.19.0|Server software updated for [[Bedrock Edition 1.19.0]]}}
  +
{{History||1.19.2.02|link=Bedrock Edition 1.19.2|Server software updated for [[Bedrock Edition 1.19.2]]}}
  +
{{History||1.19.10.03|link=Bedrock Edition 1.19.10|Server software updated for [[Bedrock Edition 1.19.10]]}}
  +
{{History||1.19.11.01|link=Bedrock Edition 1.19.11|Server software updated for [[Bedrock Edition 1.19.11]]}}
  +
{{History||1.19.20.02|link=Bedrock Edition 1.19.20|Server software updated for [[Bedrock Edition 1.19.20]]}}
  +
{{History||1.19.21.01|link=Bedrock Edition 1.19.21|Server software updated for [[Bedrock Edition 1.19.21]]}}
  +
{{History||1.19.22.01|link=Bedrock Edition 1.19.22|Server software updated for [[Bedrock Edition 1.19.22]]}}
  +
{{History||1.19.30.04|link=Bedrock Edition 1.19.30|Server software updated for [[Bedrock Edition 1.19.30]]}}
  +
{{History||1.19.31.01|link=Bedrock Edition 1.19.31|Server software updated for [[Bedrock Edition 1.19.31]]}}
  +
{{History||1.19.50.21|link=Bedrock Edition beta 1.19.50.21|Server software (beta) updated for [[Bedrock Edition beta 1.19.50.21]]}}
  +
{{History||1.19.40.02|link=Bedrock Edition 1.19.40|Server software updated for [[Bedrock Edition 1.19.40]]}}
  +
{{History||1.19.41.01|link=Bedrock Edition 1.19.41|Server software updated for [[Bedrock Edition 1.19.41]]}}
  +
{{History||1.19.50.24|link=Bedrock Edition beta 1.19.50.24|Server software (beta) updated for [[Bedrock Edition beta 1.19.50.24]]}}
  +
{{History||1.19.50.25|link=Bedrock Edition beta 1.19.50.25|Server software (beta) updated for [[Bedrock Edition beta 1.19.50.25]]}}
  +
{{History||1.19.60.20|link=Bedrock Edition beta 1.19.60.20|Server software (beta) updated for [[Bedrock Edition beta 1.19.60.20]]}}
  +
{{History||1.19.50.02|link=Bedrock Edition 1.19.50|Server software updated for [[Bedrock Edition 1.19.50]]
  +
{{fixes|fixedin=1.19.50|project=BDS
  +
|1094|Additional IPv4 and IPv6 port opening upon starting server
  +
}}
  +
}}
  +
{{History||1.19.60.22|link=Bedrock Edition beta 1.19.60.22|Server software (beta) updated for [[Bedrock Edition beta 1.19.60.22]]}}
  +
{{History||1.19.60.23|link=Bedrock Edition beta 1.19.60.23|Server software (beta) updated for [[Bedrock Edition beta 1.19.60.23]]}}
  +
{{History||1.19.51.01|link=Bedrock Edition 1.19.51|Server software updated for [[Bedrock Edition 1.19.51]]}}
  +
{{History||1.19.60.24|link=Bedrock Edition beta 1.19.60.24|Server software (beta) updated for [[Bedrock Edition beta 1.19.60.24]]}}
  +
{{History||1.19.60.25|link=Bedrock Edition beta 1.19.60.25|Server software (beta) updated for [[Bedrock Edition beta 1.19.60.25]]}}
  +
{{History||1.19.60.26|link=Bedrock Edition beta 1.19.60.26|Server software (beta) updated for [[Bedrock Edition beta 1.19.60.26]]}}
  +
{{History||1.19.60.27|link=Bedrock Edition beta 1.19.60.27|Server software (beta) updated for [[Bedrock Edition beta 1.19.60.27]]}}
  +
{{History||1.19.70.20|link=Bedrock Edition beta 1.19.70.20|Server software (beta) updated for [[Bedrock Edition beta 1.19.70.20]]}}
  +
{{History||1.19.52.01|link=none|Server software updated.}}
  +
{{History||1.19.70.21|link=Bedrock Edition beta 1.19.70.21|Server software (beta) updated for [[Bedrock Edition beta 1.19.70.21]]}}
  +
{{History||1.19.60.04|link=Bedrock Edition 1.19.60|Server software updated for [[Bedrock Edition 1.19.60]]}}
  +
{{History||1.19.61.01|link=none|Server software updated.}}
  +
{{History||1.19.62.01|link=none|Server software updated.}}
  +
{{History||1.19.63.01|link=none|Server software updated.}}
  +
{{History||1.19.70.23|link=Bedrock Edition beta 1.19.70.23|Server software (beta) updated for [[Bedrock Edition beta 1.19.70.23]]}}
  +
{{History||1.19.70.24|link=Bedrock Edition beta 1.19.70.24|Server software (beta) updated for [[Bedrock Edition beta 1.19.70.24]]}}
  +
{{History||1.19.70.26|link=Bedrock Edition beta 1.19.70.26|Server software (beta) updated for [[Bedrock Edition beta 1.19.70.26]]}}
  +
{{History||1.19.80.20|link=Bedrock Edition beta 1.19.80.20|Server software (beta) updated for [[Bedrock Edition beta 1.19.80.20]]}}
  +
{{History||1.19.70.02|link=Bedrock Edition 1.19.70|Server software updated for [[Bedrock Edition 1.19.70]]}}
  +
{{History||1.19.80.21|link=Bedrock Edition beta 1.19.80.21|Server software (beta) updated for [[Bedrock Edition beta 1.19.80.21]]}}
  +
{{History||1.19.71.02|link=Bedrock Edition 1.19.71|Server software updated for [[Bedrock Edition 1.19.71]]}}
  +
{{History||1.19.72.01|link=Bedrock Edition 1.19.72|Server software updated for [[Bedrock Edition 1.19.72]]}}
  +
{{History||1.19.80.22|link=Bedrock Edition beta 1.19.80.22|Server software (beta) updated for [[Bedrock Edition beta 1.19.80.22]]}}
  +
{{History||1.19.73.02|link=Bedrock Edition 1.19.73|Server software updated for [[Bedrock Edition 1.19.73]]}}
  +
{{History||1.19.80.23|link=Bedrock Edition beta 1.19.80.23|Server software (beta) updated for [[Bedrock Edition beta 1.19.80.23]]}}
  +
{{History||1.20.0.20|link=Bedrock Edition beta 1.20.0.20|Server software (beta) updated for [[Bedrock Edition beta 1.20.0.20]]}}
  +
{{History||1.20.0.21|link=Bedrock Edition beta 1.20.0.21|Server software (beta) updated for [[Bedrock Edition beta 1.20.0.21]]}}
  +
{{History||1.19.80.02|link=Bedrock Edition 1.19.80|Server software updated for [[Bedrock Edition 1.19.80]]}}
  +
{{History||1.20.0.22|link=Bedrock Edition beta 1.20.0.22|Server software (beta) updated for [[Bedrock Edition beta 1.20.0.22]]}}
  +
{{History||1.19.81.01|link=Bedrock Edition 1.19.81|Server software updated for [[Bedrock Edition 1.19.81]]}}
  +
{{History||1.20.0.23|link=Bedrock Edition beta 1.20.0.23|Server software (beta) updated for [[Bedrock Edition beta 1.20.0.23]]}}
  +
{{History||1.20.0.24|link=Bedrock Edition beta 1.20.0.24|Server software (beta) updated for [[Bedrock Edition beta 1.20.0.24]]}}
  +
{{History||1.19.83.01|link=Bedrock Edition 1.19.83|Server software updated for [[Bedrock Edition 1.19.83]]}}
  +
{{History||1.20.0.25|link=Bedrock Edition beta 1.20.0.25|Server software (beta) updated for [[Bedrock Edition beta 1.20.0.25]]}}
  +
{{History||1.20.10.20|link=Bedrock Edition beta 1.20.10.20|Server software (beta) updated for [[Bedrock Edition beta 1.20.10.20]]}}
  +
{{History||1.20.0.01|link=Bedrock Edition 1.20.0|Server software updated for [[Bedrock Edition 1.20.0]]}}
  +
{{History||1.20.10.21|link=Bedrock Edition beta 1.20.10.21|Server software (beta) updated for [[Bedrock Edition beta 1.20.10.21]]}}
  +
{{History||1.20.10.23|link=Bedrock Edition beta 1.20.10.23|Server software (beta) updated for [[Bedrock Edition beta 1.20.10.23]]}}
  +
{{History||1.20.1.02|link=Bedrock Edition 1.20.1|Server software updated for [[Bedrock Edition 1.20.1]]}}
  +
{{History||1.20.10.24|link=Bedrock Edition beta 1.20.10.24|Server software (beta) updated for [[Bedrock Edition beta 1.20.10.24]]}}
  +
{{History||1.20.20.20|link=Bedrock Edition beta 1.20.20.20|Server software (beta) updated for [[Bedrock Edition beta 1.20.20.20]]}}
  +
{{History||1.20.10.01|link=Bedrock Edition 1.20.10|Server software updated for [[Bedrock Edition 1.20.10]]
  +
{{fixes|fixedin=1.20.10|project=BDS
  +
|18133|server crash with non-empty allowlist.json
  +
}}
  +
}}
  +
{{History||1.20.11.01|link=Bedrock Edition 1.20.11|Server software updated for [[Bedrock Edition 1.20.11]]}}
  +
{{History||1.20.20.21|link=Bedrock Edition beta 1.20.20.21|Server software (beta) updated for [[Bedrock Edition beta 1.20.20.21]]}}
  +
{{History||1.20.12.01|link=Bedrock Edition 1.20.12|Server software updated for [[Bedrock Edition 1.20.12]]}}
  +
{{History||1.20.20.22|link=Bedrock Edition beta 1.20.20.22|Server software (beta) updated for [[Bedrock Edition beta 1.20.20.22]]}}
  +
{{History||1.20.13.01|link=Bedrock Edition 1.20.13|Server software updated for [[Bedrock Edition 1.20.13]]}}
  +
{{History||1.20.20.23|link=Bedrock Edition beta 1.20.20.23|Server software (beta) updated for [[Bedrock Edition beta 1.20.20.23]]}}
  +
{{History||1.20.30.20|link=Bedrock Edition beta 1.20.30.20|Server software (beta) updated for [[Bedrock Edition beta 1.20.30.20]]}}
  +
{{History||1.20.14.01|link=Bedrock Edition 1.20.14|Server software updated for [[Bedrock Edition 1.20.14]]}}
  +
{{History||1.20.30.21|link=Bedrock Edition beta 1.20.30.21|Server software (beta) updated for [[Bedrock Edition beta 1.20.30.21]]}}
  +
{{History||1.20.15.01|link=Bedrock Edition 1.20.15|Server software updated for [[Bedrock Edition 1.20.15]]}}
  +
{{History||1.20.30.22|link=Bedrock Edition beta 1.20.30.22|Server software (beta) updated for [[Bedrock Edition beta 1.20.30.22]]
  +
{{fixes|project=BDS
  +
|17527|Multiple server crashes due to memory leak when loading chunks
  +
}}
  +
}}
  +
{{History||1.20.30.24|link=Bedrock Edition beta 1.20.30.24|Server software (beta) updated for [[Bedrock Edition beta 1.20.30.24]]}}
  +
{{History||1.20.30.25|link=Bedrock Edition beta 1.20.30.25|Server software (beta) updated for [[Bedrock Edition beta 1.20.30.25]]}}
  +
{{History||1.20.40.20|link=Bedrock Edition beta 1.20.40.20|Server software (beta) updated for [[Bedrock Edition beta 1.20.40.20]]}}
  +
{{History||1.20.40.21|link=Bedrock Edition beta 1.20.40.21|Server software (beta) updated for [[Bedrock Edition beta 1.20.40.21]]}}
  +
{{History||1.20.30.02|link=Bedrock Edition 1.20.30|Server software updated for [[Bedrock Edition 1.20.30]] and requires Ubuntu 20.04}}
  +
{{History||1.20.40.22|link=Bedrock Edition beta 1.20.40.22|Server software (beta) updated for [[Bedrock Edition beta 1.20.40.22]]}}
  +
{{History||1.20.31.01|link=Bedrock Edition 1.20.31|Server software updated for [[Bedrock Edition 1.20.31]]}}
  +
{{History||1.20.40.23|link=Bedrock Edition beta 1.20.40.23|Server software (beta) updated for [[Bedrock Edition beta 1.20.40.23]]}}
  +
{{History||1.20.32.03|link=Bedrock Edition 1.20.32|Server software updated for [[Bedrock Edition 1.20.32]]}}
  +
{{History||1.20.40.24|link=Bedrock Edition beta 1.20.40.24|Server software (beta) updated for [[Bedrock Edition beta 1.20.40.24]]}}
 
{{History|foot}}
 
{{History|foot}}
   
==External links==
+
== External links ==
   
 
*[https://minecraft.net/en-us/download/server/bedrock/ Download page]
 
*[https://minecraft.net/en-us/download/server/bedrock/ Download page]
Line 92: Line 827:
 
*[https://reddit.com/user/ProfessorValko/comments/9f438p/bedrock_dedicated_server_tutorial/ Tutorial]
 
*[https://reddit.com/user/ProfessorValko/comments/9f438p/bedrock_dedicated_server_tutorial/ Tutorial]
   
==References==
+
== Notes ==
 
{{reflist|group="feedback"}}
 
{{reflist|group="feedback"}}
   
  +
== References ==
 
 
{{reflist}}
 
{{reflist}}
   
 
{{Bedrock Edition}}
 
{{Bedrock Edition}}
  +
{{Bedrock Dedicated Server versions}}
  +
 
[[Category:Server]]
 
[[Category:Server]]
   

Latest revision as of 00:30, 16 November 2023

Information icon
This feature is exclusive to Bedrock Edition. 
Bedrock Dedicated Server Icon

Icon for Bedrock Dedicated Server

Bedrock Dedicated Servers allow Minecraft players on Windows and Linux computers to set up their own server at home, or host their server using a cloud-based service. This is in its early development stages, so as with any early release software, it may have severe issues. Due to this, support may be stopped at any time.

Configuration

Main article: server.properties

BDS is a server hosting tool similar to the Java Edition server. Like Java Edition, there is a server.properties and allowlist.json file. Instead of ops.json, permissions are stored in the permissions.json file. Resource and behavior packs are in the resource_packs and behavior_packs directories. JSON files in the world directory set packs to be used, Minecraft clients generate them and can be uploaded to the server. Worlds are in a new world directory.

System Requirements

Operating Systems
Windows 10 (any edition), Windows Server 2016 (tested and works as of 10/2021), Ubuntu >= 20.04
There is no official documentation on what the minimum or recommended system requirements are for running a bedrock server. These are assumptions based on running the server on a Windows machine and checking the resource usage.
Processor
A minimum of a dual core CPU. Highly recommended to have a quad-core x86/64 bit processor that can run at least 3 GHz or higher, Intel i5 Ivy Bridge processor or newer, AMD FX-4100 or higher.
Memory
On Windows 10 or Server, 6 GB of memory minimum for the operating system and the server. May require more memory with more than 10 players at the same time. Generally Bedrock Edition does not seem to be as memory hungry as Java Edition. Unlike with Java Edition, there does not seem to be a way to dedicate memory specifically to the Minecraft server as of November 2021.
Internet Speed
You should have an upload speed of 5 Mbits per second to 10 players and 10 Mbits per second download. A DSL connection will likely not have the bandwidth to run server over the internet. However, if you want to run your server locally then you could do that.
Network
Your server should be connected to your router using an ethernet connection. You should avoid using Wi-Fi to connect your server to your router. 100 Mbit ethernet is acceptable. Gigabit LAN is not required.
You will need to set your network as a static IP address. Your server should not be connected to your home network using DHCP unless you have mapped the address on your router. You will also need to forward the port listed below to your dedicated server. This is another reason why you want to make sure you have a static IP on the device or a static mapping on your router.

Connection

Xbox One, PlayStation 4 and Nintendo Switch users can only connect though a custom DNS or a LAN connection. To connect with a custom DNS to a Java server, you'll need an additional step. Besides the account on your respective console, you also require a separate Minecraft Java account. Essentially, this means that you need to have two accounts: one for your console and one for Minecraft Java edition. BDS uses UDP, unlike Java Edition which uses TCP. The default port for IPv4 is 19132, the default port for IPv6 is 19133; these can be changed in server.properties.

By default, Minecraft for Windows 10 does not support connections to a server hosted on the same machine (where you connect via 127.0.0.1/localhost). To fix this, you must launch Windows PowerShell or cmd as an administrator and run the following:[1]

CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"

Alternatively, you can grant loopback exemption by Security Identifier (as recommended in the bedrock_server_how_to.html file bundled with the server download). Launch PowerShell or cmd as an administrator and run the following:[2]

CheckNetIsolation LoopbackExempt -a -p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436

Whitelist

To use the whitelist, it needs to be enabled in server.properties. When enabled, the server will only allow selected users to connect, and you will need to know the Xbox Live gamertag and (optionally) XUID[3] of all players who want to join the server; players without an Xbox Live gamertag will not be able to connect. If your server is public and you do not enable the whitelist, you will not be able to ban players from the server.

To learn more about whitelisting, check out the bedrock_server_how_to.html file bundled with the server download. If you are having trouble with player behavior on a server that you own, whitelisting may be a good way to solve the issue.

Community Resources

Paper
The contents of this section are not supported by Mojang Studios or the Minecraft Wiki.

Plugin Support software

LiteLoaderBDS is an unofficial plugin loader that provides basic API support for Bedrock Dedicated Server, with a massive API, lots of packed utility interfaces, a rich event system and powerful basic interface support. With LiteLoaderBDS and plugins, it is easy to extend the functionality of BDS, the associated development is easy to learn, and the development approach is flexible.

BDSX is a modification of Minecraft Bedrock Dedicated Server, supporting node.js. Because it is based on the offical BDS software, it includes all the features of vanilla Minecraft, but includes other features as well, such as hooking functions and packets to change behavior.

Startup and maintenance scripts

  • BDSAddonInstaller A node.js tool used for automatically installing, updating, and uninstalling addons/packs.
  • MCscripts systemd units and scripts for backups, automatic updates, and posting logs to chat bots
  • MinecraftBedrockServer Sets up a Minecraft Bedrock dedicated server on Ubuntu / Debian / Raspbian / Armbian with options for automatic updates, backups and running automatically at startup
  • MCBEPlay MCBEPlay is primarily a Windows 10 GUI for the official BDS System, that enables you to control and manage your Minecraft Bedrock Edition Server with little to no knowledge of server systems. It also has automatic backups, can save automatically, and has auto restarts.
  • WinMSSScripts WinMSSScripts is a basic batch file to help create maintain backups of your worlds and log files as you run the official BDS System on Windows systems.
  • bedrock-in-docker Docker image for install, update, backup&restore and run the Minecraft Bedrock server.
  • MC-BDS-PWSH Updates Minecraft Bedrock Dedicated Server with PowerShell.

Download

Release versions

Download
1.6.0.15 Windows Ubuntu
1.6.1.0 Windows Ubuntu
1.7.0.13 Windows Ubuntu
1.8.0.24 Windows Ubuntu
1.8.1.2 Windows Ubuntu
1.9.0.15 Windows Ubuntu
1.10.0.7 Windows Ubuntu
1.11.0.23 Windows Ubuntu
1.11.1.2 Windows Ubuntu
1.11.2.1 Windows Ubuntu
1.11.4.2 Windows Ubuntu
1.12.0.28 Windows Ubuntu
1.12.1.1 Windows Ubuntu
1.13.0.34 Windows Ubuntu
1.13.1.5 Windows Ubuntu
1.13.2.0 Windows Ubuntu
1.13.3.0 Windows Ubuntu
1.14.0.9 Windows Ubuntu
1.14.1.4 Windows Ubuntu
1.14.20.1 Windows Ubuntu
1.14.21.0 Windows Ubuntu
1.14.30.2 Windows Ubuntu
1.14.32.1 Windows Ubuntu
1.14.60.5 Windows Ubuntu
1.16.0.2 Windows Ubuntu
1.16.1.02 Windows Ubuntu
1.16.10.02 Windows
1.16.20.01 Windows
1.16.20.03 Windows Ubuntu
1.16.40.02 Windows Ubuntu
1.16.100.04 Windows Ubuntu
1.16.101.01 Windows Ubuntu
1.16.200.02 Windows Ubuntu
1.16.201.02 Windows Ubuntu
1.16.201.03 Windows Ubuntu
1.16.210.05 Windows Linux
1.16.210.06 Windows Linux
1.16.220.02 Windows Linux
1.16.221.01 Windows Linux
1.17.0.03 Windows Linux
1.17.1.01 Windows Linux
1.17.2.01 Windows Linux
1.17.10.04 Windows Linux
1.17.11.01 Windows Linux
1.17.30.04 Windows Linux
1.17.31.01 Windows Linux
1.17.32.02 Windows Linux
1.17.33.01 Windows Linux
1.17.34.02 Windows Linux
1.17.40.06 Windows Linux
1.17.41.01 Windows Linux
1.18.0.02 Windows Linux
1.18.1.02 Windows Linux
1.18.2.03 Windows Linux
1.18.11.01 Windows Linux
1.18.12.01 Windows Linux
1.18.30.04 Windows Linux
1.18.31.04 Windows Linux
1.18.32.02 Windows Linux
1.18.33.02 Windows Linux
1.19.10.20 Windows Linux
1.19.1.01 Windows Linux
1.19.2.02 Windows Linux
1.19.10.03 Windows Linux
1.19.11.01 Windows Linux
1.19.20.02 Windows Linux
1.19.21.01 Windows Linux
1.19.22.01 Windows Linux
1.19.30.04 Windows Linux
1.19.31.01 Windows Linux
1.19.40.02 Windows Linux
1.19.41.01 Windows Linux
1.19.50.02 Windows Linux
1.19.51.01 Windows Linux
1.19.52.01 Windows Linux
1.19.60.04 Windows Linux
1.19.61.01 Windows Linux
1.19.62.01 Windows Linux
1.19.63.01 Windows Linux
1.19.70.02 Windows Linux
1.19.71.02 Windows Linux
1.19.72.01 Windows Linux
1.19.73.02 Windows Linux
1.19.80.02 Windows Linux
1.19.81.01 Windows Linux
1.19.83.01 Windows Linux
1.20.0.01 Windows Linux
1.20.1.02 Windows Linux
1.20.10.01 Windows Linux
1.20.11.01 Windows Linux
1.20.12.01 Windows Linux
1.20.13.01 Windows Linux
1.20.14.01 Windows Linux
1.20.15.01 Windows Linux
1.20.30.02 Windows Linux
1.20.31.01 Windows Linux
1.20.32.03 Windows Linux

Preview versions

Download
1.19.50.21 Windows Linux
1.19.50.24 Windows Linux
1.19.50.25 Windows Linux
1.19.60.20 Windows Linux
1.19.60.22 Windows Linux
1.19.60.23 Windows Linux
1.19.60.24 Windows Linux
1.19.60.25 Windows Linux
1.19.60.26 Windows Linux
1.19.60.27 Windows Linux
1.19.70.20 Windows Linux
1.19.70.21 Windows Linux
1.19.70.22 Windows Linux
1.19.70.23 Windows Linux
1.19.70.24 Windows Linux
1.19.70.26 Windows Linux
1.19.80.20 Windows Linux
1.19.80.21 Windows Linux
1.19.80.22 Windows Linux
1.19.80.23 Windows Linux
1.19.80.24 Windows Linux
1.20.0.20 Windows Linux
1.20.0.21 Windows Linux
1.20.0.22 Windows Linux
1.20.0.23 Windows Linux
1.20.0.24 Windows Linux
1.20.0.25 Windows Linux
1.20.10.20 Windows Linux
1.20.10.21 Windows Linux
1.20.10.23 Windows Linux
1.20.10.24 Windows Linux
1.20.20.20 Windows Linux
1.20.20.21 Windows Linux
1.20.20.22 Windows Linux
1.20.20.23 Windows Linux
1.20.30.20 Windows Linux
1.20.30.21 Windows Linux
1.20.30.22 Windows Linux
1.20.30.24 Windows Linux
1.20.30.25 Windows Linux
1.20.40.20 Windows Linux
1.20.40.21 Windows Linux
1.20.40.22 Windows Linux
1.20.40.23 Windows Linux
1.20.40.24 Windows Linux

Issues

Since this server software is still in Alpha phase, therefore, it still lacks many built-in functions in the Java server, and there are many very serious problems:[feedback 1]

  • The /reload command cannot reload the server like the Java server to prevent the server from crashing. As a result, the server needs to be restarted every time the server settings are readjusted, or plug-ins are added.
  • Doesn't have a server invite system that allows Xbox One and Nintendo Switch users to connect, similar to Realms
  • Can't run the server on other platforms
  • Support for websocket server, similar to /wsserver
  • Add Remote console (RCON)
  • The server software has many item duplication bugs, and it is difficult to prevent players who cheat with third-party software from disturbing the server order without using third-party plugins. As BDS is a closed source server software, the cost of developing plug-ins is very high.
  • The performance of BDS is poor on some multi-core server CPUs with low clock speed. On the contrary, some high clock speed desktop CPUs with stronger single core performance are more suitable for running BDS.
  • In the case of high load (for example, a large number of entities accumulate / load complex chunks), sometimes the server suddenly has a very low CPU utilization, but the whole server is stuck.
  • In 1.19.80 and lower, there is a very serious exploit that allows for malicious users to log in as other people, and give themselves operator. It is highly recommended to not use any older versions in a production environment.

History

The server follows the client's release cycle.[4]

Bedrock Edition
1.6.0.14An unreleased Bedrock Dedicated Server version has been shown.
1.6.1.0First public Bedrock Dedicated Server (BDS) release.[5][6]
Includes a bedrock_server_how_to.html as a guide.
Bug tracker for BDS was launched.
1.7.0.13Server software updated for Bedrock Edition 1.7.0
1.8.0.24Server software updated for Bedrock Edition 1.8.0
2 issues fixed
  • BDS-104 – Save hold/resume causing world size to increase quite a bit more than normal.
  • BDS-198 – save query does not work more than once per boot
1.8.1.2Server software updated for Bedrock Edition 1.8.1
1.9.0.15Server software updated for Bedrock Edition 1.9.0
1.10.0.7Server software updated for Bedrock Edition 1.10.0
1.11.0.23Server software updated for Bedrock Edition 1.11.0
1.11.1.2Server software updated for Bedrock Edition 1.11.1
1.11.2.1Server software updated for Bedrock Edition 1.11.2
1.11.4.2Server software updated for Bedrock Edition 1.11.4
1.12.0.28Server software updated for Bedrock Edition 1.12.0
1.12.1.1Server software updated for Bedrock Edition 1.12.1
1.13.0.34Server software updated for Bedrock Edition 1.13.0
1.13.1.5Server software updated for Bedrock Edition 1.13.1
1.13.2.0Server software updated for Bedrock Edition 1.13.2
1.13.3.0Server software updated for Bedrock Edition 1.13.3
1.14.0.9Server software updated for Bedrock Edition 1.14.0
1.14.1.4Server software updated for Bedrock Edition 1.14.1
1.14.20.1Server software updated for Bedrock Edition 1.14.20
1.14.21.0Unknown
1.14.30.2Server software updated for Bedrock Edition 1.14.30
1.14.32.1
4 issues fixed
  • BDS-1682 – BDS CRASH
  • BDS-2772 – Server crashes constantly
  • BDS-3245 – PS4 player cannot authenticate to BDS LAN game when online-mode=true
  • BDS-3357 – /save command crashes server
1.14.60.5Server software updated for Bedrock Edition 1.14.60
1.16.0.2Server software updated for Bedrock Edition 1.16.0
1.16.1.02Server software updated for Bedrock Edition 1.16.1
1.16.10.02Server software updated for Bedrock Edition 1.16.10
1.16.20.03Server software updated for Bedrock Edition 1.16.20
1.16.40.02Server software updated for Bedrock Edition 1.16.40
1.16.100.04Server software updated for Bedrock Edition 1.16.100
1.16.101.01Server software updated for Bedrock Edition 1.16.101
1.16.200.02Server software updated for Bedrock Edition 1.16.200
1.16.201.02Server software updated for Bedrock Edition 1.16.201
1.16.201.03Fixed a bug BDS-10666.
1.16.210.05Server software updated for Bedrock Edition 1.16.210
1.16.210.06Unknown
1.16.220.02Server software updated for Bedrock Edition 1.16.220 and removed libCrypto.so
1.16.221.01Server software updated for Bedrock Edition 1.16.221
1.17.0.03Server software updated for Bedrock Edition 1.17.0
1.17.1.01Server software updated for Bedrock Edition 1.17.1
1.17.2.01Server software updated for Bedrock Edition 1.17.2
1.17.10.04Server software updated for Bedrock Edition 1.17.10
1.17.11.01Server software updated for Bedrock Edition 1.17.11
1.17.30.04Server software updated for Bedrock Edition 1.17.30
1.17.31.01Unknown
1.17.32.02Server software updated for Bedrock Edition 1.17.32
1.17.33.01Server software updated for Bedrock Edition 1.17.33
1.17.34.02Server software updated for Bedrock Edition 1.17.34
1.17.40.06Server software updated for Bedrock Edition 1.17.40
1.17.41.01Server software updated for Bedrock Edition 1.17.41
1.18.0.02Server software updated for Bedrock Edition 1.18.0
1.18.1.02Server software updated for Bedrock Edition 1.18.1
1.18.2.03Server software updated for Bedrock Edition 1.18.2
1.18.11.01Server software updated for Bedrock Edition 1.18.10
1.18.12.01Server software updated for Bedrock Edition 1.18.12
1.18.30.04Server software updated for Bedrock Edition 1.18.30
1.18.31.04Server software updated for Bedrock Edition 1.18.31
1.18.32.02Server software updated for Bedrock Edition 1.18.32
1.18.33.02Server software updated for Bedrock Edition 1.18.33
1.19.10.20The initial release of the server software for betas, the Bedrock Edition beta 1.19.10.20.
1.19.1.01Server software updated for Bedrock Edition 1.19.0
1.19.2.02Server software updated for Bedrock Edition 1.19.2
1.19.10.03Server software updated for Bedrock Edition 1.19.10
1.19.11.01Server software updated for Bedrock Edition 1.19.11
1.19.20.02Server software updated for Bedrock Edition 1.19.20
1.19.21.01Server software updated for Bedrock Edition 1.19.21
1.19.22.01Server software updated for Bedrock Edition 1.19.22
1.19.30.04Server software updated for Bedrock Edition 1.19.30
1.19.31.01Server software updated for Bedrock Edition 1.19.31
1.19.50.21Server software (beta) updated for Bedrock Edition beta 1.19.50.21
1.19.40.02Server software updated for Bedrock Edition 1.19.40
1.19.41.01Server software updated for Bedrock Edition 1.19.41
1.19.50.24Server software (beta) updated for Bedrock Edition beta 1.19.50.24
1.19.50.25Server software (beta) updated for Bedrock Edition beta 1.19.50.25
1.19.60.20Server software (beta) updated for Bedrock Edition beta 1.19.60.20
1.19.50.02Server software updated for Bedrock Edition 1.19.50
1 issue fixed
  • BDS-1094 – Additional IPv4 and IPv6 port opening upon starting server
1.19.60.22Server software (beta) updated for Bedrock Edition beta 1.19.60.22
1.19.60.23Server software (beta) updated for Bedrock Edition beta 1.19.60.23
1.19.51.01Server software updated for Bedrock Edition 1.19.51
1.19.60.24Server software (beta) updated for Bedrock Edition beta 1.19.60.24
1.19.60.25Server software (beta) updated for Bedrock Edition beta 1.19.60.25
1.19.60.26Server software (beta) updated for Bedrock Edition beta 1.19.60.26
1.19.60.27Server software (beta) updated for Bedrock Edition beta 1.19.60.27
1.19.70.20Server software (beta) updated for Bedrock Edition beta 1.19.70.20
1.19.52.01Server software updated.
1.19.70.21Server software (beta) updated for Bedrock Edition beta 1.19.70.21
1.19.60.04Server software updated for Bedrock Edition 1.19.60
1.19.61.01Server software updated.
1.19.62.01Server software updated.
1.19.63.01Server software updated.
1.19.70.23Server software (beta) updated for Bedrock Edition beta 1.19.70.23
1.19.70.24Server software (beta) updated for Bedrock Edition beta 1.19.70.24
1.19.70.26Server software (beta) updated for Bedrock Edition beta 1.19.70.26
1.19.80.20Server software (beta) updated for Bedrock Edition beta 1.19.80.20
1.19.70.02Server software updated for Bedrock Edition 1.19.70
1.19.80.21Server software (beta) updated for Bedrock Edition beta 1.19.80.21
1.19.71.02Server software updated for Bedrock Edition 1.19.71
1.19.72.01Server software updated for Bedrock Edition 1.19.72
1.19.80.22Server software (beta) updated for Bedrock Edition beta 1.19.80.22
1.19.73.02Server software updated for Bedrock Edition 1.19.73
1.19.80.23Server software (beta) updated for Bedrock Edition beta 1.19.80.23
1.20.0.20Server software (beta) updated for Bedrock Edition beta 1.20.0.20
1.20.0.21Server software (beta) updated for Bedrock Edition beta 1.20.0.21
1.19.80.02Server software updated for Bedrock Edition 1.19.80
1.20.0.22Server software (beta) updated for Bedrock Edition beta 1.20.0.22
1.19.81.01Server software updated for Bedrock Edition 1.19.81
1.20.0.23Server software (beta) updated for Bedrock Edition beta 1.20.0.23
1.20.0.24Server software (beta) updated for Bedrock Edition beta 1.20.0.24
1.19.83.01Server software updated for Bedrock Edition 1.19.83
1.20.0.25Server software (beta) updated for Bedrock Edition beta 1.20.0.25
1.20.10.20Server software (beta) updated for Bedrock Edition beta 1.20.10.20
1.20.0.01Server software updated for Bedrock Edition 1.20.0
1.20.10.21Server software (beta) updated for Bedrock Edition beta 1.20.10.21
1.20.10.23Server software (beta) updated for Bedrock Edition beta 1.20.10.23
1.20.1.02Server software updated for Bedrock Edition 1.20.1
1.20.10.24Server software (beta) updated for Bedrock Edition beta 1.20.10.24
1.20.20.20Server software (beta) updated for Bedrock Edition beta 1.20.20.20
1.20.10.01Server software updated for Bedrock Edition 1.20.10
1 issue fixed
  • BDS-18133 – server crash with non-empty allowlist.json
1.20.11.01Server software updated for Bedrock Edition 1.20.11
1.20.20.21Server software (beta) updated for Bedrock Edition beta 1.20.20.21
1.20.12.01Server software updated for Bedrock Edition 1.20.12
1.20.20.22Server software (beta) updated for Bedrock Edition beta 1.20.20.22
1.20.13.01Server software updated for Bedrock Edition 1.20.13
1.20.20.23Server software (beta) updated for Bedrock Edition beta 1.20.20.23
1.20.30.20Server software (beta) updated for Bedrock Edition beta 1.20.30.20
1.20.14.01Server software updated for Bedrock Edition 1.20.14
1.20.30.21Server software (beta) updated for Bedrock Edition beta 1.20.30.21
1.20.15.01Server software updated for Bedrock Edition 1.20.15
1.20.30.22Server software (beta) updated for Bedrock Edition beta 1.20.30.22
1 issue fixed
  • BDS-17527 – Multiple server crashes due to memory leak when loading chunks
1.20.30.24Server software (beta) updated for Bedrock Edition beta 1.20.30.24
1.20.30.25Server software (beta) updated for Bedrock Edition beta 1.20.30.25
1.20.40.20Server software (beta) updated for Bedrock Edition beta 1.20.40.20
1.20.40.21Server software (beta) updated for Bedrock Edition beta 1.20.40.21
1.20.30.02Server software updated for Bedrock Edition 1.20.30 and requires Ubuntu 20.04
1.20.40.22Server software (beta) updated for Bedrock Edition beta 1.20.40.22
1.20.31.01Server software updated for Bedrock Edition 1.20.31
1.20.40.23Server software (beta) updated for Bedrock Edition beta 1.20.40.23
1.20.32.03Server software updated for Bedrock Edition 1.20.32
1.20.40.24Server software (beta) updated for Bedrock Edition beta 1.20.40.24

External links

Notes

References