General

Move a Minecraft Server World to Singleplayer on Java or Bedrock

General·May 20, 2026·22 min read

Overview

Minecraft server worlds are not locked to the server forever. If you want an offline backup, a copy for testing, or a way to keep playing without other players online, you can download the world and place it into your singleplayer saves. This works for Java Edition and Bedrock Edition, including many servers running software such as Paper, Forge, Fabric, or other custom setups.

The part that trips people up is usually the folder layout. Some servers keep the Overworld, Nether, and End together. Others split dimensions into separate folders, because apparently one world folder was too peaceful. This guide explains how to download the right files, move them into Minecraft, and confirm that your progress came with you.

Before You Move the World

The exact process depends on the edition and server type. Bedrock worlds are usually simpler because the world data is stored in one folder. Java worlds can be just as easy, but Paper and some plugin-based servers may separate dimensions into multiple folders that need to be merged first.

Before starting, stop the server if possible. Downloading a world while it is actively saving can lead to missing chunks or incomplete player data. Also make sure you have enough disk space for the full world, especially if it has a large region folder.

Download the Server World

Use FTP access or an external FTP client such as FileZilla or Cyberduck to connect to your server files. Once connected, locate the world folder and download it to your computer.

For small worlds, your server panel may allow you to zip the folder and download the archive directly. For larger worlds, an FTP client is more reliable because panel downloads can time out or fail when the folder is too large.

Common Java world layouts include:

  • Vanilla Java: one main world folder, usually named `world`.
  • Paper or Spigot-style servers: `world`, `world_nether`, and `world_the_end` may be separate.
  • Modded servers: usually one world folder, but mods can add extra files or dimension folders.
  • Multiverse or similar plugins: worlds may be stored as separate folders with custom names.

If you are unsure which folder is active, check the world name in your server settings or server properties. Bedrock servers commonly store worlds inside a `worlds` directory.

Add the World to Singleplayer

After the world is downloaded, the next step is placing it into the correct local Minecraft folder. Do not rename or reorganize files unless the server type requires it. A missing `level.dat`, missing region files, or incomplete dimension folders can stop the world from appearing or cause progress loss.

Java Edition: Single Folder Worlds

Use this method for vanilla Java worlds and most modded worlds that downloaded as one complete folder.

  1. Find the downloaded world folder on your computer and keep it somewhere easy to reach.
  2. Open the Minecraft Launcher.
  3. Select `Installations` at the top.
  1. Choose the profile you plan to use, then click the folder icon to open the local Minecraft files.
  1. Open the `saves` folder.
  2. Drag the downloaded world folder into `saves`.
  1. Start Minecraft with the matching version and open the Singleplayer menu.
  2. Select the world from the list and load it.

If the world was made with mods, use the same mod loader and compatible mod versions when opening it locally. A modded world opened without its required mods can break blocks, remove entities, or complain loudly in the logs.

Java Edition: Separate Nether and End Folders

Some Java server types split dimensions into separate folders. A common layout looks like this:

  • `world`
  • `world_nether`
  • `world_the_end`

Singleplayer Java expects the Nether and End dimension data inside the main world folder. To prepare that layout, merge the dimension folders before placing the world into `saves`.

  1. Open the downloaded `world_nether` folder and find `DIM-1`.
  2. Open the downloaded `world_the_end` folder and find `DIM1`.
  1. Move both `DIM-1` and `DIM1` into the main `world` folder.
  1. After the move finishes, you can remove the now-empty or unused `world_nether` and `world_the_end` folders from the local copy.
  2. Open the Minecraft Launcher, go to `Installations`, and click the folder icon for the profile you want to use.
  1. Open the `saves` folder.
  2. Drag the prepared main world folder into `saves`.
  1. Launch Minecraft and check the Singleplayer world list.

If the world opens but the Nether or End looks reset, the dimension folders were likely not moved into the correct place. Close the game and recheck that `DIM-1` and `DIM1` are directly inside the main world folder.

Bedrock Edition Setup

Bedrock worlds are usually stored as a single folder, so the transfer is mostly a matter of placing that folder in the correct local directory. The world may not show a thumbnail until you open it once. You can rename the world later from the in-game settings.

  1. Find the Bedrock server world folder you downloaded.
  1. Open this Windows directory, replacing `USERNAME` with your Windows account name:

`C:\Users\USERNAME\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds`

  1. Drag the server world folder into `minecraftWorlds`.
  1. Open Minecraft Bedrock Edition and go to the Worlds menu.
  2. If the folder was placed correctly, the server world should appear in the list.

If you do not see `AppData`, enable hidden items in Windows File Explorer. Bedrock also stores each world with an internal name, so the folder name may look random even when the world itself is correct.

Confirm the Transfer Worked

Load into the world and check the important areas first: spawn, bases, inventories, storage rooms, farms, and any custom dimensions or modded locations. Player inventory, experience, structures, entities, and world progress should remain intact when the full world data was downloaded correctly.

For multiplayer data, join with the same Minecraft account that used the server. If another player needs to test their inventory, they should join the singleplayer world through LAN or receive their own copy of the world.

The same world can be uploaded back to a server later. Any progress made in singleplayer should carry over as long as the edited world folder is uploaded completely.

Common Problems

The World Folder Is Hard to Find

Check the world name in your server settings, server properties, or world management area. Some plugins and mods store worlds outside the default location. Multiverse, for example, can create additional world folders with names that do not match the default `world` folder. Bedrock servers usually store world folders inside a `worlds` directory.

The World Does Not Appear in Singleplayer

The folder is usually in the wrong location, nested one folder too deep, or missing `level.dat`. For Java Edition, the world folder belongs in `.minecraft/saves`. For Bedrock Edition, it belongs in the `minecraftWorlds` directory listed above.

Version mismatch can also stop a world from loading correctly. Use the same Minecraft version, loader, and mod setup whenever possible.

Progress Is Missing After Loading

Missing progress usually means the download was incomplete. Large worlds can fail to transfer if the FTP session disconnects or if only part of the folder was downloaded. Try zipping the world folder on the server first, then download the zip and extract it locally.

If the server used behavior packs, resource packs, mods, or custom dimensions, make sure those are also available in your local Minecraft installation. The world can only load what the local game understands.

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support