Articles on: Game Servers

Fixing Resources (FiveM keymastered) That Won’t Start

If some resources in your server are failing to start, the issue is often caused by incorrect file permissions. Applying recursive 777 permissions to your resources folder ensures that all files and folders can be accessed and executed by the server.


Steps to Apply Recursive Permissions


  1. Open your server control panel and navigate to the Resources folder.
  2. At the top of the file manager, click Select All + 777 Recursive.
  3. Wait for the process to complete.
  • A loading bar will appear at the bottom of the panel while permissions are being applied.
  • The process is complete once the loading bar stops and disappears.
  1. Return to your server console.
  2. Start the resources that were previously not working.


Expected Result


After the recursive permissions have been applied, any resources that were failing due to permission issues should now start normally.


When to Use This


Use this procedure when:


  • Newly uploaded resources fail to start
  • Scripts report file access or permission errors
  • Resources worked previously but stopped after uploading or transferring files
  • You see permission-related errors in the server console


Additional Notes


  • The Select All + 777 Recursive option applies full read, write, and execute permissions to all files and subfolders within the resources directory.
  • Depending on the number and size of your resources, this process may take several minutes.
  • Do not close the panel or refresh the page until the loading bar has fully completed.


Still Having Issues?


If your resources still do not start after applying permissions:


  1. Restart your server.
  2. Review the server console for any specific error messages.
  3. Verify that all required dependencies are installed and started in the correct order.
  4. Contact support if the issue persists.

Updated on: 14/05/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!