Content Management
Bedrock Server Manager allows you to easily manage the content of your server, including uploading new worlds and installing addons (resource and behavior packs).
World Management
You can import existing worlds, export your current world, or reset the server to a fresh state.
Importing a World
To use a custom world (e.g., a downloaded map or a backup from another server):
Upload the World:
Place your world file (
.mcworld) into thecontent/worldsdirectory on the server.(Enable the content uploader plugin to easily upload content files).
Select the server from the dropdown menu in the web dashboard.
Navigate to the Content page and then click on the Worlds tab.
Locate the file in the file list.
Click the Install button next to the file.
Warning: This action will replace the currently active world on the server. Ensure you have backed up your current world if you wish to save it.
Exporting the Current World
To save a copy of your current world for download or transfer:
Select the server from the dropdown menu in the web dashboard.
Navigate to the Content page and then click on the Worlds tab.
Click the Export World button.
BSM will compress the active world directory into a
.mcworldfile.The file will be exported to the
content/worldsdirectory for you to import into another server.
Resetting the World
To start fresh with a newly generated world:
Select the server from the dropdown menu in the web dashboard.
Navigate to the Content page and then click on the Worlds tab.
Click the Reset World button.
Confirm the action.
BSM will delete the current
worlds/directory.Upon the next server start, the Bedrock Dedicated Server software will generate a new world based on the
level-seeddefined inserver.properties.
Addons (Resource & Behavior Packs)
BSM simplifies the process of installing, managing, and configuring addons to enhance your server.
Installing Addons
Upload the Addon:
Place your addon file (
.mcpack/.mcaddon) into thecontent/addonsdirectory.(Enable the content uploader plugin to easily upload content files).
Select the server from the dropdown menu in the web dashboard.
Navigate to the Content page and then click on the Addons tab.
Locate the file in the Available Addons list.
Click the Install button.
Managing Installed Addons
Once addons are installed, you can manage their status and load order:
Navigate to the Content page and click the Manage Installed Addons button.
A window will appear with tabs for Behavior Packs and Resource Packs.
Enabling/Disabling: You can toggle addons on or off. Disabled addons remain installed on the server but are temporarily deactivated in the world configuration.
Reordering: You can drag and drop the packs to change their load order (packs higher in the list load first and take priority over those below them). Click Save Order to apply the changes.
Removing: You can click the delete/remove icon next to an installed pack to permanently remove it from the server.
How It Works
When you install an addon, BSM performs the following actions:
Extraction: Unzips the package.
Placement: Moves resource packs to
resource_packs/and behavior packs tobehavior_packs/.Activation: Automatically updates
world_behavior_packs.jsonandworld_resource_packs.jsonto register the new content with the server.