{% extends "base.html" %} {% block content %} {% if already_configured %}

Server Already Configured

Setup has already been completed. The security database exists and an admin user is present. The setup wizard cannot run again without first removing data/security.db.
Open Admin UI API Documentation
{% else %}

Welcome to UOFast MCP Server Setup

This wizard will configure your server in 3 quick steps:
security credentials, UniData connection, and initial database setup.

Prerequisites
{% if not all_ok %}
Please resolve the issues above before continuing.
{% endif %}
Start Setup
{% endif %} {% endblock %}