> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mistrive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Initial setup

> Complete the setup wizard and create your first administrator account

When you first access the Mistrive console, the setup wizard guides you through creating the initial administrator account. This account has full access to manage users, organizations, and all platform resources.

## Access the console

Open your browser and navigate to the console URL provided by your administrator:

```
https://console.example.com
```

If this is a fresh installation, you'll be redirected to the setup wizard automatically.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/mistriveinc/jjSQI289HnCoAcnz/images/setup-light.png?fit=max&auto=format&n=jjSQI289HnCoAcnz&q=85&s=63d507a55ecfe2df3dfc1a66500621ee" alt="Mistrive Setup Wizard in light mode" width="2804" height="1662" data-path="images/setup-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/mistriveinc/jjSQI289HnCoAcnz/images/setup-dark.png?fit=max&auto=format&n=jjSQI289HnCoAcnz&q=85&s=899d129f6137bf48a1f4aa7b1d1513a1" alt="Mistrive Setup Wizard in dark mode" width="2804" height="1662" data-path="images/setup-dark.png" />
</Frame>

## Create the administrator account

The setup wizard prompts you to create the first user account. This account automatically receives global administrator privileges.

<Steps>
  <Step title="Enter your email">
    Provide a valid email address. This will be your login identifier.
  </Step>

  <Step title="Set a password">
    Choose a strong password. The system enforces minimum complexity requirements.
  </Step>

  <Step title="Complete setup">
    Submit the form to create your account and finalize the installation.
  </Step>
</Steps>

After completing setup, you're redirected to the main console where you can start creating organizations and projects.

## What's next

With your administrator account ready, you can:

1. [Create an organization](/user-guides/organizations) to group your projects
2. [Add users](/user-guides/organizations#adding-members) to your organization
3. [Create projects](/user-guides/projects) for your teams
4. [Set up the container registry](/user-guides/artifact-store) for your images
