How to install a world on a Bedrock server¶
A Bedrock dedicated server stores worlds in the worlds/ folder, and the active world is set by the level-name property in server.properties.
Steps¶
- Back up your old world first.
- Open
https://panel.nexuscloud.id/. - Go to Files.
- Upload the world
.zipfile. - Extract the file.
- Make sure the extracted world folder contains files like
level.dat,levelname.txt, and thedb/folder. - Move or rename the world folder inside the
worlds/directory. - Note the name of that world folder.
Set the active world¶
Open server.properties and adjust:
This name must match the world folder name inside worlds/ exactly.
Restart the server¶
After the world has been uploaded and level-name is correct:
- Go back to Console.
- Restart the server.
Important tips¶
- Avoid double-nested folder structures, such as
worlds/worldname/worldname/level.dat. - Not every world can be moved cleanly between versions that are far apart.
- Renaming to
Bedrock levelis not required iflevel-nameis set correctly.
Troubleshooting¶
The server creates a new world¶
- Usually the folder name does not match
level-name.
The world is not read¶
- Make sure
level.datis in the root of the world folder, not in a subfolder.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud