Upload-Assistant Logo
{{ 'Create your Web UI account' if setup_mode else 'Sign in to the Web UI' }}
{{ 'Set up the first Web UI account to continue' if setup_mode else 'Web UI for Upload-Assistant' }}
{% if setup_mode %}
This is the first-run setup. Choose the username and password for your Web UI account.
{% endif %}
{% if show_2fa %}
{% endif %}
{% if error %}
{{ error }}
{% endif %} {% if not setup_mode %}
Forgot password?

To reset the Web UI login, close Upload-Assistant and delete the webui_auth.json file from the path that matches your OS:

  • Windows: %APPDATA%\upload-assistant\webui_auth.json
  • Linux with XDG_CONFIG_HOME: $XDG_CONFIG_HOME/upload-assistant/webui_auth.json
  • Linux/macOS fallback: ~/.config/upload-assistant/webui_auth.json
  • Developer/local repo fallback: data/webui_auth.json

When you open the Web UI again, you will be able to create a new username and password.

{% endif %}
{% if show_2fa %}
Have a recovery code instead?
Go to recovery page
{% endif %}