Error saving cipher error on Bitwarden rs

Hi friends, i followed the following tutorial step by step and installed bitwarden_rs succesfully :

https://www.linode.com/docs/guides/how-to-self-host-the-bitwarden-rs-password-manager/

However its doesnt seems to work,i cant save any passwords from pc and mobile either.I do get this error " Error saving cipher error"
Please tell how to fix this?

Here a screenshot: https://prnt.sc/10roir5

4 Replies

Thanks for pointing this,will try again.
Is there a option to do updates with this script when a new version of bitwarden is there?

Seems like when you declare "latest" itll always pull the latest version. I did get mine working, but Im no expert. Stop and remove your current docker container and rerun it with "latest" instead of the specific version number and it should start working.

Hi,

Yes it works now for me with changing the lines" bitwardenrs/server:latest"

Thanks.

As for updating when there is a new version for bitwarden you mean we should do this?

sudo docker stop bitwarden
sudo docker rm bitwarden

sudo docker run -d --name bitwarden -v /srv/bitwarden:/data -e WEBSOCKET_ENABLED=true -e SIGNUPS_ALLOWED=false -p 127.0.0.1:8080:80 -p 127.0.0.1:3012:3012 --restart on-failure bitwardenrs/server:latest

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct