{% extends "base.html" %} {% block content %}
Activation status, last contact with vendorawifi.com, and
grace window remaining. The vendora-license daemon polls every
{{ data.next_poll_secs // 60 }} minutes by default; use Refresh below to
trigger an immediate retry (e.g. after fixing credentials).
| VND-ID |
{% if data.vnd_id %}
{{ data.vnd_id }}
{% else %}
— not yet generated
{% endif %}
|
|---|
| Last successful contact |
{% if data.last_contact_at %}
{{ data.last_contact_at }}
({{ (data.last_contact_age_s // 60) | duration }} ago)
{% else %}
never
{% endif %}
|
|---|---|
| Last attempt |
{% if data.last_attempt_at %}
{{ data.last_attempt_at }}
({{ (data.last_attempt_age_s // 60) | duration }} ago)
{% else %}
never
{% endif %}
|
| Last server time |
{% if data.last_server_time_unix %}
{{ data.last_server_time_unix }}
(anti-replay ratchet)
{% else %}
—
{% endif %}
|
| Last error |
{% if data.last_error %}
{{ data.last_error }}
{% else %}
—
{% endif %}
|
| Activation token | {% if data.token_present %} cached {% else %} — not yet cached {% endif %} |
|---|---|
| Signature | {% if data.signature_present %} verified {% else %} — {% endif %} |
Token and signature values are persisted internally but not displayed here — they're sensitive credentials. The status badges above confirm whether the daemon has them and whether the most recent verification check passed.