{% extends "base.html" %} {% block title %}Setup Wizard - AtlasUI{% endblock %} {% block content %}

Welcome to AtlasUI

Let's get you set up!

This wizard will guide you through configuring AtlasUI to connect to your MongoDB Atlas account.

Quick Setup: Load from File

Have a credentials file? Browse to select or enter the path.

Supports JSON or .env files with API keys (public_key/private_key) or service account credentials (client_id/client_secret).

Or set up manually. You'll need:
  • A MongoDB Atlas account (cloud.mongodb.com)
  • API credentials (we'll show you how to get them)
  • About 5 minutes
{% endblock %}