FiveM Resource

FiveOps uses one resource folder named fiveops. The same folder contains the Windows agent under windows-agent.

Install

Download fiveops.zip from Settings -> Server kit, extract it, and copy the single folder to:

server-data/resources/[standalone]/fiveops

Edit fiveops/config.lua:

Config.CommunityId = 'your-community-id'
Config.CfxJoinUrl = 'https://cfx.re/join/abc123'

Add the token, profiler permissions, and resource to server.cfg:

set fiveops_token "paste-generated-token-here"

add_ace resource.fiveops command.profiler allow
add_ace resource.fiveops command.record allow
add_ace resource.fiveops command.saveJSON allow
add_ace resource.fiveops command.view allow

ensure fiveops

Run fiveops_ping in the FXServer console and confirm the server shows as verified in FiveOps Settings.

Commands

fiveops_ping
fiveops_sync_resources
fiveops_sync_identities
fiveops_sync_economy
fiveops_clear_profiler
fiveops_update_connector

The updater preserves config.lua. Run restart fiveops after updating.

For the full first-install flow, Windows-agent setup, migration steps, and troubleshooting, open README.md inside the downloaded fiveops folder.