Skip to content

How to check what version I'm running #5288

Answered by BlackDex
sunilnc asked this question in Q&A
Discussion options

You must be logged in to vote

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

# Running it directly if installed locally
./vaultwarden --version

# Via docker
docker exec -it vaultwarden /vaultwarden --version

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sunilnc
Comment options

Answer selected by sunilnc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants