- On your local device, open the Minecraft Bedrock game.
- Navigate to the Worlds menu, find the world you want to upload, and click Edit (pencil icon).
- Scroll down and select Export World to save the world as a
.mcworld
file.
- Rename the
.mcworld
file to .zip
.
- Extract its contents using a file extraction tool.
- The extracted folder is your world folder.
- Access your server files via the panel (e.g., Pterodactyl) or an FTP client (e.g., FileZilla).
- Navigate to the
worlds
folder in your server directory.
- Upload the extracted world folder from your local device to the server’s
worlds
folder.
- Ensure the folder name contains no spaces or special characters. Example:
MyWorld
- Open the
server.properties
file in your server directory.
- Find the
level-name
line and set its value to the name of your uploaded world folder. Example:
level-name=MyWorld
- Save changes to
server.properties
.
- Restart your server to load the uploaded world.
Your Bedrock world is now uploaded and active on the server!
Need more support? Check out our Discord.