{% extends "base.html" %} {% block title %}Host Agent — Roundtable{% endblock %} {% block content %}

Host Agent — Registered Hosts

{% if new_token %}

New token — copy this install command now

This is the only time the raw token is shown. Rotate if you lose it.

curl -sSL '{{ install_url }}' | sudo sh
{% endif %}
{% for item in registrations %} {% else %} {% endfor %}
HostAgent versionDistro Last seenActions
{{ item.host.name if item.host else item.reg.host_id }} {{ item.reg.agent_version or "—" }} {{ item.reg.distro or "—" }} {{ item.reg.last_seen_at.strftime("%Y-%m-%d %H:%M:%S") if item.reg.last_seen_at else "never" }}
No hosts registered. Add one above.
{% endblock %}