> ## 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 the Emergency Uniforms Pack (EUP) in FiveM

> Deploy high-quality Police, EMS, and Fire Department uniforms for your community. Learn how to install and configure the EUP framework on your FiveM server.

## Professional Departmental Clothing

The **Emergency Uniforms Pack (EUP)** is the definitive standard for departmental attire and tactical gear within the FiveM roleplay ecosystem. It provides your community with hundreds of high-fidelity components for Law Enforcement (LEO), Emergency Medical Services (EMS), and Fire Departments, featuring perfectly synchronized textures and badges. By implementing EUP, you elevate the immersion of your roleplay environment, allowing for distinct visual identification of various public service branches.

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

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

***

## Technical Prerequisites

The FiveM engine enforces strict licensing requirements for streaming custom clothing assets. Before beginning the installation, ensure your environment meets these criteria:

* **Authorized License Key:** Your [Server License Key](/games/fivem/how-to-change-server-license-key-on-your-fivem-server) must be associated with a **Cfx.re Patreon Element Club** (Argentum tier or higher) membership. Standard keys are not authorized to stream the data-heavy clothing overrides required by EUP.
* **UI Frameworks:** Most modern iterations of EUP require **NativeUI** or a framework-specific menu (such as `qb-menu`) to facilitate the selection interface.

***

## Installation & Deployment Workflow

Follow these steps to integrate the EUP framework into your resource stack.

<Steps>
  <Step title="Acquire Latest Assets">
    Download the primary EUP distribution from the [official EUP Team repository](https://github.com/EUP-Team). A standard installation typically involves two resources:

    * **`eup-stream`:** Contains the physical `.ydd` (models) and `.ytd` (texture) assets.
    * **`eup-ui`:** The logical script responsible for the user interface and outfit assembly.
  </Step>

  <Step title="Deploy to Resources">
    Upload both directories into your server's `/resources/` folder using the [Game Panel](https://games.freakhosting.com) File Manager or SFTP.
  </Step>

  <Step title="Establish Loading Order">
    Open your `server.cfg` and authorize the resources in this specific sequence to ensure dependencies are resolved correctly:

    ```cfg theme={null}
    ensure NativeUI
    ensure eup-stream
    ensure eup-ui
    ```
  </Step>
</Steps>

***

<Important>
  ### Identifying Character Corruption

  If players report "invisible" limbs, distorted bodies, or default vanilla clothing appearing when selecting EUP options, it is almost exclusively a result of an unauthorized license key. Verify that your Patreon subscription is active and that the correct `cfxk_` key is applied in your **Startup** parameters.
</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 | **FiveM:** EUP deployed.
</div>
