[GH-ISSUE #202] Support for admin panel #102

Closed
opened 2026-03-03 01:24:54 +03:00 by kerem · 2 comments
Owner

Originally created by @plasmite on GitHub (Sep 29, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/202

Use this every day! Thank you for your excellent work!

Are there any plans to support the admin panel for user management as described here? Or is there a way to enable it in the current implementation? The instructions on the linked page do not appear to apply and I do not see any env variables that would allow enabling this feature.

Thank you!

Originally created by @plasmite on GitHub (Sep 29, 2018). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/202 Use this every day! Thank you for your excellent work! Are there any plans to support the admin panel for user management [as described here](https://help.bitwarden.com/article/admin-portal/)? Or is there a way to enable it in the current implementation? The instructions on the linked page do not appear to apply and I do not see any env variables that would allow enabling this feature. Thank you!
kerem closed this issue 2026-03-03 01:24:54 +03:00
Author
Owner

@dani-garcia commented on GitHub (Sep 29, 2018):

The admin panel source is not included with the web vault, and as far as I know it's not publicly available, so we'd have to recreate it from scratch.

At the same time, I don't think implementing this is worth it, to be honest. It would probably be easier to view or edit the sqlite database directly. And if someone needs to view or delete users and organizations very often, they could just create a bash script. Something like:

sqlite3 data/db.sqlite3 "select * from users;"
<!-- gh-comment-id:425641490 --> @dani-garcia commented on GitHub (Sep 29, 2018): The admin panel source is not included with the web vault, and as far as I know it's not publicly available, so we'd have to recreate it from scratch. At the same time, I don't think implementing this is worth it, to be honest. It would probably be easier to view or edit the sqlite database directly. And if someone needs to view or delete users and organizations very often, they could just create a bash script. Something like: ```sh sqlite3 data/db.sqlite3 "select * from users;" ```
Author
Owner

@plasmite commented on GitHub (Sep 29, 2018):

Thanks I figured this was the case--was poking around in the db already but didn't want to go mucking anything up if there was an alternative. Thanks again!

<!-- gh-comment-id:425672308 --> @plasmite commented on GitHub (Sep 29, 2018): Thanks I figured this was the case--was poking around in the db already but didn't want to go mucking anything up if there was an alternative. Thanks again!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#102
No description provided.