FiveM Resource Troubleshooting

Resource not found

Check the folder structure. The manifest should be inside the actual resource folder, not one extra directory deep.

Resource failed to start

Read the first relevant error, not only the final failure line. Look for:

  • syntax errors
  • missing dependency
  • missing export
  • missing file
  • database connection failure
  • invalid configuration

Command missing

Confirm the resource started successfully and that the command exists in your installed version.

Permission denied

Check the exact ACE object, principal/group, and whether your permissions CFG executed.

Works after restart but not on boot

This often points to dependency/start order. Start the dependency first.

Works for admins only

Check permissions and whether the framework/resource treats administrators differently.

Still stuck?

Collect:

  • resource name and version
  • relevant console error
  • what you expected
  • what actually happened
  • steps already tried

Then contact Kruiger Labs Support at discord.gg/kruigerlabs.

Document status

Last reviewed: September 2026
Version note: Use the instructions that match your installed product/resource version. When behavior differs from your release, check its release notes before changing production configuration.