Configuration
Manage connection settings, live logging controls, batching, and API keys.
On this page
Server connection settings
xenlog_apikey selects the XenLogs server receiving your logs. The resource connects to https://logs.xenvious.dev by default, so a gateway override is unnecessary for a standard installation.
set xenlog_gateway "https://logs.xenvious.dev"Put connection convars before ensure XenLogs. After editing server.cfg, restart FXServer to load the new values. Do not replace the HTTPS URL with the dashboard URL or an API path.
Save live settings
Select the community and server, then open Settings. Owners and members with Manage Config can change settings. Save your changes to send supported live settings to the connected resource.
- Framework Integrations: enable ESX or QBCore. Both start disabled on a new configuration.
- Batch Interval: controls how often queued logs are sent. The default is 2,000 ms; the dashboard allows 500–10,000 ms.
- Max Batch Size: controls the number of logs in a batch. The default is 100; the dashboard allows 10–500.
- Retention: shown for the selected server and determined by the plan. It is not an editable retention slider.
Understand resource controls
Resources lists discovered running resources. Discovery helps identify what is installed; it does not add logging calls to third-party code. Use built-in integrations for supported framework events, and custom exports for actions specific to your server.
The resource's Muted Resources check applies to non-custom entries by their source name. Framework events use integration sources such as xenlog-esx and xenlog-qbcore. Explicit custom_log entries bypass this resource mute check, so stop or gate those calls in your own code when needed.
Rotate an API key
- Select the correct server and open Settings → API Key.
- Choose Regenerate API Key and confirm the regeneration.
- Copy the newly displayed key and replace xenlog_apikey in that server's server.cfg.
- Restart FXServer, then verify its gateway connection and a new log entry.