How to install the Premium BedrockMap addon
Step-by-step instructions for installing and configuring the Premium addon on your Bedrock Dedicated Server.
Prerequisites and requirements
Before you begin, ensure you meet these requirements:
- BedrockMap Premium subscription (required)
- Bedrock Dedicated Server (BDS) - Windows or Linux
- Your world must have Beta APIs enabled
- Server must be accessible from the internet (for API calls)
- Server administrator access to modify configuration files
Important: This addon will NOT work on Minecraft Realms or single-player worlds. It requires a Bedrock Dedicated Server.
Download your world from the server
Most users don't have Minecraft installed on their server machine, so you'll need to download your world to your local PC first:
- Stop your Bedrock Dedicated Server
- Download your world folder from the server using one of these methods:
- FTP/SFTP: Use an FTP client like FileZilla to download the world folder
- Server Control Panel: Many providers (like Aternos) offer file download through their web interface
- Direct Access: If you have direct server access, copy the world folder to your local machine
- Locate the downloaded world folder on your local PC
Note: You'll enable Beta APIs and install the addon locally, then transfer the world back to your server in the next steps.
Enable Beta APIs in your world
The addon requires Beta APIs to function. Enable them on your local PC:
- Open the downloaded world folder in Minecraft on your local PC
- Go to Settings → Experiments
- Toggle Beta APIs to ON
- Save the world
Alternatively, you can edit the world's level.dat file directly using an NBT editor.
Tip: Some server providers (like Aternos) allow you to enable experiments directly from their control panel, which can save you this step.
Configure server permissions
You must modify your server's permissions file to allow the addon's network module:
- Stop your Bedrock Dedicated Server
- Navigate to your server directory
- Open
config/default/permissions.json - Add
@minecraft/server-netto the allowed_modules array - Save the file
Your permissions.json should look like this:
{
"allowed_modules": [
"@minecraft/server-gametest",
"@minecraft/server",
"@minecraft/server-ui",
"@minecraft/server-admin",
"@minecraft/server-editor",
"@minecraft/server-net"
]
}The @minecraft/server-net module is REQUIRED for the addon to communicate with BedrockMap servers.
Generate API key and download addon
Generate your unique API key and download the addon from BedrockMap:
- Go to your world's management page in the BedrockMap dashboard
- Click the Premium Addon tab
- Click Generate API Key & Download
- Your unique API key will be generated and displayed
- Click Download BedrockMap Addon (.mcpack)
- Save the file to a location you can access
Important: The addon is uniquely created for your specific world. It will only work with that world while your Premium subscription is active.
Install the addon on your local PC
Install the downloaded .mcpack file on your local PC with Minecraft:
- Double-click the .mcpack file you downloaded from BedrockMap
- Minecraft will open and auto-import the behavior pack
- Close Minecraft
- Open the world you downloaded from the server in Minecraft
- Go to Settings → Add-Ons (or Behavior Packs)
- Find the BedrockMap Premium addon in the available packs
- Activate it for your world
- Save the world
Alternative: Some server providers (like Aternos) allow you to upload and install addons directly from their control panel, which can skip the local installation process.
Transfer the world back to your server
Now that Beta APIs are enabled and the addon is installed, transfer the world back to your server:
- Locate your world folder on your local PC (usually in
%appdata%\Minecraft Bedrock\Users\minecraftWorlds\on Windows) - Upload the world folder back to your server using the same method you used to download it:
- FTP/SFTP: Upload the world folder to replace the old one
- Server Control Panel: Use your provider's file upload feature
- Direct Access: Copy the world folder directly to the server
- Ensure the world folder is in the correct location on your server (usually
worlds/[YourWorld]/)
Important: Make sure to back up your existing world on the server before replacing it, in case something goes wrong during the transfer.
Configure addon settings
Configure how the addon behaves from the BedrockMap dashboard:
- Live Player Tracking: Toggle on/off to show player positions on the map
- Marker Permissions: Choose who can add markers from in-game:
- Owner Only: Only you can add markers
- Anyone: All players can add markers
- Whitelist: Only approved players (comma-separated list)
These settings take effect immediately without requiring a server restart.
Upload player head images (Optional)
Customize player markers with custom player head images:
- Go to the Premium Addon tab in your world management page
- Scroll to the Player Head Images section
- Enter the exact player name (case-sensitive)
- Click Upload Image and select a square image (recommended: 64x64 pixels)
- The image will appear on the map for that player
Players without a custom head image will display the default player icon.
Start your server and test
Start your Bedrock Dedicated Server and verify the addon is working:
- Start your Bedrock Dedicated Server
- Join the server in Minecraft
- Type
/bedrockmap:markerin chat - A form should appear - if it does, the addon is installed correctly!
- Open your map at
bedrockmap.net/map/your-world-slug - You should see your player marker appear within 5 seconds
If player markers don't appear, check your server console for errors and verify that Beta APIs are enabled.
You're all set!
If you have any questions or run into issues, don't hesitate to reach out for support.
Browse more guides →