{% block content %} BunkerWeb UI | Setup
main logo

LOADING

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
logo

Setup Wizard

Account

{% if not ui_user %}
Username*
Password*
Confirm Password*
Value does not match password
{% else %}
🧑‍🚀 An admin user already exists
{% endif %} {% if not ui_reverse_proxy %}

Settings

UI Host (REVERSE_PROXY_HOST)*
UI URL (REVERSE_PROXY_URL)*
Server name*
Check server name DNS

In case of issues, you can also click here to perform a manual check.

Auto let's encrypt
Your BunkerWeb UI final URL will be

https://

{% else %}
↪️ A reverse proxy is already configured for the web interface
{% endif %}

Newsletter

Email
I've read and agree to the privacy policy
{% endblock %}