Determine server version

Hello all,

What is the proper way to determine my server version? I don’t seem to be able to find any server_info or similar API endpoint, and since some ime ago I installed the server using the :latest docker image, I don’t know te version off the top of my head.

Open the /admin interface, there go to the diagnostic page, and it will tell you that info.

Or, shell into the container and run ./vaultwarden --version
Like docker exec -it vaultwarden ./vaultwarden --version

2 Likes

Thanks, I defiitively overlooked the diags page on the admin interface.