{pageTitle('Admin · Diagnostics')}

Device diagnostics

Enable debug mode on an account to have its device(s) stream a timeseries of connectivity, UPnP-sync, and power/Doze events here. Filter to the window you care about, then copy or download the slice for analysis.

{#if selectedUser} {selectedUser.debug_mode_enabled ? 'Reporting active' : 'Reporting off'} {/if}
{#if diagQuery.isError}

Couldn't load: {errMessage(diagQuery.error)}

{:else if diagQuery.isPending}

Loading…

{:else if rows.length === 0}

No events for this filter. Enable debug mode on an account and have the device reproduce the issue — events appear here within a minute.

{:else}
{rows.length} events (oldest first)
{/if}