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

# Resources

Route: `/resources`
Sidebar group: System
Permission: `resources.view`

## What it does

Read-only list of every resource the game server has loaded. Use it to confirm a resource is started, spot one that errored, or check the resource set after a deploy.

## What you see

* **Resource row** with name and state (started / stopped / starting / stopping / missing / error).
* **Counts**, total / running / errored at a glance.
* **Grouping**, errored first, then user resources, then system resources.
* **Search**, by name.

## Common actions

This page is read-only. Starting and stopping resources from the dashboard is not implemented; use the FiveM server console (`ensure <name>` / `stop <name>` / `restart <name>`) for that.

## Notes

Resource state is pushed by the `nexora-dashboard` Lua heartbeat, so the list reflects the actual game server. If everything is blank, the Lua resource is not connected; see [Lua install](../lua-resource/install).
