{% extends "base.html" %} {% block title %}LAN Mode -- ProducerOS{% endblock %} {% block page_heading %}LAN Mode & Devices{% endblock %} {% block content %}
Current mode: {{ bind_mode }}{% if bind_mode == "lan" and lan_ip %} · http://{{ lan_ip }}:{{ port }}{% endif %}
ProducerOS is running in desktop mode (localhost only). To allow your Android phone to connect, stop the app and start it with .\scripts\run_lan.ps1 instead. See docs/ANDROID_PWA.md.
{{ new_pairing.code }}
Expires in {{ new_pairing.ttl_minutes }} minutes.
Or visit: {{ new_pairing.url }}
No devices paired yet.
{% endfor %}