How to Upload Custom Worlds to Your Minecraft Server
Transferring your favorite singleplayer worlds or custom maps to your Minecraft server allows you to share amazing builds and adventures with friends. This guide covers the complete process of locating world files on your computer, safely uploading them to your server, and configuring everything for seamless multiplayer gameplay.Ensure the world version matches your Minecraft server version to prevent corruption or compatibility issues.
Finding a singleplayer world from your computer
If you wish to upload a singleplayer world from your computer to a Minecraft server, follow these steps:On Windows:
- Enter
Windows Key + R
on your keyboard and enter%AppData%
- Head to the
.minecraft
folder and then/saves
- Locate the world you wish to upload, and archive the folder with a tool like WinRAR or 7Zip
On a Mac:
- Navigate to
~/Library/Application Support/minecraft
folder by pasting the file path on your Mac’s Spotlight - Right click the world folder, and select “Compress [fileName]“
Uploading the world to your server
- Stop the server
- Upload the world archive to the File Manager on the game panel
- Select the three dots beside the file, and click “Unarchive”
- Modify the
level-name
value inserver.properties
file to the name of the world folder - Start the server!
Common Issues
-
World doesn’t load after upload: Version mismatch or incorrect folder structure
- Solution: Verify world version matches server version and check folder contains level.dat file
-
Server crashes when loading custom world: Corrupted world data or missing files
- Solution: Re-upload the world archive and ensure all world files are included
-
Players spawn in wrong location: World spawn point not properly configured
- Solution: Use
/setworldspawn
command or edit level.dat with NBT editor
- Solution: Use
-
Custom world features missing: Incomplete world upload or version compatibility issues
- Solution: Ensure complete world folder was uploaded and versions are compatible
Related Guides
- Converting World Formats - Convert between different world file formats
- Converting Bedrock to Java - Transfer worlds between editions
- File Management - Learn more about uploading files to your server
- Minecraft Introduction - Learn more about Minecraft server hosting