Platform overview
—
Statistics
—
By channel
System health
—
Tenants
—
Select a tenant to manage
Operators
Platform super-admins and their access.
Audit log
Platform-wide actions, newest first.
Logs / Debug
Per-organization activity & file-processing logs (read-only).
Select an organization to view its logs.
Deep technical logs (HTTP / worker traces) — query in Azure Log Analytics
The console above covers activity & file processing (stored in Cosmos). For low-level system traces, run this KQL in the Log Analytics workspace — replace the tenant id:
ContainerAppConsoleLogs_CL
| where ContainerAppName_s in ('rcloud-api','rcloud-worker')
| where Log_s has "PASTE_TENANT_ID_HERE"
| project TimeGenerated, ContainerAppName_s, Log_s
| order by TimeGenerated desc
Resec Servers
Managed Core Servers. Tenants route to their assigned server (or the default), with health-based failover.
Agents
Desktop agents that have connected, grouped by organization.
Install the desktop agent
Download, install on the machine, then sign in with an API key.

Resec Cloud