ATC Machine Dashboard

Manage machine locks, inspect sessions, and launch RDP files.

{% if poll_enabled %}

Background probes run every {{ poll_seconds | round | int }} seconds. Details uses the latest cached snapshot (use “Refresh now” for an immediate live probe).

{% endif %}
{% for row in rows %} {% endfor %}
Machine Hostname IP Address Last probe Status Actions
{{ row.machine.name }} {{ row.machine.hostname }} {{ row.machine.ip_address or "-" }} {{ row.last_collected_at or "—" }} {% if row.lock_state.is_locked %} Locked by {{ row.lock_state.lock_user }} {% else %} Released {% endif %} RDP

Lock Machine

Release Machine