mirror of
https://github.com/bitwarden/help
synced 2025-12-31 07:33:36 +00:00
* Staging: Vault Mgmt (#380) * Commit #1 - Updated Master Password article, and removed old versions (w/ redirects) - Repurposed Account Encryption Key Article - Moved Fingerprint Phrase article - Requisite re-ordering of security articles - Change "Account Mgmt" title to "Your Vault" - Slight change to "Import & Export" category title * - Managing Items - Favorites & Folders (+images) - Sync & Search (+images) - Import Export title change - Clarification re: Login v. Lock in "Field Guide to Two-step Login" - Clarifiation re: Org Invite Expiry in managing-users.md - New link to Acct. Encryption Key in encrypted-export.md * Commit #3 -Custom Fields - URIs (+ images) - File Attachments - VH Reports - Required re-ordering * Commit #4 -BWDC Login recommendation -VH Reports images - Added Two-step FAQs, Import FAQs - FAQ Nav Item depricated, targetting FAQs for each category are now the last article within respective categories * Commit #5 -Edit & move Account/Org Deletion Article -config.yml to re-order global nav -encrypted export update * General FAQs (preliminary edits) * Features > Misc. * return forgot-master-password.md & downstream order changes * delete account warning * fixed link
64 lines
2.4 KiB
Markdown
64 lines
2.4 KiB
Markdown
---
|
|
layout: article
|
|
title: Sync your Vault
|
|
categories: [account-management]
|
|
featured: false
|
|
popular: false
|
|
tags: [vault, sync, automatic, FAQ]
|
|
order: 04
|
|
---
|
|
|
|
Adding, editing, or deleting Vault items from any Bitwarden client application will automatically push changes to your Bitwarden server, whether Cloud-hosted or self-hosted.
|
|
|
|
In order to pull those changes down to another Bitwarden client application, your Vault will need to Sync.
|
|
|
|
## Automatic Sync
|
|
|
|
Your personal [Web Vault](https://vault.bitwarden.com){:target="\_blank"} will always remain in-sync. Organization Vaults will automatically sync across users and client applications every 30 minutes.
|
|
|
|
Bitwarden client applications (Desktop Applications, Browser Extensions, Mobile Apps, and CLI) will sync automatically on login, and with regularity when unlocked. You can also [Manually Sync](#manual-sync) your Vault to pull changes to a client application immediately.
|
|
|
|
{% callout success %}
|
|
When you install Bitwarden on a new device, simply log in to your existing account to automatically pull down your most up-to-date Vault data.
|
|
{% endcallout %}
|
|
|
|
## Manual Sync
|
|
|
|
To manually sync your Vault from a Bitwarden client application:
|
|
|
|
### Sync Browser Extensions
|
|
|
|
Select the {% icon fa-cogs %} **Settings** tab, select the **Sync** option and select the **Sync Vault Now** button.
|
|
|
|
### Sync Mobile Apps
|
|
|
|
Open the {% icon fa-cogs %} **Settings** tab, tap the **Sync** option and tap **Sync Vault Now**.
|
|
|
|
Toggle the **Enable sync on refresh** option to allow your Vault to be synced using a pulldown gesture on the {% icon fa-lock %} **My Vault** tab.
|
|
|
|
### Sync Desktop Apps
|
|
|
|
Select **File** → **Sync Vault** from the menu bar.
|
|
|
|
### Sync the CLI
|
|
|
|
Use the `sync` command to manually sync your Vault:
|
|
|
|
```
|
|
bw sync
|
|
```
|
|
|
|
For more information, see [The Bitwarden command-line tool (CLI)]({% link _articles/miscellaneous/cli.md %}).
|
|
|
|
## Troubleshooting
|
|
|
|
If Vault Sync is not working properly, investigate the following:
|
|
|
|
#### Mismatched Timestamp
|
|
|
|
Sync failure may occur if your device's time is not correct. Bitwarden uses TLS/SSL, which will fail to connect a client application to the server if timestamps are mismatched.
|
|
|
|
#### VPN or Ad Blocker Interference
|
|
|
|
In some cases, VPN or Ad Blocker browser extensions may interfere with the connection between client application and server. This issue is typically observed with Bitwarden Browser Extensions.
|