Adding Resources to your Server - jorjic/fivem-docs GitHub Wiki
Adding Resources
At this point, you probably have some resources you want to add to your server. If not, it's never too late!
Once you download a resource you want to add, unzip it and find the folder that contains __resource.lua. Move that folder to the server's "resources" folder.
Example: resources/jscoreboard/__resource.lua
Add Resource to AutoStart
Edit citmp-server.yml and add a new line for the resource. It will look similar to below
AutoStartResources:
- jscoreboard
All Done
If you are using an rcon client, you can start/stop/restart the resource by issuing a command like: restart jscoreboard
Otherwise, restart the server and the installation is complete.