{% extends "base.html" %} {% block title %}{{ p.title }} · SD RMM{% endblock %} {% block content %}
Overview / {{ p.group }} / {{ p.title }}

{{ p.title }}

{{ 'Live' if p.status == 'live' else 'Preview' }}

{{ p.tagline }}

{% if servers is not none %}

Protected servers

{% if servers %} {% for r in servers %} {% set a = r.agent %} {% endfor %}
HostOSAgentLast 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 %}
{% else %}

No server-class devices enrolled yet. Deploy an agent ›

{% endif %}
{% endif %}

What this covers

{% for label, tag in p.features %}
{{ label }} {{ {'live':'Live','live-service':'Managed service','roadmap':'Roadmap'}[tag] }}
{% endfor %} {% if p.note %}

{{ p.note }}

{% endif %}
{% if p.standards %}

How the platform encrypts today

{% for area, detail in p.standards %}
{{ area }} {{ detail }}
{% endfor %}

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.

{% endif %} {% if p.downloads %}

Configuration templates — download & deploy

{% for fname, fdesc in p.downloads %}
{{ fname }}
{{ fdesc }}
Download
{% endfor %}

Sanitized, placeholder-driven baselines — replace every <PLACEHOLDER> per site. These are the same templates SD deploys on managed engagements.

{% endif %} {% if pkey == 'cloud' %}

Open a console

Cloud storage (Nextcloud)Open ↗
Password vault (Vaultwarden)Open ↗
Storage admin (per-org buckets)Open ›
Microsoft 365 integrationOpen ›
{% endif %} {% endblock %}