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 Installt 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 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.
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.json, andworld_resource_packs.jsonto register the new content with the server.