What data is being collected by Truenas Scale, and sending them to your server?

My system does not have internet access, and I see the following entries in the ”middleware.log”.

middlewared.log:[2025/12/15 01:05:53] (ERROR) UsageService.start():46 - Cannot connect to host usage.truenas.com:443 ssl:default [Connect call failed (‘192.41.228.5’, 443)]
middlewared.log:[2025/12/15 01:05:53] (DEBUG) UsageService.start():49 - Retrying gathering stats after 30 minutes
middlewared.log:[2025/12/15 01:35:58] (ERROR) UsageService.start():46 - Cannot connect to host usage.truenas.com:443 ssl:default [Connect call failed (‘192.41.228.5’, 443)]
middlewared.log:[2025/12/15 01:35:58] (DEBUG) UsageService.start():64 - Scheduled next run in 166641 seconds

Thanks.

You can run sudo midclt call usage.gather in a CLI and see the collected data. Also see the following link for an official statement.

1 Like

Brilliant…

Thanks