# Live Sync between devices

**URL:** <https://vaultwarden.discourse.group/t/live-sync-between-devices/616>\
**Category:** Feature Requests\
**Created:** [February 20, 2021, 12:57am UTC](https://vaultwarden.discourse.group/t/live-sync-between-devices/616 "2021-02-20T00:57:20Z")\
**Posts on this page:** 6\
**Page:** 1

<div class="post-metadata">

**Author:** ![Nicko](https://avatars.discourse-cdn.com/v4/letter/n/c2a13f/32.png) [@Nicko](https://vaultwarden.discourse.group/u/Nicko)\
**Post date:** [February 20, 2021, 12:57am UTC](https://vaultwarden.discourse.group/t/live-sync-between-devices/616/1 "2021-02-20T00:57:20Z")

</div>

Hello,  
I’m new on bitwarden\_rs. I come from LastPass 🙂  
I installed it on my Synology and it works like a charm!! Many thanks for this app!

But, for me, the most important feature which I need is the sync between devices! Used to cloud services, I don’t have the reflex to refresh every time I open the app on my smartphone.

Pleeeeeease 😇

---

<div class="post-metadata">

**Author:** ![BlackDex](https://yyz2.discourse-cdn.com/free1/user_avatar/vaultwarden.discourse.group/blackdex/32/8_2.png) [@BlackDex](https://vaultwarden.discourse.group/u/BlackDex)\
**Post date:** [February 20, 2021, 7:45am UTC](https://vaultwarden.discourse.group/t/live-sync-between-devices/616/2 "2021-02-20T07:45:34Z")

</div>

Then i suggest to go for [bitwarden.com](http://bitwarden.com).

This has been talked about a few times on the forum and github if im correct. We can’t do this easily, and we would need to make use of the [bitwarden.com](http://bitwarden.com) push services for this which need a self hosted key/license.

---

<div class="post-metadata">

**Author:** ![gpopesc](https://yyz2.discourse-cdn.com/free1/user_avatar/vaultwarden.discourse.group/gpopesc/32/36_2.png) [@gpopesc](https://vaultwarden.discourse.group/u/gpopesc)\
**Post date:** [February 21, 2021, 7:01pm UTC](https://vaultwarden.discourse.group/t/live-sync-between-devices/616/3 "2021-02-21T19:01:51Z")

</div>

It should work automatically the sync between devices. I have been using the plugins for chrome, firefox, edge and Android app and always sync at startup.

---

<div class="post-metadata">

**Author:** ![Nicko](https://avatars.discourse-cdn.com/v4/letter/n/c2a13f/32.png) [@Nicko](https://vaultwarden.discourse.group/u/Nicko)\
**Post date:** [February 21, 2021, 7:29pm UTC](https://vaultwarden.discourse.group/t/live-sync-between-devices/616/4 "2021-02-21T19:29:12Z")

</div>

For me I have to configure websockets in Nginx on my Synology to sync between browsers. Without this, sync is not live but asynchronous

---

<div class="post-metadata">

**Author:** ![gpopesc](https://yyz2.discourse-cdn.com/free1/user_avatar/vaultwarden.discourse.group/gpopesc/32/36_2.png) [@gpopesc](https://vaultwarden.discourse.group/u/gpopesc)\
**Post date:** [February 21, 2021, 8:32pm UTC](https://vaultwarden.discourse.group/t/live-sync-between-devices/616/5 "2021-02-21T20:32:01Z")

</div>

yes, it works, I tested few minutes ago. I made a test site with user and pass in chrome, then I open firefox and the new site was there. (be sure the second browser is opened after you save the site)  
only android app(stand alone) needs to pull down to refresh. it shows in settings the sync and last sync time and if you press this option you can activate pull down to refresh.

---

<div class="post-metadata">

**Author:** ![BlackDex](https://yyz2.discourse-cdn.com/free1/user_avatar/vaultwarden.discourse.group/blackdex/32/8_2.png) [@BlackDex](https://vaultwarden.discourse.group/u/BlackDex)\
**Post date:** [February 21, 2021, 9:16pm UTC](https://vaultwarden.discourse.group/t/live-sync-between-devices/616/6 "2021-02-21T21:16:57Z")

</div>

With websockets sync works on all clients except mobile and cli because they do not use websockets. Mobile clients use the push services which only works for the official bitwarden server.
