How to Upload a Custom Minecraft World to Your Server


Overview:
Want to play your custom-built world or a downloaded map on your Minecraft server? This guide shows you how to upload and run a custom Minecraft world on your server.

Steps:

  1. Stop your server
    Before uploading any files, stop your Minecraft server from the control panel to prevent file corruption.

  2. Access your server files using SFTP

    • Download and install FileZilla if you don’t have it.

    • Connect using the SFTP credentials provided in your Vexal Hosting control panel.

  3. Upload your world folder

    • Locate your custom world folder on your PC. It should contain files like level.dat, region/, data/, etc.

    • Upload this entire folder to the server’s root directory (same place as server.properties).

  4. Set the world name in server.properties

    • Open server.properties.

    • Find the line that starts with level-name= and set it to match your uploaded world folder name exactly.

    • Example: level-name=mycustomworld

  5. Restart your server
    Start your server again. It will now load the uploaded world.

???? Tips:

  • Ensure your world version matches your server version.

  • Don’t rename the world folder after uploading unless you also update level-name.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Installing Plugins on a Minecraft Paper or Spigot Server

Overview:Add new features, commands, and enhancements to your server using plugins. This article...

How to Enable Command blocks on Your Minecraft Server

Overview:Command blocks allow you to run powerful in-game commands automatically—perfect for...

How to Set Up a Minecraft Whitelist

Go to the console and run: /whitelist on Add players: /whitelist add PlayerName To...

How to Set the World Spawn in a Vanilla Server

To set the world spawn for your vanilla server, go to the location you would like the spawn to be...

How to Set a Spawnpoint Using Essentials

To set your spawn using Essentials, make sure EssentialsX and EssentialsXSpawn are installed....