> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Manage World Saves & Backups in Enshrouded

> Master the technical architecture of your Enshrouded world data. Learn how to securely backup, restore, and transfer persistent voxel saves.

## Technical Data Sovereignty in Embervale

Enshrouded uses a sophisticated database-like architecture for its world saves, designed to track every persistent modification to the 3D voxel grid. Unlike traditional games that use a single flat file, an Enshrouded save maintains granular data for deep excavations, massive architectural projects, and global terraforming. Because this data is written in real-time, maintaining a rigorous backup strategy is essential for protecting your community's progress from potential database corruption or developmental bugs. This guide walk you through the professional management of your world data.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Intermediate
  </Card>

  <Card title="Time" icon="clock">
    6 Minutes
  </Card>
</CardGroup>

***

## Technical File Anatomy

Your world's persistent data resides exclusively within the `/savegame/` directory of your FREAKHOSTING instance. A successful world save consists of two critical technical components:

* **World Binary (Hex ID):** A large, high-entropy file (e.g., `3ad85...`) containing the physical voxel data, terrain changes, and player-built structures.
* **World Metadata Info:** A smaller companion file (e.g., `3ad85..._info`) containing the world state registry, mission flags, and discovery data.

***

## Data Preservation Workflow (Backups)

Follow these steps to generate a secure off-site copy of your world data.

<Steps>
  <Step title="Initialize Maintenance">
    Log in to the [Game Panel](https://games.freakhosting.com) and **Stop** your server.

    <Warning>
      **Never** attempt to copy or download active save files while the server is `Online`. The process maintains an active I/O lock on the database; bypassing this can result in a "Half-Written" corrupted backup.
    </Warning>
  </Step>

  <Step title="Initialize Archive">
    Navigate to the **Files** tab. Select the `/savegame/` directory and use the **Archive (Zip)** utility to compress the data.
  </Step>

  <Step title="Secure Locally">
    Download the resulting archive to your local workstation via the browser or a dedicated [SFTP Client](/portals/game-panel/how-to-connect-via-sftp).
  </Step>
</Steps>

***

## Restoration & Migration Protocols

To revert your world to a previous state or migrate data from a different server, use this standardized protocol.

<Steps>
  <Step title="Purge Destination Data">
    **Stop** the server and navigate to the `/savegame/` directory. Delete any existing files to ensure no ID conflicts occur with the new data.
  </Step>

  <Step title="Deploy Backup Assets">
    Upload your verified backup files into the empty directory.
  </Step>

  <Step title="Initialize Re-Sync">
    **Start** your server. Monitor the **Console** tab; the engine will programmatically verify the new binary hashes and initialize the world state.
  </Step>
</Steps>

***

<Important>
  ### Early Access Data Sensitivity

  Enshrouded is currently in active development. Major engine updates can occasionally introduce "Schema Changes" that render older save files incompatible. We strongly recommend maintaining a historical archive of at least three localized backups to ensure you can roll back following a problematic game update.
</Important>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Enshrouded:** Data secured.
</div>
