docs/usage/user-management.md
Koel supports multiple users with different roles and permissions.
:::tip Multi-library support In the Community edition, all users share a common library (though playlists, favorites, and other stats are private). In Koel Plus, each user manages their own library with the ability to share and collaborate with others. A private library can only be managed by its owner. :::
Upon installation, Koel prompts to create a first (default) admin user. If you're using the Docker image, the admin user will be created automatically with these credentials:
Email: [email protected]
Password: KoelIsCool
If you forgot the default admin’s password and are unable to log in, you can change it via the command line:
php artisan koel:admin:change-password
With the manage users permission (admin and manager roles), you can add more users and manage their profiles under
Manage → Users. If Koel has been configured with a mailer, you can also invite a user via email.
You cannot add, invite, edit, or delete users whose roles are higher than yours.
User roles can be changed via the web interface from the Users page if the current user has the manage users
permission, or via the command line.