Users & authentication
Aurral supports multiple local users with granular permissions.

Permissions
Section titled “Permissions”Admins can control whether users may:
- Access playlists and flows
- Add artists or albums
- Change monitoring
- Delete artists or albums
- Access settings
Authentication options
Section titled “Authentication options”- Local username and password accounts
- Optional local-network auto-login for single-admin home setups
- Reverse-proxy authentication for SSO setups
Reset admin password
Section titled “Reset admin password”From the repository root:
npm run auth:reset-admin-password -- --password "new-password"Generate a random password:
npm run auth:reset-admin-password -- --generate