> ## 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

> How to install NEX Coords Tool on your FiveM server.

## Requirements

None. The resource is standalone — no framework, no `ox_lib`, no SQL.

## Steps

1. Drop the `nex_coordstool` folder into your `resources/` directory. Any subfolder is fine, e.g. `resources/[nex]/nex_coordstool/`.

2. Add it to your `server.cfg`:

   ```
   ensure nex_coordstool
   ```

3. Start (or restart) your server.

That's it. Run `/coordsx` in-game to open the menu.

## Checking it worked

From F8:

```
lua print(GetResourceState('nex_coordstool'))
```

Should print `started`. If it prints `missing` or `stopped`, fix `server.cfg` and restart.

## Updating

`lua/config.lua` is listed under `escrow_ignore`, so your settings survive updates.

1. Replace the resource files with the new version (keep your edited `lua/config.lua`).
2. Restart the resource: `restart nex_coordstool`.
