How to Upload a Bedrock World to Your Free Server
1. Locate Your Bedrock World
- 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.
2. Extract the World Folder
- Rename the
.mcworld
file to .zip
.
- Extract its contents using a file extraction tool.
- The extracted folder is your world folder.
3. Prepare the Server
- 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.
4. Upload the World Folder
- 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
5. Set the Uploaded World as the Active World
- 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
6. Restart the Server
- Save changes to
server.properties
.
- Restart your server to load the uploaded world.
Your Bedrock world is now uploaded and active on the server!