{% extends "base.html" %} {% block title %}Host Agent — Steward{% endblock %} {% block content %}
This is the only time the raw token is shown. Rotate if you lose it.
curl -sSL '{{ install_url }}' | sudo sh
| Host | Reported IP | Agent version | Distro | Last seen | Actions |
|---|---|---|---|---|---|
| {{ item.host.name if item.host else item.reg.host_id }} | {{ item.reg.host_ip or "—" }} | {{ 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. | |||||