{% extends "base.html" %} {% block title %}Dashboard · SD RMM{% endblock %} {% block content %}
A snapshot of your protection across devices, email and cloud.
The model reads your fleet’s open detections, vulnerabilities, pending patches and offline hosts, then prioritizes what to act on today. Private on-prem model by default · read-only. Per-detection “Explain with AI” lives on the Threats page.
| Time | Priority | Alert | Device | |
|---|---|---|---|---|
| {{ r.ts| pt('%b %d, %H:%M') }} | {{ {'crit':'High','warn':'Medium','low':'Low','info':'Info'}.get(r.sev, r.sev) }} | {{ r.host }} | Show full details |
No open alerts — the fleet is quiet.
{% endif %}{% if health.crit %}{{ health.crit }} critical item{{ '' if health.crit==1 else 's' }} need{{ 's' if health.crit==1 else '' }} attention{% elif health.n %}{{ health.n }} item{{ '' if health.n==1 else 's' }} need{{ 's' if health.n==1 else '' }} you{% else %}Nothing needs you today{% endif %} · Go to health check ›
Across {{ health_legend.n }} device{{ '' if health_legend.n==1 else 's' }}. No peer benchmark is shown — we do not have comparable-organisation data to honestly benchmark against.
{% endif %}{{ ms_kpi.standalone }} agentless (mobile / MDM-only) · Open device view ›
{% else %}No Microsoft tenant connected. Connect Entra ID & Intune › to pull mobile + MDM-managed devices into the fleet.
{% endif %}| Host | Organization | OS | CPU | Memory | Disk | EDR | Last seen |
|---|---|---|---|---|---|---|---|
| {{ a.hostname }} {% if a.isolated %}isolated{% endif %} | {{ r.org_name }} | {{ a.os }}{% if a.os_version %} {{ a.os_version }}{% endif %} | {% for val in [r.cpu, r.ram, r.disk] %}{% if val is not none %}{{ val }}%{% else %}—{% endif %} | {% endfor %}{% if r.open_det %}{{ r.open_det }} {% else %}0{% endif %} | {% if a.last_seen_at %}{{ a.last_seen_at| pt('%m-%d %H:%M') }}{% else %}never{% endif %} |
No assets enrolled yet. Head to Downloads, generate an install token in Admin, and run the one-liner on a device — it installs monitoring, EDR, and remote control in one shot.
{% endif %}| Recent detections | Host | MITRE | Severity | When |
|---|---|---|---|---|
| {{ det.rule_id[:24] }} | {{ det.mitre or '—' }} | {{ det.severity }} | {{ det.ts| pt('%m-%d %H:%M') }} |
No detections yet — the engine ({{ "{:,}".format(edr_kpi.rules) }} rules + {{ "{:,}".format(edr_kpi.iocs) }} IOCs) is armed and watching. Detections appear here the moment a device reports suspicious activity (Windows boxes need Sysmon or 4688 auditing for the richest telemetry).
{% endif %} {% if edr_kpi.top_mitre %}| Recent quarantined | From | Verdict | When |
|---|---|---|---|
| {{ g.severity }} {{ g.threat_type }} | {{ g.ts| pt('%m-%d %H:%M') }} |
Email security is built and ready. To protect an organization's mail, onboard their domain in Email › Domains — you give them the DNS records to point their mail through the gateway, and they get full inline filtering, quarantine, DLP and policy control. Try it now via the analyzer test.
{% endif %}