{% extends "admin/base.html" %} {% block title %}Initial Setup Wizard{% endblock %} {% block content %}

Fortress Initialization

Finalize your system security and legal compliance.

01

Security Enforcement

{% if is_default_password %}

Default 'changeme' password detected. A new password is required to unlock the hub.

{% else %}
Account is already secured with a non-default password.
{% endif %}
02

Code of Conduct & Compliance

Grounded Legal Mandate (France/EU Context)

As the administrator of this AI Hub, you acknowledge and agree to comply with Regulation (EU) 2024/1689 (EU AI Act) and the finalized CNIL recommendations (2026) for the development and use of AI systems in France.

  • Transparency: You must ensure that users are clearly informed when interacting with an AI system.
  • Data Protection: In accordance with the GDPR, you must implement technical filters to prevent the unauthorized processing of personal data within the Hub.
  • Prohibited Practices: You agree NOT to deploy models for subliminal manipulation, social scoring, or biometric categorization that deduces protected characteristics (Race, Religion, etc.), as prohibited since February 2025.
  • Security: You are responsible for the physical and digital security of the compute nodes connected to this gateway.

By checking the box below, you take full responsibility for the ethical use of this software within your jurisdiction.

03

Initial Compute Node

The Fortress needs at least one backend server to function. We've scanned your local environment:

{% for found in discovered_instances %}
Ollama Detected
Local Server on Port {{ found.port }}
{% endfor %}

If no server is selected, the Hub will remain in "Empty State" until you add one manually in Settings.

{% endblock %}