How to Download a World From Your Minecraft Server

Downloading a Minecraft world from your server is useful when you want to create a local backup, move your world to another server, continue playing it in singleplayer, or keep a copy of your world outside your Game Panel.

A Minecraft world contains your terrain, builds, player data, structures, and other world information. Downloading the world allows you to keep a copy of this data on your computer.

This guide explains how to download a Minecraft world from your server using the File Manager in your Game Panel.

This guide is written for Minecraft: Java Edition servers, including Vanilla, Paper, Spigot, and Purpur servers.


What Is Stored in a Minecraft World? #

A Minecraft world contains the data required to load and play the world.

This can include:

  • Terrain
  • Player builds
  • Chunks
  • Villages
  • Structures
  • Entities
  • Player data
  • World settings
  • Other world information

A standard Minecraft server may have folders such as:

world
world_nether
world_the_end

Important: Stop Your Server Before Downloading the World #

It is recommended to stop your Minecraft server before downloading a world.

Minecraft continuously saves world data while the server is running.

Stopping the server ensures that all world data has been saved before you create your copy.

This also helps prevent files from changing while you are downloading them.


How to Download a Minecraft World From Your Server #

Step 1: Stop Your Minecraft Server #

Stop the Minecraft server completely.

Wait until the server has fully stopped before continuing.

Step 2: Open Your Server Files #

Open the File Manager in your Game Panel.

Navigate to the main directory of your Minecraft server.

You should see files and folders similar to:

server.properties
eula.txt
world
plugins

Step 3: Find Your World Folder #

Find the folder containing your Minecraft world.

For a standard server, this is commonly:

world

If your server uses a different world name, check the level-name setting in:

server.properties

For example:

level-name=Survival

would mean the main world folder is:

Survival

Step 4: Create a ZIP Archive #

If your Game Panel provides an Archive, Compress, or Create ZIP option, use it to create a ZIP archive of the world folder.

For example:

world

can be compressed into:

world.zip

Compressing the world into a ZIP file makes it much easier to download as a single file.

Step 5: Download the ZIP File #

Select the ZIP file in the File Manager.

Use the Download option provided by your Game Panel.

Save the file somewhere safe on your computer.

For example:

Minecraft Backups/world.zip

Step 6: Extract the World #

Once the download is complete, extract the ZIP file on your computer.

You should end up with a world folder containing files such as:

level.dat
region
data
playerdata

Your exact files may vary depending on the Minecraft version.

Step 7: Keep the World Safe #

Store the downloaded world somewhere safe.

You can use it as a backup or upload it to another Minecraft server later.

If the world contains important builds or player progress, consider keeping multiple backups in different locations.


How to Use the Downloaded World in Singleplayer #

If you want to play your server world in singleplayer, you can place the downloaded world into your Minecraft saves folder.

On Windows, the default location is:

%appdata%\.minecraft\saves

Place the extracted world folder inside:

saves

For example:

.minecraft
└── saves
    └── MyWorld
        ├── level.dat
        ├── region
        └── data

Start Minecraft and open Singleplayer.

Your downloaded world should appear in the world list.

Make sure you are using a Minecraft version compatible with the world.


Downloading the Nether and End #

On many Minecraft servers, the Nether and End are stored separately.

A standard server may have:

world
world_nether
world_the_end

If you want a complete copy of your server world, you may need to download all of the relevant world folders.

If you only download:

world

you may not have the separate Nether and End data used by your server.

The exact setup depends on your server software and configuration.


Common Mistakes to Avoid #

Downloading While the Server Is Running #

It is recommended to stop the server before downloading the world.

This ensures that the world has been saved before you create your backup.

Only Downloading the Main World #

If your server stores the Nether and End as separate folders, remember to download them as well.

Forgetting to Extract the ZIP #

A ZIP file cannot always be used directly as a Minecraft world.

Extract the ZIP before placing the world into your Minecraft saves folder or uploading it to another server.

Using an Incompatible Minecraft Version #

Always make sure the Minecraft version you use to open the world is compatible with the version the world was created or last used on.

Was this Guide helpful?
Updated on September 15, 2026