Skip to main content
The Fivemanage SDK can be configured using both FiveM ConVars and a config.json file.

API Keys (ConVars)

API keys are sensitive and should be set in your server.cfg using ConVars. This prevents them from being accidentally shared if you share your resource files.

config.json

The config.json file located in the fmsdk folder allows you to customize the behavior of the logging system and automatic events.

Logging Settings

Automatic Events

The SDK can automatically log certain server events to specific datasets. Each event category has the following structure:
  • enabled: Set to true to enable automatic logging for this category.
  • dataset: The name of the dataset in Fivemanage where these logs should be sent.

Example config.json