{% extends "base.html" %} {% block title %}Fleet & assets · SD RMM{% endblock %} {% block content %}
Your devices, and the software installed on them. Search a package to see which devices have it.
| Host | Organization | OS | Last seen |
|---|---|---|---|
| {{ a.hostname }} | {{ dev_org.get(a.org_id, '—') }} | {{ a.os }} {{ a.os_version or '' }} | {{ a.last_seen_at | pt('%m-%d %H:%M') if a.last_seen_at else 'never' }} |
| Device | Organization | Version | Source |
|---|---|---|---|
| {{ r.agent.hostname }} | {{ r.org_name }} | {{ r.version or '—' }} | {{ r.source or '—' }} |
No devices have this package.
{% endif %} {% else %}| Package | Devices | |
|---|---|---|
| {{ g.name }} | {{ g.devices }} | view devices › |
Showing the top 400 packages — refine your search to narrow down.
{% endif %} {% else %}{% if q %}No packages match “{{ q }}”.{% else %}No software reported yet. Devices report their inventory within ~2 minutes of the agent (v0.4.4+) starting, then every 6h.{% endif %}
{% endif %} {% endif %}