Upload a World to Your Minecraft Server
The words World and Map are used interchangeably by many Minecraft users. A developer might call the file a world while someone designing a map to be used in a contest might be called a Map Maker. We’re just going to use the word World in this article to keep things simple.
To upload a world to your Minecraft server, copy your world files onto your server via SFTP and configure Command Center to load your world.
Find and Prepare the World
First thing you need to do is find and prepare the world you want to use on your server. You can use any world, whether it comes from an existing single player game or you download it from a Minecraft map sharing website of some kind.
If a world was made for a specific version of the game, you will want to use that same version on your server. This is especially true for any modded maps which will require that you use the same set of mods and versions of those mods or it could break the world.
Existing Single Player World
Vanilla Minecraft
Refer to this Minecraft Wiki tutorial.
CurseForge Launcher
- Start the launcher.
- Click the Minecraft tab on the left.
- Choose the modpack in the list that you want.
- Right click and choose Open Folder.
- Go to the
saves
folder. The world you want should be in there.
Technic Pack
- Start the launcher.
- Click the Modpacks tab and choose the pack you want.
- Open Modpack Options in the upper right corner, and click Open.
- Go to the
saves
folder. The world you want should be in there.
Feed The Beast
- Start the launcher.
- Click My Modpacks on the left side to show your installed modpacks.
- Navigate to the modpack options page. If your modpacks are shown in grid mode, you will need to click on the 3 dot icon in the upper right of the modpack's image. If your modpacks are shown in list mode, you can click anywhere but the play button.
- On the modpack options page, click the Open Folder button on the upper right side.
- Go to the
saves
folder. The world you want should be in there.
ATLauncher
- Start the launcher.
- Click the Instances tab.
- Choose the modpack you want and click Open Folder.
- Find the
saves
folder containing the world you want in there.
Downloaded Content
If your world is archived in a .zip
, .rar
, etc., unzip it first on your computer. Find the folder that contains level.dat
. Next, make sure that the folder name contains no spaces or special characters. If it does, rename it so it doesn’t contain them.
Upload the World
- Login via SFTP.
- Drag the folder that contains
level.dat
into/[gamefolder]
in your SFTP client. Make sure the folder name only contains letters, numbers, or the-
and_
characters. If it doesn’t, rename it. - For those of you who ordered your server before April 2013 and are using the default game, drag the folder into
/
in your SFTP client instead. - Back in Command Center, stop your server.
- Click the Files tab and open
server.properties
. If this file does not exist, start the server and wait a few seconds for it to show up, then stop your server. - Find
level-name=currentworldname
and replacecurrentworldname
with the name of your world folder. Click Save. The system is case-sensitive, so if your folder is namedMyWorld
you must typeMyWorld
. Typingmyworld
will generate a new world instead of using the one you uploaded. - Click Start.
If your world is large or doesn’t upload properly, you can have us unzip your world here instead. Upload the archive and open a support ticket asking us to unzip your uploaded world.
Updated about 1 year ago