Very slow on Raspi #856

Closed
opened 2026-02-04 23:06:54 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @CollinAlpert on GitHub (Nov 7, 2020).

I am having a performance issue after installing Bitwarden_rs on my Raspberry Pi 3. The clients are extremely slow in syncing my passwords and even logging in takes up to five seconds. Syncing takes about a minute (I have about 160 passwords, but still). I used to use Rubywarden and it was much faster. I know that running Docker containers on as Raspi can be quite heavy, but I had kind of hoped for this to run more smoothly due to the fact that it is written in Rust. Are there any measures I can take to boost performance? Maybe disable the web interface or something like that?

Originally created by @CollinAlpert on GitHub (Nov 7, 2020). I am having a performance issue after installing Bitwarden_rs on my Raspberry Pi 3. The clients are extremely slow in syncing my passwords and even logging in takes up to five seconds. Syncing takes about a minute (I have about 160 passwords, but still). I used to use Rubywarden and it was much faster. I know that running Docker containers on as Raspi can be quite heavy, but I had kind of hoped for this to run more smoothly due to the fact that it is written in Rust. Are there any measures I can take to boost performance? Maybe disable the web interface or something like that?
OVERLORD added the better for forum label 2026-02-04 23:06:54 +03:00
Author
Owner

@dani-garcia commented on GitHub (Nov 8, 2020):

This sounds more like some kind of strange network misconfiguration than anything else, a raspberry pi should be more than enough to run the server even with docker overhead. Do other docker containers work correctly?

@dani-garcia commented on GitHub (Nov 8, 2020): This sounds more like some kind of strange network misconfiguration than anything else, a raspberry pi should be more than enough to run the server even with docker overhead. Do other docker containers work correctly?
Author
Owner

@markuta commented on GitHub (Nov 10, 2020):

I can confirm that I have no performance issues on my Raspberry Pi 3 B+. I'm also using two Docker containers, one for a Nginx reverse proxy web server and one for the Bitwarden server. I have about 100 passwords on it, and its been running for a few months now without any issues.

I wrote a guide on my current set-up (https://markuta.com/bitwarden-and-nginx-server-on-raspberry-pi/) if that might help.

@markuta commented on GitHub (Nov 10, 2020): I can confirm that I have no performance issues on my Raspberry Pi 3 B+. I'm also using two Docker containers, one for a Nginx reverse proxy web server and one for the Bitwarden server. I have about 100 passwords on it, and its been running for a few months now without any issues. I wrote a guide on my current set-up (https://markuta.com/bitwarden-and-nginx-server-on-raspberry-pi/) if that might help.
Author
Owner

@CollinAlpert commented on GitHub (Nov 10, 2020):

Awesome, I'll check that out. Thank you for your responses. I will close this issue as it is obviously a problem on my side.

@CollinAlpert commented on GitHub (Nov 10, 2020): Awesome, I'll check that out. Thank you for your responses. I will close this issue as it is obviously a problem on my side.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#856