[GH-ISSUE #1090] How check installed version? #769

Closed
opened 2026-03-03 02:03:02 +03:00 by kerem · 9 comments
Owner

Originally created by @mikkelnl on GitHub (Aug 9, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1090

Sorry for being a noob here ;-) but I was wondering how I can check which version I am running?

Bit info on my setup: I run the container on a synology nas via the docker package, and I usually update by exporting the settings, re-downloading the latest image from bitwardenrs/servers:latest, importing the settings and start the container.

I usually check updates via https://github.com/dani-garcia/bitwarden_rs/releases/

Is there any way to see which version is currently running? Maybe via a terminal command?

Originally created by @mikkelnl on GitHub (Aug 9, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1090 Sorry for being a noob here ;-) but I was wondering how I can check which version I am running? Bit info on my setup: I run the container on a synology nas via the docker package, and I usually update by exporting the settings, re-downloading the latest image from bitwardenrs/servers:latest, importing the settings and start the container. I usually check updates via https://github.com/dani-garcia/bitwarden_rs/releases/ Is there any way to see which version is currently running? Maybe via a terminal command?
kerem 2026-03-03 02:03:02 +03:00
Author
Owner

@TheGreatestJannet commented on GitHub (Aug 9, 2020):

It is shown in the admin page if it is enabled.

<!-- gh-comment-id:671101962 --> @TheGreatestJannet commented on GitHub (Aug 9, 2020): It is shown in the admin page if it is enabled.
Author
Owner

@dani-garcia commented on GitHub (Aug 11, 2020):

Also printed on the logs just as the server starts.

<!-- gh-comment-id:672259965 --> @dani-garcia commented on GitHub (Aug 11, 2020): Also printed on the logs just as the server starts.
Author
Owner

@bfcns commented on GitHub (Apr 29, 2025):

docker exec -it vaultwarden ./vaultwarden --version

<!-- gh-comment-id:2838730516 --> @bfcns commented on GitHub (Apr 29, 2025): `docker exec -it vaultwarden ./vaultwarden --version`
Author
Owner

@acwrobel1 commented on GitHub (Apr 29, 2025):

You can also see the installed version on the portal login/unlock screen.

<!-- gh-comment-id:2839608140 --> @acwrobel1 commented on GitHub (Apr 29, 2025): You can also see the installed version on the portal login/unlock screen.
Author
Owner

@BlackDex commented on GitHub (Apr 29, 2025):

You can also see the installed version on the portal login/unlock screen.

That is only the web-vault version, not the Vaultwarden version, which is not the same.

<!-- gh-comment-id:2839630964 --> @BlackDex commented on GitHub (Apr 29, 2025): > You can also see the installed version on the portal login/unlock screen. That is only the web-vault version, not the Vaultwarden version, which is not the same.
Author
Owner

@febryanvaldo commented on GitHub (May 28, 2025):

The easy way

docker exec -it ContainerID ./vaultwarden --version

Inspecting through RepoDigest,

docker image inspect ImageID

Search for "org.opencontainers.image.version": "YourVaultwardenVersionHere"

<!-- gh-comment-id:2914748253 --> @febryanvaldo commented on GitHub (May 28, 2025): The easy way ``` docker exec -it ContainerID ./vaultwarden --version ``` Inspecting through RepoDigest, ``` docker image inspect ImageID ``` Search for `"org.opencontainers.image.version": "YourVaultwardenVersionHere"`
Author
Owner

@BlackDex commented on GitHub (May 28, 2025):

Or, /admin/diagnostics

<!-- gh-comment-id:2915144023 --> @BlackDex commented on GitHub (May 28, 2025): Or, `/admin/diagnostics`
Author
Owner

@l4rm4nd commented on GitHub (Jun 7, 2025):

Or via API endpoint:

https://vaultwarden.example.com/api/version
<!-- gh-comment-id:2952848059 --> @l4rm4nd commented on GitHub (Jun 7, 2025): Or via API endpoint: ```` https://vaultwarden.example.com/api/version ````
Author
Owner

@EricDuminil commented on GitHub (Jul 17, 2025):

@l4rm4nd : Thanks. No admin/ needed, which I explicitly do not want to enable.

<!-- gh-comment-id:3082912845 --> @EricDuminil commented on GitHub (Jul 17, 2025): @l4rm4nd : Thanks. No `admin/` needed, which I explicitly do not want to enable.
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#769
No description provided.