{{ total }}
Total Players
{{ online }}
Online
{{ total - online }}
Offline (click to filter)
{% set last_fetch = logs | selectattr('event_type', 'equalto', 'yodeck_fetch') | first %} {% if last_fetch %}{{ last_fetch.timestamp[:19] }}{% else %}—{% endif %}
Last API Fetch
Players Offline only ✕
{{ total }}
{% for p in players %} {% endfor %}
Yodeck ID Name Hostname Workspace Type Status Last Seen Last Pushed Status Updated Resolution Hardware Last IP eth0 IP Updating Registered
{{ p.id }} {{ p.name }} {{ p.hostname or '—' }} {{ p.workspace_name or '—' }} {{ p.player_type or '—' }} {% if p.online %} ● Online {% else %} ● Offline {% endif %} {% if p.last_seen %}{{ p.last_seen[:19] }}{% else %}—{% endif %} {% if p.last_pushed %}{{ p.last_pushed[:19] }}{% else %}—{% endif %} {% if p.status_last_updated %}{{ p.status_last_updated[:19] }}{% else %}—{% endif %} {{ p.screen_resolution or '—' }} {{ p.hardware_version or '—' }} {{ p.last_ip_address or '—' }} {{ p.eth0_ip or '—' }} {% if p.updating %}Yes{% else %}No{% endif %} {% if p.registered %}{% else %}{% endif %}
Activity Log last 200
{% for l in logs %} {% endfor %}
Timestamp Event Message
{{ l.timestamp[:19] }} {{ l.event_type }} {{ l.message }}
Page auto-refreshes every 60 seconds  |  API: stats   players   logs