Skip to main content

Dedicated servers

A dedicated server has no screen to show the consent prompt, so Nitea sends nothing until the server owner opts in. In the server's config/nitea/nitea.properties:

config/nitea/nitea.properties
consent=granted

Use consent=denied to turn it off for good. Until one of them is set, errors wait in memory and nothing is sent, and the log says:

Nothing is sent until the player allows Nitea reports (asked in game, or consent=granted in config/nitea/nitea.properties)
tip

If you want reports from servers, tell server owners about this line in your mod's documentation.

Events from a server carry side: server, so you can tell them apart in the dashboard. Crashes on the Server thread are reported as fatal.

For player reports sent from server commands, see Player reports.