How to Change the World Seed on Your Minecraft Bedrock Edition Server ​
The world seed determines how the world is generated. It only affects newly generated worlds — so you have to delete your existing world first.
Attention
Your current world will be lost permanently. Create a backup beforehand if you still need it later.
Stop the server
Stop your server via the dashboard.Open the file browser
Open the file browser or connect to your server via SFTP.Set the seed
Open the fileserver.properties, find the entrylevel-seed=and enter the desired seed:level-seed=1111132940Then save the file.
Delete the old world
Go to theworldsfolder and delete theBedrock levelfolder there. Without this step the server simply keeps loading your old world and the new seed has no effect.Note
If you set a custom world name under
level-namein theserver.properties, the folder is named accordingly.Start the server
Start your server. The world is now generated using your new seed.
Tip
You can find out the seed of an existing world by entering the command /seed in the game. If you leave level-seed= empty, the server generates a random seed.