RDP Bench
Shared remote desktop dashboard v{{ app_version }}
Machines
{{ machines|length }} total
Machine
Host
Sessions
Reserved by
Actions
{% for machine in machines %}
{{ machine.name }}
{{ machine.host }}
{% if machine.session_user %}
{{ machine.session_user }}
{{ machine.session_state }}
{% else %}
—
{% endif %}
{% if machine.reservation_id %}
● {{ machine.reserved_by }}{% if machine.firewall_ip %} · {{ machine.firewall_ip }}{% endif %}
{% if machine.firewall_status and machine.firewall_status != 'applied' %}
⚠ {{ machine.firewall_status }}
{% endif %}
{% elif machine.session_user %}
● Session: {{ machine.session_user }}
{% else %}
● Free
{% endif %}
{% endfor %}