Managing Your Hytale Server World
Uploading Your World
To upload a world to your Hytale server, follow these steps. We recommend compressing your world folder to .zip format first, as it significantly reduces upload time.
-
Zip the world folder into an archive (like .zip or .tar.gz) or get a singleplayer world like explained here
-
Log in to the Dashboard.
-
Choose a server within your server list.
-
You will be redirected to the Console Page of your server. In the navigation menu, open the “Console & Files” category and navigate to File Manager.
-
Delete all files from the server (except the ‘hytale-downloader’ file/folder if present)
-
Click on Upload File (or the upload icon in the top-right).
-
Select your world archive and click Upload.
-
After the upload completes, locate your world archive in the file list.
-
Click on the 3 dots to the right of the archive file.
-
Click on Unarchive to extract the world files.
-
Start your server to load the uploaded world!
You can also use SFTP for faster and more reliable file transfers.
Downloading Your World
To back up or download your Hytale server world:
-
Log in to the Dashboard.
-
Choose a server within your server list.
-
You will be redirected to the Console Page of your server. In the navigation menu, open the “Console & Files” category and navigate to File Manager.
-
Select the “Select All” box at the top of the Filemanager.
-
Click on the Download button.
-
Wait for the world to be archived and downloaded.
Your world archive should now have been downloaded, you can add it as single-player like explained here
You can also use SFTP to download your world folder directly without archiving!
Managing Singleplayer Worlds
Getting Your Singleplayer World Files
If you want to upload your singleplayer Hytale world to your server, you’ll first need to locate the world files on your computer.
-
-
Press Windows Key + R to open the Run dialog.
-
Type
%APPDATA%\Hytale\UserData\Savesand press Enter. -
You’ll see folders for each of your singleplayer worlds. Each world is stored in its own folder.
-
Identify the world you want to upload by checking the folder name or opening the world in-game to confirm.
-
Right-click on the world folder and select Compress to → ZIP file to create a
.ziparchive. -
Follow the Uploading Your World steps above to upload this archive to your server.
-
-
-
Open Finder.
-
Press Command + Shift + G to open the “Go to Folder” dialog.
-
Type
~/Library/Application Support/Hytale/UserData/Savesand press Enter. -
You’ll see folders for each of your singleplayer worlds. Each world is stored in its own folder.
-
Identify the world you want to upload by checking the folder name or opening the world in-game to confirm.
-
Right-click on the world folder and select Compress to create a
.ziparchive. -
Follow the Uploading Your World steps above to upload this archive to your server.
-
-
-
Open your file manager or terminal.
-
Navigate to
~/.config/hytale/UserData/Saves -
You’ll see folders for each of your singleplayer worlds. Each world is stored in its own folder.
-
Identify the world you want to upload by checking the folder name or opening the world in-game to confirm.
-
Right-click on the world folder and select Compress (or use the command
zip -r worldname.zip worldname/in terminal). -
Follow the Uploading Your World steps above to upload this archive to your server.
-
Adding Downloaded Worlds Back to Singleplayer
If you’ve downloaded a world from your server and want to play it in singleplayer:
-
-
Download your world archive from the server following the Downloading Your World steps.
-
Press Windows Key + R to open the Run dialog.
-
Type
%APPDATA%\Hytale\UserData\Savesand press Enter. -
Extract the downloaded archive into the Saves folder.
-
Make sure the extracted folder contains all the necessary world files.
-
If the folder name contains special characters, rename it to something more descriptive.
-
Launch Hytale and check your singleplayer world list. Your downloaded world should now appear!
-
-
-
Download your world archive from the server following the Downloading Your World steps.
-
Open Finder and press Command + Shift + G.
-
Type
~/Library/Application Support/Hytale/UserData/Savesand press Enter. -
Extract the downloaded
.ziparchive into the Saves folder. -
Make sure the extracted folder contains all the necessary world files.
-
If the folder name contains special characters, rename it to something more descriptive.
-
Launch Hytale and check your singleplayer world list. Your downloaded world should now appear!
-
-
-
Download your world archive from the server following the Downloading Your World steps.
-
Navigate to
~/.config/hytale/UserData/Savesusing your file manager or terminal. -
Extract the downloaded
.ziparchive into the Saves folder (you can useunzip worldname.zipin terminal). -
Make sure the extracted folder contains all the necessary world files.
-
If the folder name contains special characters, rename it to something more descriptive.
-
Launch Hytale and check your singleplayer world list. Your downloaded world should now appear!
-
Always create backups of your existing singleplayer worlds before adding new ones or making changes!