{% 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 %}
The name your server shows up as on your home network. Lowercase letters, numbers, and dashes only.
Your login name on the server. You'll use this to sign in after installation.
At least 8 characters.
{% endblock %}