Find us on social media
WorldUploadSFTPFiles4 min read
Upload an existing world to your server
Transfer a singleplayer world or another server's world using SFTP or the panel file manager.
Overview
You can upload an existing Minecraft world (from singleplayer or another server) to your Baires Host server using either the built-in file manager or SFTP.
Method 1: Panel file manager (small worlds)
Best for worlds under 500 MB:
- Go to panel.baires.host → select your server
- Stop the server
- Navigate to Files
- Delete or rename the existing
worldfolder (andworld_nether,world_the_endif present) - Click Upload and select your world folder (zipped)
- After upload, extract the zip file
- Rename the extracted folder to
world(must match thelevel-namein server.properties) - Start the server
Method 2: SFTP (recommended for large worlds)
Best for worlds over 500 MB:
- In the panel, go to Settings → note your SFTP connection details:
- Host:
sftp://panel.baires.host:2022 - Username: shown in the panel
- Use an SFTP client (FileZilla, WinSCP):
- Host:
panel.baires.host - Port:
2022 - Username: from the panel
- Password: your panel account password
- Connect and navigate to the server root (
/) - Delete or rename the existing world folders
- Upload your world folder (renamed to
world) - Start the server
Finding your singleplayer world
Windows
terminal
%appdata%\.minecraft\saves\YourWorldNamemacOS
terminal
~/Library/Application Support/minecraft/saves/YourWorldNameLinux
terminal
~/.minecraft/saves/YourWorldNameImportant notes
- The folder name must match the
level-namevalue inserver.properties(default:world) - For Paper/Spigot servers, the Nether and End are stored inside the world folder as
DIM-1andDIM1 - For Vanilla servers, they are separate folders:
world_netherandworld_the_end - Make sure the world was saved on the same or older Minecraft version as your server
- Compress large worlds into a .zip before uploading via SFTP for faster transfer
Was this guide helpful?