Common Issues
Solutions to frequently encountered problems when installing and running Kyros FiveM resources.
Still stuck? Join our Discord server and open a support ticket — our team will assist you directly.
Escrow / Asset Protection Errors
Most installation errors relate to the FiveM Asset Escrow system. See the FiveM Asset Escrow System page for a full troubleshooting guide.
Script Not Starting
Missing ensure line in server.cfg
Make sure you have the correct ensure line in server.cfg. Replace resource_name with the exact folder name:
ensure resource_name
Wrong folder name
The folder name inside resources/ must exactly match the name after ensure — no extra characters, spaces, or numbers appended by your FTP client.
FTP Upload Issues
Always use WinSCP when uploading via FTP. Other FTP clients can silently corrupt escrow-protected resource files.
Resource Keeps Crashing
Outdated dependencies
Make sure all required dependencies (e.g. ox_inventory, ox_lib) are up to date and started before the Kyros resource in server.cfg:
ensure oxmysql
ensure ox_lib
ensure ox_inventory
# --- Kyros scripts below ---
ensure kyros-repair-bench
Stuck on this step?We answer fastest in Discord.