-
|
Hi everyone, I’m running Vaultwarden as an app on my Umbrel server, where it is only accessible via Tor. According to the Umbrel App Store description, it should be possible to access Vaultwarden using Tailscale by entering the Tailscale IP in the Bitwarden app or browser extension. However, this doesn't work for me – I’ve tried entering the Tailscale IP as the server URL in the Bitwarden browser extension, but I just get an error ("KDF config is required"). Is there anything I’m missing? Has anyone successfully connected to Vaultwarden over Tailscale on an Umbrel setup? Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Have you configured |
Beta Was this translation helpful? Give feedback.
Thanks a lot for your help earlier — especially for pointing me to port 8089!
That was indeed the first major issue, as I had initially been trying 8080,
which obviously went nowhere.
After fixing the port, I still ran into the same “endless loading” problem
in the browser UI and the Bitwarden app couldn’t log in either.
Eventually we figured out that the issue was related to the missing HTTPS setup
and how the certificates were handled.
The final working solution was to use Tailscale Serve directly on Umbrel’s
built-in Tailscale terminal.
Running this command solved it instantly:
tailscale serve --https / http://localhost:8089
This automatically created an HTTPS address within my Tailnet
(
…