-
Beta Was this translation helpful? Give feedback.
Answered by
BlackDex
Dec 13, 2024
Replies: 1 comment 1 reply
-
Those versions are not the same. The one on the web-vault is the version of the web-vault, not of Vaultwarden. There are multiple ways to do it. But the most efficient one is by checking it via the Vaultwarden Backend Admin You can also check # Running it directly if installed locally
./vaultwarden --version
# Via docker
docker exec -it vaultwarden /vaultwarden --version |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sunilnc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those versions are not the same. The one on the web-vault is the version of the web-vault, not of Vaultwarden.
There are multiple ways to do it. But the most efficient one is by checking it via the Vaultwarden Backend Admin
/admin/diagnostics
. That page will also show you if there are any configuration errors.You can also check
https://sub.domain.tld/api/version
Or, use the CLI