{% extends "base.html" %} {% block content %} {% if notice and not notice_section %}
{{ notice }}
{% endif %}
{% if notice and notice_section == "home" %}
{{ notice }}
{% endif %}

Dashboard

Quick system overview.

Hostname
{{ dashboard.hostname }}
Uptime
{{ dashboard.uptime }}
CPU Load
{{ dashboard.load }}
Memory
{{ dashboard.memory }}
Disk
{{ dashboard.disk }}
IP Addresses
{{ dashboard.ip }}
Default Interface
{{ dashboard.default_interface }}
LoRa Radio
{{ dashboard.radio }}
{% if notice and notice_section == "networking" %}
{{ notice }}
{% endif %}

Identity & Interfaces

Hostname and interface selection.

{% if interfaces.wifi %}
{% endif %} {% if interfaces.ethernet %}
{% endif %}

Wi-Fi Settings

SSID, password, and radio state.

Wi-Fi Mesh Sync

Sync Meshtastic and Wi-Fi state, and manage the mesh sync service.

Mesh Sync Service
{{ service_states.mesh }}

Mesh Sync Service

Diagnostics

Quick status checks.

Networking Services

Core networking daemons.

Avahi-Daemon
{{ service_states.avahi }}

Avahi-Daemon

{% if notice and notice_section == "meshtastic" %}
{{ notice }}
{% endif %}

Meshtastic Overview

Snapshot of the local node and radio.

Service
{{ status.meshtastic_service }}
Radio
{{ status.radio }}
Config URL
{{ status.meshtastic_config_url }}
I2C
{{ status.meshtastic_i2c }}
MAC Source
{{ status.meshtastic_mac_source }}
Legacy Admin
{{ status.meshtastic_legacy_admin }}
Node Summary
{{ status.meshtastic_summary }}
LoRa Settings
Loading...

URL

Configure the Meshtastic configuration URL.

{% if meshtastic_qr_svg or meshtastic_qr_url %}
Config URL + QR
{% if meshtastic_qr_svg %}
{{ meshtastic_qr_svg }}
{% endif %} {% if meshtastic_qr_url %}
{{ meshtastic_qr_url }}
{% endif %}
{% endif %}

Meshtastic Repo

Switch between alpha, beta, and daily repositories.

Current Repo
{{ status.meshtastic_repo }}

Package Actions

Upgrade or remove meshtasticd.

meshtasticd Service

Systemd unit: meshtasticd

Service Control

MAC Address Source

I2C

Manage meshtasticd I2C state.

Diagnostics

Quick visibility into node state.

Keys & Admin

View and update security keys.

Legacy Admin Channel

Toggles the legacy admin channel (security.admin_channel_enabled).

Preferences & Channels

Full Meshtastic settings without Control.

Advanced

Custom Meshtastic commands.

LoRa Radio Model

Choose the active radio type.

LoRa Configuration

Adjust radio parameters.

{% set lora = status.lora_settings %}
{% if notice and notice_section == "kernel" %}
{{ notice }}
{% endif %}

Kernel Modules

Current kernel module state.

Boot Modules
Loading…
Active Modules
Loading…
Blacklisted Modules
Loading…

Legend: L = loaded, B = boot, X = blacklisted.

Loading kernel modules…
{% if notice and notice_section == "time" %}
{{ notice }}
{% endif %}

Time & Timezone

Manage the system clock.

Current Timezone
{{ time_info.timezone }}
Current Status
{{ time_info.status }}

Watchclock

Time-change monitor service.

Service
{{ service_states.watchclock }}
{% if notice and notice_section == "software" %}
{{ notice }}
{% endif %}

Software Manager

Install, update, and control packages.

{% if packages is not none %} {% include "partials/software_packages.html" %} {% else %}
Loading packages…
{% endif %}
{% if notice and notice_section == "utilities" %}
{{ notice }}
{% endif %}

System Snapshot

Live readout from the device.

Hostname
{{ status.hostname }}
IP Addresses
{{ status.ip_addresses }}
Wi-Fi
{{ status.wifi_status }}
Ethernet
{{ status.ethernet_status }}
Meshtastic Service
{{ status.meshtastic_service }}
Radio Config
{{ status.radio }}
Meshtastic Info
{{ status.meshtastic_info }}

Web UI Service

Manage the mpwrd-config web service and socket.

Socket
{{ web_ui.socket_status }}
Service
{{ web_ui.service_status }}
{{ web_ui.note }}

System Toggles

Common service switches.

ACT LED

Logging

ttyd

SSH Keys

Regenerate SSH host keys.

System Info

Detailed system reports.

Legacy Tools

Legacy utilities from the original Femtofox tooling.

Open Web Terminal (ttyd)

Help / About

Reference and licensing information.

{% if notice and notice_section == "help" %}
{{ notice }}
{% endif %}

Pinouts

Hardware reference pinouts.

{% if notice and notice_section == "system-actions" %}
{{ notice }}
{% endif %}

System Actions

Reboot or shut down the device.

{% if notice and notice_section == "wizard" %}
{{ notice }}
{% endif %}

Install Wizard

Apply initial system and Meshtastic configuration.

{% endblock %}