mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 08:03:47 -05:00
How check installed version? #767
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikkelnl on GitHub (Aug 9, 2020).
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?
@TheGreatestJannet commented on GitHub (Aug 9, 2020):
It is shown in the admin page if it is enabled.
@dani-garcia commented on GitHub (Aug 11, 2020):
Also printed on the logs just as the server starts.
@bfcns commented on GitHub (Apr 29, 2025):
docker exec -it vaultwarden ./vaultwarden --version@acwrobel1 commented on GitHub (Apr 29, 2025):
You can also see the installed version on the portal login/unlock screen.
@BlackDex commented on GitHub (Apr 29, 2025):
That is only the web-vault version, not the Vaultwarden version, which is not the same.
@febryanvaldo commented on GitHub (May 28, 2025):
The easy way
Inspecting through RepoDigest,
Search for
"org.opencontainers.image.version": "YourVaultwardenVersionHere"@BlackDex commented on GitHub (May 28, 2025):
Or,
/admin/diagnostics@l4rm4nd commented on GitHub (Jun 7, 2025):
Or via API endpoint:
@EricDuminil commented on GitHub (Jul 17, 2025):
@l4rm4nd : Thanks. No
admin/needed, which I explicitly do not want to enable.