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

# Installation

> Install Revo EcoWipe and set it up on your FiveM server.

<Steps>
  <Step title="Download EcoWipe">
    Visit the <a href="https://keymaster.fivem.net/" target="_blank">FiveM Keymaster</a> and download the latest version of **Revo EcoWipe**. Save the script to your computer.
  </Step>

  <Step title="Add to Resources">
    Place the downloaded `revo_ecowipe` folder inside your server's `resources` directory.
  </Step>

  <Step title="Configure server.cfg">
    Add the following line to your `server.cfg` to ensure EcoWipe starts with your server:

    ```bash theme={null}
      ensure revo_ecowipe
    ```
  </Step>

  <Step title="Start the Resource">
    Restart your server or run these commands in the server console:

    ```bash theme={null}
      refresh
      ensure revo_ecowipe
    ```
  </Step>
</Steps>

<Tip>
  EcoWipe is free and works for both online and offline players. All operations are performed in-game through a user-friendly UI.
</Tip>
