BusinessPre-alpha
Logging in
Sign in
- Open your Sumeru URL (e.g.
http://localhost:8080). - If not signed in, you are redirected to Login (
/web/login). - Enter your login (email or username) and password.
- 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.