{% extends "ui/_layout.html" %} {% block title %}Log in - nbdmux{% endblock %} {% block content %}

Log in

Enter the admin password. Configure via NBDMUX_ADMIN_PASSWORD on the host.

{% if error %}
{{ error }}
{% endif %}
{% endblock %}