Integrations & Setup
...
Troubleshooting OPC-UA connect...
Enable low-level OPC-UA logging
if necessary, low level opc ua logging can be enabled to debug connection issues linux edit the collector’s environment file /etc/systemd/system/environments/factry collector \<uuid> add opc debug=debug restart the collector view logs sudo journalctl u factry collector \<uuid> service f windows stop the collector service get the api token from the registry ( regedit ) at hkey local machine\system\currentcontrolset\services\factry collector \<uuid> in environment open a command window and set environment variables set opc debug=debug set api token=\<api token> run the collector binary manually (no flags) watch the logs in the command window restart the collector service when done