{% extends "base.html" %} {% block title %}Step 1 — Account · Furtka Installer{% endblock %} {% block step_indicator %}Step 1 of 3{% endblock %} {% block content %}

Account & hostname

Set the server name and your administrator account.

{% if errors %}
Please fix the following:
{% endif %}
Lowercase letters, digits, hyphens. Used on the local network.
Linux user account with sudo + docker access.
At least 8 characters.
{% endblock %}