> ## 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 Backup and set it up on your FiveM server.

<Info>
  Make sure you have oxmysql installed and running before installing Revo Backup.
</Info>

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

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

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

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

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

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

<Tip>
  Revo Backup works out of the box with automatic backups enabled. You can customize backup settings, schedules, and permissions in the `config.lua` file.
</Tip>
