How to upload an existing Minecraft world to your server Print
- 0
This article explains how to upload an existing Minecraft world (singleplayer or from another host) to your PlayNHost server.
1. Prepare your world folder
- Open Minecraft on your computer and locate the world you want to upload.
- On Windows:
- Press Win + R, type
%appdata%\.minecraft\savesand press Enter. - Find the folder with the world name you want (for example,
MyWorld).
- Press Win + R, type
- On macOS:
- Open Finder, click Go → Go to Folder and type
~/Library/Application Support/minecraft/saves. - Find your world folder.
- Open Finder, click Go → Go to Folder and type
- Right-click the world folder and compress/zip it into a .zip file (for example,
MyWorld.zip).
2. Log in to the Game Panel
- Go to https://panel.playnhost.com in your browser.
- Log in with your panel credentials, or use the Game Panel button from the Client Area to login automatically.
- Select the Minecraft server you want to upload the world to.
3. Stop the server
- On the server dashboard, click Stop and wait until the console shows that the server has fully stopped.
- Do not upload or replace world files while the server is running; this can corrupt the world.
4. Upload the world archive
- In the Game Panel, open the File Manager for your server.
- Go to the main server directory
- Click Upload and select your .zip world file (for example,
MyWorld.zip). - Wait for the upload to complete. The file should appear in the file list when finished.
5. Extract and rename the world
- In the File Manager, select the uploaded .zip file and use the option to Extract or Unzip it.
- You should now see a folder with your world’s name (for example,
MyWorld). - Decide which folder name your server uses as the main world:
- For most setups, the main world folder is called
world.
- For most setups, the main world folder is called
- If you want your uploaded world to be the main world:
- Delete or rename the existing
worldfolder (for example, toworld_old). - Rename your uploaded world folder (for example,
MyWorld) toworld.
- Delete or rename the existing
6. Check the server.properties (if needed)
- Open the server.properties file in the File Manager.
- Find the line
level-name=.... - Make sure the value matches the folder name of the world you want to load (for example,
level-name=worldif your folder is calledworld). - Save the file if you made changes.
7. Start the server and test
- Go back to the server dashboard and click Start.
- Wait for the server to fully start. Watch the console for errors.
- Join the server from your Minecraft client using your normal IP/hostname and port.
- You should now spawn in your uploaded world.
Troubleshooting
- The server loads a new world instead of my upload
Double-check that:- The uploaded world folder name matches the
level-namevalue. - You renamed the correct folder to
world(or whateverlevel-nameis set to).
- The uploaded world folder name matches the
- The panel shows errors when starting
Check the console for specific error messages (for example, missing level.dat, corrupted files). If you are unsure, open a support ticket and include the console output.
If you need help with a specific world upload, please open a ticket from the Support → Submit a Ticket section and include your server name and a brief description of what you tried.