How to Change the World Seed on a Minecraft Java 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.Connect via SFTP
Connect to your server via SFTP, or use the file browser.Set the seed
Open the fileserver.properties, find the entrylevel-seed=and enter the desired seed:level-seed=5101553622029575588Then save the file.
Delete the old world
Delete theworldfolder in the main directory. Without this step the server simply keeps loading your old world and the new seed has no effect.Paper, Spigot & Purpur
On these servers the Nether and the End are stored in separate folders. Also delete
world_netherandworld_the_endso those dimensions are regenerated as well.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.