# How to Install EUP (Emergency Uniforms Pack) on Your FiveM Server (/docs/fivem/install-eup)



import { Step, Steps } from 'fumadocs-ui/components/steps';

**EUP (Emergency Uniforms Pack)** adds detailed police, fire, EMS, and military uniforms to freemode character models. Players use the `/eup` command in-game to browse and equip uniforms.

> EUP requires a **Cfx.re Element Club** subscription for FiveM asset encryption (streaming the clothing files).

Three Resources Required [#three-resources-required]

| Resource       | Purpose                                               |
| -------------- | ----------------------------------------------------- |
| **eup-stream** | All clothing model and texture files (large download) |
| **eup-ui**     | The in-game `/eup` menu                               |
| **NativeUI**   | UI framework dependency for eup-ui                    |

Install EUP [#install-eup]

<Steps>
  <Step>
    Download all three resources [#download-all-three-resources]

    Get eup-stream, eup-ui, and NativeUI from the official cfx.re releases thread.
  </Step>

  <Step>
    Upload to the server [#upload-to-the-server]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), stop the server. Click **Files** in the sidebar and upload all three folders to `resources/` (or `resources/[eup]/`).
  </Step>

  <Step>
    Add to server.cfg [#add-to-servercfg]

    Open `server.cfg` in **Files** and add:

    ```ini
    ensure NativeUI
    ensure eup-stream
    ensure eup-ui
    ```

    Start order matters — NativeUI must load before eup-ui.
  </Step>

  <Step>
    Restart and test [#restart-and-test]

    Start from **Console**. In-game, type `/eup` to open the uniform selection menu. Browse by department (police, sheriff, fire, EMS, military).
  </Step>
</Steps>

Related Guides [#related-guides]

* [Install ELS](/docs/fivem/install-els)
* [Install Custom Vehicles](/docs/fivem/install-custom-vehicles)
* [Install Resources](/docs/fivem/install-resources)
