Is EventReporter v19+ supported on Windows Server IoT 2025?#
Overview#
This FAQ answers whether EventReporter v19+ is supported on Windows Server IoT 2025 and outlines current guidance, functional status, and considerations for deployments, including Server Core.
Notes#
Support Status#
Official support:
Windows Server IoT 2025 is not yet explicitly listed in the EventReporter v19+ platform matrix.
Functional status:
EventReporter v19+ is known to function properly on Windows Server IoT 2025 (including Server Core) based on internal testing and field feedback.
Guidance for Server Core Deployments#
Windows Server IoT 2025 Server Core does not provide a graphical user interface. For headless deployments, we recommend configuring EventReporter using Adiscon Config Files (*.cfg), a portable, file-based configuration format.
Recommended workflow:
Create the configuration on a GUI-enabled machine - Install EventReporter and open the Configuration Client - Configure rules, services, and actions as required - Export the configuration as Adiscon Config Files (
*.cfg)Transfer the configuration to Server Core - Copy the exported
.cfgto the Server Core system (e.g., via PowerShell Remoting or SMB)Enable File Config Mode and set paths via registry
Registry path:
HKEY_LOCAL_MACHINE\SOFTWARE\Adiscon\EventReporter\SettingsRequired values:
szFileConfig(REG_SZ): Examplec:\configs\eventreporter\central-server.cfgszDataDirectory(REG_SZ): Examplec:\configs\eventreporter\iAccessMode(REG_DWORD):1(enables file config mode)
Important
When running in file config mode, ensure the service account has read access to the configuration file and write access to the data directory.