Can't found my config.json file

Hi, i need help for 2 things:

im not able to find the config.json file (wanna find it to enable the admin pannel)

and also when i start my docker image with -e ADMIN_TOKEN=something the docker dont wanna start,
can someone help me to activate the admin pannel please :slight_smile:

os: ubuntu 20.04

For one, the config.json is NOT the file to be used to configure Vaultwarden.
All should be done via either the the docker env’s like you are trying. -e ADMIN_TOKEN="my-token" should work just fine. If not, show use what error message you get.

Hey Denq, have you successfully ran your docker container with env variable ADMIN_TOKEN?