Pre-alpha. No tagged release and no upgrade path between versions. Use for evaluation and development only, not production.
BusinessPre-alpha

Logging in

Sign in

  1. Open your Sumeru URL (e.g. http://localhost:8080).
  2. If not signed in, you are redirected to Login (/web/login).
  3. Enter your login (email or username) and password.
  4. After sign in, you land on Home (/web/home).

Sign out

Use Logout from the user menu (typically top-right).

Forgot password

Ask your administrator to reset your password from the user record in Settings (Send reset instructions on the user form).

When the server administrator has configured SMTP in sumeru.conf (smtp_host, smtp_from, etc.), reset requests send an email to the user's email address with sign-in instructions. Without SMTP, the action is logged server-side only.

First-time setup

On a new server, an administrator completes the setup wizard at /setup before anyone can log in. See Installing apps.

Next steps