> ## 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 Install DayZ Expansion

> Deploy the definitive total overhaul for DayZ. Learn how to install the DayZ Expansion mod suite, manage dependencies, and configure custom mission templates.

## Total Conversion Deployment

**DayZ Expansion** is an ambitious total overhaul project that fundamentally transforms the survival experience. By introducing helicopters, operational boats, specialized base-building mechanics, and a sophisticated integrated currency system, it pushes the game engine to its absolute limits. Due to the scale of these modifications, Expansion requires a specialized installation workflow that goes beyond standard mod deployment. This guide ensures your server is correctly architected to handle the complexity of the Expansion suite.

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

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

***

## Technical Core Dependencies

The Expansion engine will fail to initialize if its mandatory framework requirements are missing from the load order.

* **@CF (Community Framework):** The underlying logic hook for modern DayZ modding.
* **@Dabs Framework:** Specialized technical utilities required for Expansion's UI and physics components.

***

## Mandatory Mission Architecture

A common failure point for new administrators is attempting to execute Expansion on a vanilla mission template. You **must** use the specialized mission files provided by the mod developers to enable custom spawns and vehicle synchronization.

<Steps>
  <Step title="Locate Bundle Assets">
    Open the `@DayZ Expansion Bundle` directory within your [Game Panel](https://games.freakhosting.com) File Manager.
  </Step>

  <Step title="Migrate Mission Templates">
    Navigate to the `Missions` sub-folder. Copy the specialized mission folder (e.g., `Expansion.ChernarusPlus`) into your server's root `/mpmissions/` directory.
  </Step>

  <Step title="Update Server Configuration">
    Open your `serverDZ.cfg` and update the `template` variable to target your new directory:
    `template="Expansion.ChernarusPlus";`
  </Step>

  <Step title="Initialize the World">
    Restart your server. The engine will now load the Expansion-specific world definitions and logic.
  </Step>
</Steps>

***

<Warning>
  ### Strategic Data Wipe

  When transitioning an existing server to DayZ Expansion, we strongly recommend performing a full world wipe (deleting the `/storage/` folder). Expansion introduces significant changes to item classnames and global spawn logic; using a legacy save can result in "Ghost Items", invisible geometry, and severe database desynchronization.
</Warning>

***

<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 | **Expansion:** The apocalypse, redefined.
</div>
