{% extends "base.html" %} {% block title %}{{ agent.hostname }} · {{ org.name }}{% endblock %} {% block content %}

Dashboard{{ org.name }}

{{ agent.hostname }}

{{ agent.os }} {{ agent.os_version or '' }} · agent v{{ agent.agent_version or '?' }} · enrolled {{ agent.enrolled_at| pt('%Y-%m-%d') }}

{% if agent.isolated %}⛔ isolated{% endif %} Security{% if open_detections %} {{ open_detections }}{% endif %} Forensics Software Patches SSH › {% if remote.configured %} {% set osl = (agent.os or '')|lower %} {% if osl == 'windows' or osl == 'darwin' %} Remote desktop › Terminal › {% else %} Remote terminal › Files › {% endif %} {% else %} Remote control › {% endif %}
connecting…

CPU · per core

warming up…
Memory%
Swap
Disk /%
Net ↓ down
Net ↑ up
Load avg
Uptime
Mem trend

Top processes

PIDProcessCPU%Mem%
waiting for live samples…

Resource history

 

Commands read-only · runs within ~15s

{% if commands %} {% for c in commands %} {% endfor %}
TypeStatusExitWhen (PT)Output
{{ c.ctype }} {{ c.status }} {{ c.exit_code if c.exit_code is not none else '' }} {{ c.created_at| pt('%m-%d %H:%M:%S') }} {% if c.result %}
view
{{ c.result }}
{% else %}pending…{% endif %}

Refresh the page to see results land. Destructive/EDR/remote actions live on the Security tab, behind an approval gate.

{% else %}

No commands run yet — pick one above and hit Run.

{% endif %}
{% endblock %}