First Run

This guide walks you through the initial setup of MultiFlexi after installation. If you have not yet installed MultiFlexi, see Installation Guide first.

Creating the Administrator Account

On the very first visit to the web interface, MultiFlexi shows an account creation wizard — there are no default credentials.

  1. Open your browser and navigate to http://<your-server>/multiflexi

  2. You will see the “Create Administrator” screen

New Administrator creation screen
  1. Fill in:

    • Username — your login name

    • Password — a strong password

    • Email — your email address

  2. Click “Create Administrator”

Warning

There is no default password. The first user to reach the setup page becomes the administrator. Secure your server immediately after installation.

Initial Dashboard

After logging in you will see the main dashboard:

MultiFlexi dashboard on first run

The dashboard shows:

  • System Status — service health (scheduler, executor, eventor)

  • Recent Jobs — empty on first run

  • Upcoming Schedule — empty until RunTemplates are created

Verifying Service Status

Check that the background daemons are running:

systemctl status multiflexi-scheduler multiflexi-executor

Both should show active (running). If not, see Systemd Services.

See Also