Xeltax · July 13, 2026
How to install a FiveM script
A quick, framework-agnostic guide to installing a resource on your server the right way.

Start by extracting the resource into your server's resources folder, ideally inside a dedicated [xeltax] bracket folder to keep things organized.
Add ensure resource_name to your server.cfg, below your framework and any dependencies it requires. Order matters: the framework must start first.
Open config.lua and adjust the settings to match your server. Restart the server (not just the resource) so the SQL migrations run cleanly.
If something doesn't start, check the server console for missing dependencies — that's the cause 90% of the time.