Windows Agent
The Windows agent is included in the same folder as the FiveM resource:
server-data/resources/[standalone]/fiveops/windows-agent
It handles backups, database dumps, Lua security scans, inventory tools, and background jobs that should not run inside FXServer.
Install
- Run
install-fiveops-backup-agent.cmdas administrator. - The first run creates
fiveops-backup-agent.config.jsonand opens Notepad. - Fill in
communityIdandconnectorToken. - Save the file and run the installer again.
Minimum required values:
{
"communityId": "your-community-id",
"connectorToken": "paste-generated-token-here"
}
Leave path fields empty for the normal server layout. The agent detects server-data, resources, and server.cfg by walking up from the unified fiveops/windows-agent folder.
The installer creates a scheduled task named FiveOps Backup Agent. Logs are written to:
fiveops/windows-agent/fiveops-backup-agent.log
The agent uses the built-in FiveOps update service, verifies file hashes, and preserves fiveops-backup-agent.config.json.
Run uninstall-fiveops-backup-agent.cmd to remove the scheduled task.
The complete configuration, database backup requirements, and troubleshooting steps are in README.md inside the downloaded fiveops folder.
