Bitwarden Admin Portal #461

Closed
opened 2026-02-04 20:39:41 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @gfish69 on GitHub (Oct 24, 2019).

I am new to Linux and Docker. Jumping in with both feet, I have setup an Unraid server and loaded Bitwarden Docker. I have it running behind reverse proxy and all seems well, but according to Bitwarden help I should be editing global.override.env by adding my email username.

Example: adminSettings__admins=john@example.com,bill@gmail.com,tom@example.com

I have tried "ip address"/admin and get the following error:
The admin panel is disabled, please configure the 'ADMIN_TOKEN' variable to enable it

What am I missing? Thanks in advance !

Originally created by @gfish69 on GitHub (Oct 24, 2019). I am new to Linux and Docker. Jumping in with both feet, I have setup an Unraid server and loaded Bitwarden Docker. I have it running behind reverse proxy and all seems well, but according to Bitwarden help I should be editing global.override.env by adding my email username. Example: adminSettings__admins=john@example.com,bill@gmail.com,tom@example.com I have tried "ip address"/admin and get the following error: The admin panel is disabled, please configure the 'ADMIN_TOKEN' variable to enable it What am I missing? Thanks in advance !
Author
Owner

@dani-garcia commented on GitHub (Oct 24, 2019):

The bitwarden help is for the official server image, which doesnt apply to bitwarden_rs.

The usage guides for bitwarden_rs are in the wiki, here are some that might help:
https://github.com/dani-garcia/bitwarden_rs/wiki/Starting-a-Container
https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-admin-page

@dani-garcia commented on GitHub (Oct 24, 2019): The bitwarden help is for the official server image, which doesnt apply to bitwarden_rs. The usage guides for bitwarden_rs are in the wiki, here are some that might help: https://github.com/dani-garcia/bitwarden_rs/wiki/Starting-a-Container https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-admin-page
Author
Owner

@gfish69 commented on GitHub (Oct 24, 2019):

I did try linked enabling admin page. All commands work except last (bitwardenrs/server:latest)
I get: # docker run -d --name bitwarden \

-e ADMIN_TOKEN="randomkey"
-v /bw-data/:/data/
-p 80:80
bitwardenrs/server:latest
sh: 1: docker: not found

I am using the docker in Unraid. Docker name is bitwarden. Any idea? Thanks again!

@gfish69 commented on GitHub (Oct 24, 2019): I did try linked enabling admin page. All commands work except last (bitwardenrs/server:latest) I get: # docker run -d --name bitwarden \ > -e ADMIN_TOKEN="randomkey" \ > -v /bw-data/:/data/ \ > -p 80:80 \ > bitwardenrs/server:latest sh: 1: docker: not found # I am using the docker in Unraid. Docker name is bitwarden. Any idea? Thanks again!
Author
Owner

@dani-garcia commented on GitHub (Oct 26, 2019):

Well if the docker command is not found, you might need to make sure it's available in your PATH, or maybe you need to use the GUI to create the container, I don't know much about unraid.

@dani-garcia commented on GitHub (Oct 26, 2019): Well if the docker command is not found, you might need to make sure it's available in your PATH, or maybe you need to use the GUI to create the container, I don't know much about unraid.
Author
Owner

@dani-garcia commented on GitHub (May 14, 2020):

Closed due to inactivity.

@dani-garcia commented on GitHub (May 14, 2020): Closed due to inactivity.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#461