{% extends "base.html" %} {% block title %}{{ p.title }} · SD RMM{% endblock %} {% block content %}
{{ p.tagline }}
{% if servers is not none %}| Host | OS | Agent | Last seen |
|---|---|---|---|
| {{ a.hostname }} | {{ a.os }}{% if a.os_version %} {{ a.os_version }}{% endif %} | v{{ a.agent_version or '?' }} | {% if a.last_seen_at %}{{ a.last_seen_at| pt('%m-%d %H:%M') }}{% else %}never{% endif %} |
No server-class devices enrolled yet. Deploy an agent ›
{% endif %}{{ p.note }}
{% endif %}Same doctrine we deploy for clients: TLS 1.3 in transit, authenticated AES encryption for secrets at rest, and hashes — never plaintext — for anything used to prove identity.
Sanitized, placeholder-driven baselines — replace every <PLACEHOLDER> per site. These are the same templates SD deploys on managed engagements.