> ## 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 & Configure the Trader Mod in DayZ

> Establish a thriving economy on your DayZ server. Learn how to set up Safezones, place Trader NPCs, and configure item catalogues for custom trading.

## Building a Global Wasteland Economy

The **Trader** modification is a cornerstone of modern DayZ community servers, enabling you to transform your world into a living society with a structured economy. By implementing dedicated Safezones and merchant NPCs, you provide survivors with a centralized hub to exchange gathered loot for specialized currency (Rubles). This system encourages long-term progression and facilitates player interaction through trading, black market dealings, and resource management.

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

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

***

## Technical Configuration Workflow

Upon the initial server initialization with the mod active, the engine will generate a complete database within the following directory: `/profiles/Trader/`.

### 1. Architecting the Catalogue (`TraderConfig.txt`)

This configuration file defines the inventory available at each NPC and establishes the market value for every item.

```text theme={null}
<Category> Military Armory
<Item> M4A1    <BuyPrice> 1000    <SellPrice> 500
<Item> NVG     <BuyPrice> 5000    <SellPrice> 1000
```

### 2. Physical NPC Placement (`TraderObjects.txt`)

To manifest your traders in the world, you must define their physical coordinates and orientations.

<Steps>
  <Step title="Retrieve Coordinates">
    Position your character in-game at the exact spot where you want the NPC to stand. use an admin tool like [VPPAdminTools](/games/dayz/accessing-vpp-admin-tools) to copy your current X, Y, and Z coordinates.
  </Step>

  <Step title="Define Entity Logic">
    Input these coordinates into the `TraderObjects.txt` file. You must also specify the character model (class) for the NPC and the direction they should face.
  </Step>

  <Step title="Initialize the World">
    Restart your server. The NPCs will now spawn at the designated points, surrounded by a pre-configured Safezone radius if enabled in the settings.
  </Step>
</Steps>

***

## Strategic Economic Balancing

<AccordionGroup>
  <Accordion title="Currency Distribution">
    For a functional economy, you must ensure survivors have a method to acquire currency. We recommend updating your [types.xml](/games/dayz/configuring-typesxml-for-loot-spawns-in-dayz) to allow `MoneyRouble` items to spawn in logical locations, such as cash registers or on police/military infected.
  </Accordion>

  <Accordion title="The 'Sell-Only' Strategy">
    To prevent inflation and encourage exploration, consider setting high-tier weaponry to "Sell Only" within your config. This forces players to scavenge for elite gear while still rewarding them with currency for their efforts.
  </Accordion>
</AccordionGroup>

<Warning>
  ### Safezone Integrity

  Ensure your Safezone boundaries are clearly communicated to your players. Misconfigured Safezones can lead to "spawn camping" or combat logging issues that negatively impact the community experience.
</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 | **Economy:** Wealth in the wasteland.
</div>
