{% extends "base.html" %} {% block content %}
Hostname, uptime, WAN status, and service health.
{% if flash_msg %}{{ flash_extra }}{% endif %}
Your modem gave the internet port (WAN) {{ data.wan_collision.wan_ip }},
which overlaps
{% for c in data.wan_collision.conflicts %}{{ c.subnet }} ({{ c.label }}){% if not loop.last %}, {% endif %}{% endfor %}.
With the same range on both sides the SBC can't reach the internet — so no
customer can either. Change your customer LAN subnet to a different range
(for example 10.0.20.0/24).
| Active profile |
{% if data.wan.profile %}
{{ data.wan.profile }}
{% else %}
— (no eth0 profile active)
{% endif %}
|
|---|---|
| Address |
{% if data.wan.address %}
{{ data.wan.address }}
{% else %}
—
{% endif %}
|
| Gateway |
{% if data.wan.gateway %}
{{ data.wan.gateway }}
{% else %}
—
{% endif %}
|
| DNS |
{% if data.wan.dns %}
{% for ip in data.wan.dns %}
{{ ip }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% else %}
—
{% endif %}
|
Switch between DHCP, Static, or PPPoE. Applies immediately; if it breaks the internet this admin page stays reachable so you can fix it.
Sets the local clock for displays + the sales day rollover. Current: {{ data.timezone.current }}.
Let the admin be reached from your internet (WAN) network — e.g. your modem's LAN — instead of only the customer network. For safety this only works when your WAN is a private network; it stays off on a public internet address.
{% if data.wan_admin.active and data.wan_admin.reason == 'degraded' %}{{ data.wan_admin.url }}. It closes on its own when the port is back, independent of the toggle below.
{{ data.wan_admin.url }} from your modem's network. Turn this OFF when you're done.
{{ data.wan_admin.wan_ip }}){% endif %} is public, so remote admin is BLOCKED for safety — the admin login is never exposed to the internet. It switches on automatically if the box is ever on a private modem network.
Sub-vendo and PPPoE customers are on separate networks from your own. By default they can't open this admin — only buy WiFi (their portal) and, for ESPs, pair. Turn this on only if you manage the box from one of those networks.
{% if not data.sub_vendo_admin.has_segments %}No sub-vendos or PPPoE configured yet, so this has no effect right now.
{% endif %}Check for and install Vendora SBC updates. Only updates signed by Vendora are accepted.
Heads up: Check Updates takes a few seconds. Install Update Now applies it in the background and shows a wait screen until it finishes.
Which GPIO lines this SBC uses for the coin slot. Defaults match the standard board — change only for a different custom board.
Heads up: saving restarts the coin service (the relay blips off ~1 s). Don't change pins mid-payment.
Not sure which pins? Use the GPIO Hardware Tools to find them.
| Unit | Status | Actions |
|---|---|---|
{{ s.unit }} |
{% if s.active == 'active' %} active {% elif s.active == 'failed' %} failed {% elif s.active == 'inactive' %} inactive {% else %} {{ s.active }} {% endif %} |