{% extends "base.html" %} {% block content %} {% if result.errors %}
Setup Complete — with Warnings
{% else %}
Setup Complete!
{% endif %} {% if result.errors %}
Warnings:
{% endif %}
Save these values now.
The JWT secret key cannot be recovered after this page is closed. Also saved to .env in your project root.
{{ result.env_file_content }}
{% if result.ini_written %}
Passwords in unidata_config.ini are encrypted with Fernet (AES-128-CBC). Decryption requires JWT_SECRET_KEY — keep it safe.
{% endif %}
Restart required — the .env file has been written to your working directory. Stop the server and start it again so the new JWT_SECRET_KEY takes effect. U2 connections have been reloaded automatically.
Next Steps
  1. First click Step 5 below to save your client connection configs
  2. Then restart the server from your working directory:
    uofast-mcp (the .env file is loaded automatically on startup)
  3. Log in to the Admin UI with your new admin credentials
Step 5: Configure Your MCP Client Go to Admin UI API Documentation
{% endblock %}