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

# Troubleshooting

> Fixes for common NEX Coords Tool issues.

| Problem                               | Fix                                                                                                                                                                                              |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Mouse stuck after closing the menu    | Run `/mfix` in chat. If it happens often, another resource is fighting for NUI focus — check the F8 console for `SetNuiFocus` warnings.                                                          |
| `/coordsx` does nothing               | Resource didn't start. Check `ensure nex_coordstool` is in `server.cfg` and the server console for boot errors. From F8: `lua print(GetResourceState('nex_coordstool'))` should print `started`. |
| Clipboard paste is empty              | Some Windows clipboard managers strip contents on focus change. Paste **before** alt-tabbing away from FiveM.                                                                                    |
| Coords are slightly off               | The tool reports `GetEntityCoords` rounded to `Config.Precision` decimals. Bump precision if you need more digits.                                                                               |
| HUD won't toggle off                  | The toggle command is configurable — make sure you're using whatever `Config.Commands.toggleHud` is set to (default `/coordshud`).                                                               |
| Command clashes with another resource | Rename it in `Config.Commands` and restart `nex_coordstool`. If you locked commands via ACE, update the `command.<name>` entries too.                                                            |
| Players can run admin-only commands   | You haven't locked them down. See [Configuration → Permissions](/nex_coordstool/configuration#permissions).                                                                                      |

## Before opening a support ticket

Please include:

1. Your FiveM artifact build number.
2. F8 console output filtered for `[nex_coordstool]` (or any errors mentioning it).
3. Whether the issue is reproducible from a fresh resource start.

See [Support & contact](/general/support) for how to reach us.
