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

# Installation

> Drag-and-drop install for nexdev_watermark — folder name, server.cfg order, and optional FiveManage convars.

`nexdev_watermark` installs by dragging a single folder in and ensuring it after `ox_lib`. There is no build step and no database.

<Warning>
  The resource folder **must be named `nexdev_watermark`**. Renaming it breaks permissions, saved settings, and exports.
</Warning>

## Requirements

| Requirement                                 | Notes                                                  |
| ------------------------------------------- | ------------------------------------------------------ |
| FiveM server                                | Any recent artifacts                                   |
| [`ox_lib`](https://overextended.dev/ox_lib) | Required. Must start **before** this resource          |
| [FiveManage](https://fivemanage.com)        | Optional. Only needed for logo uploads from the editor |

## Steps

1. Drop the `nexdev_watermark` folder into your `resources/` tree. Any subfolder works, for example `resources/[nex]/`.

2. In `server.cfg`, ensure it **after** `ox_lib`:

   ```cfg theme={null}
   ensure ox_lib
   ensure nexdev_watermark

   # Optional: FiveManage logo upload (https://fivemanage.com)
   set nexdev_fivemanage_key "YOUR_FIVEMANAGE_API_TOKEN"
   # set nexdev_fivemanage_url "https://api.fivemanage.com/api/image"   # (default)
   # set nexdev_manage_ace "nexdev_watermark.manage"                    # (default)
   # set nexdev_manage_group "group.admin"                              # (default)
   ```

3. That's it — the resource works out of the box. Open the editor in game with `/nexwm`.

## Permissions

Members of `group.admin` can manage the watermark by default — the resource grants the `nexdev_watermark.manage` permission to `group.admin` on start.

To manage the permission yourself instead, set `nexdev_manage_group "none"` and add the ACE to your permissions config:

```cfg theme={null}
add_ace group.admin nexdev_watermark.manage allow
```

Use your own group in place of `group.admin` if you prefer.

## Verifying the install

* Start the server and run `/nexwm` as an admin. The editor should open.
* Change the text or colors and press **Save changes** — every connected player should see the update immediately.
* Restart the resource — your saved look should come back (it persists to `data/config.json`).
* If the editor does not open, see [Troubleshooting](/nexdev_watermark/troubleshooting).
