Files
obsidian-livesync/docs/quick_setup.md
T
vorotamoroz b42df389fb Distinguish absent and unreadable remote settings during setup
Use typed Commonlib outcomes to guide Fetch and Rebuild without treating a new remote as a failed read. Preserve automatic synchronisation choices when scheduled initialisation is cancelled.
2026-08-06 08:34:41 +00:00

10 KiB

Quick setup

Japanese docs - Chinese docs.

This guide establishes ordinary note synchronisation on the first device and then adds another device. Optional features are configured only after this basic path works.

Before starting:

  • back up every Vault involved;
  • disable Obsidian Sync, iCloud synchronisation, and any other service which writes to the same Vault;
  • prepare the remote service and a Setup URI; and
  • keep the Setup URI and its passphrase separate from each other.

This walkthrough covers the recommended provisioned CouchDB path. Follow Set up a CouchDB server to prepare the server and Setup URI.

What a Setup URI contains

A Setup URI starts with obsidian://setuplivesync?settings=. It contains encrypted connection settings, including credentials, and must be protected even though it is encrypted.

The Setup URI passphrase decrypts the URI. It is different from the Vault encryption passphrase which protects synchronised data. Store both securely, and do not send the Setup URI and its passphrase through the same channel.

Set up the first device

Use this path only when the remote database is new, or when this device is intentionally the source of truth for a full server rebuild.

  1. Install and enable Self-hosted LiveSync in the intended Vault.

  2. Select the Welcome to Self-hosted LiveSync Notice to open onboarding.

  3. Select I am setting this up for the first time, then confirm that you want to set up a new synchronisation.

  4. On Connection Method, select Use a Setup URI (Recommended).

  5. Paste the Setup URI, enter its Setup URI passphrase, and select Test Settings and Continue.

    Encrypted Setup URI and masked passphrase

  6. Review Setup Complete: Preparing to Initialise Server, then select Restart and Initialise Server.

    First-device server initialisation confirmation

  7. Read the final overwrite warning carefully. Select I Understand, Overwrite Server only after checking that backups exist and that replacing the remote data is intended.

    Final server overwrite warning

  8. A newly provisioned database may show No Synchronisation Settings Found. Select Use this device's settings for the intended new database. If you expected existing settings, cancel and check the selected remote. Cancellation restarts with Vault and database reflection paused; keep LiveSync disabled until the remote has been checked. If Could Not Read Synchronisation Settings appears, retry, or use this device's settings to continue the overwrite. The overwrite still requires a working connection.

    Expected missing remote configuration choice for a new database

  9. Acknowledge All optional features are disabled. Optional features remain off until the ordinary synchronisation path has been verified.

  10. Allow initialisation and any requested restart to finish. Keep Obsidian open until the LiveSync progress indicators have cleared.

Create an ordinary test note and allow it to upload before adding another device.

Create a Setup URI for another device

Generate a Setup URI for another device from the working first device. This captures the settings which that device is actually using, rather than asking another device to reuse the Setup URI produced during server provisioning.

  1. Open the Obsidian command palette on the first device.

  2. Run Self-hosted LiveSync: Copy settings as a new Setup URI.

  3. Enter a new passphrase which will protect this Setup URI, then select OK.

    Masked passphrase for a new Setup URI for another device

  4. Copy the resulting Setup URI, then select OK.

    Setup URI generated by the working first device

Store the new Setup URI and its passphrase separately. The URI is encrypted, but it contains credentials and Vault settings, so continue to protect it.

Add another device

Start with a new or separately backed-up Vault. Do not use a production Vault containing unsynchronised notes unless you have reviewed the Fast Setup choices.

  1. Install and enable Self-hosted LiveSync.

  2. Open onboarding from the Welcome to Self-hosted LiveSync Notice.

  3. Select I am adding a device to an existing synchronisation setup, then confirm that you want to add the device.

  4. On Device Setup Method, select Use a Setup URI (Recommended).

  5. Paste the new Setup URI generated by the first device, enter its Setup URI passphrase, and select Test Settings and Continue.

  6. Review Setup Complete: Preparing to Fetch Synchronisation Data, then select Restart and Fetch Data.

    Fetch confirmation on the additional device

  7. For a new or empty Vault, select Overwrite all with remote files. For a Vault with local work, stop and choose the appropriate strategy from the Fast Setup guide.

    Fast Setup data retrieval choices

  8. When asked how to handle extra local files, the conservative choice is Keep local files even if not on remote. Select the delete option only when the local Vault is disposable and an exact remote copy is intended.

    Local file policy on the additional device

  9. Allow retrieval, file reflection, and any requested restart to finish. Keep Obsidian open until the LiveSync progress indicators have cleared.

Confirm that the ordinary test note from the first device appears unchanged. Then edit or create a second ordinary note on the new device, and confirm that it reaches the first device.

Ordinary note received through the provisioned Setup URI

After ordinary synchronisation works

Add optional features separately so that their ownership and initialisation direction are explicit:

Do not enable both features for the same files.

Configure CouchDB manually on the first device

Use this path when CouchDB is ready but a Setup URI is unavailable. It configures one first device through the visible onboarding dialogue; it does not provision or repair the CouchDB server. Add later devices with a Setup URI generated by this working first device instead of entering the credentials again.

  1. Install and enable Self-hosted LiveSync in the intended Vault.

  2. Select the Welcome to Self-hosted LiveSync Notice, choose I am setting this up for the first time, then confirm that you want to set up a new synchronisation.

  3. On Connection Method, select Configure a remote manually, then select Proceed with manual configuration.

    Manual remote configuration option during onboarding

  4. On End-to-End Encryption, decide how the synchronised data will be protected.

    • For an ordinary new Vault, enable End-to-End Encryption and enter a strong Vault encryption passphrase.
    • Enable Obfuscate Properties if remote document properties should also be concealed.
    • Store the Vault encryption passphrase securely. It is separate from the passphrase used to protect a Setup URI.

    CouchDB Vault encryption settings with the passphrase masked

  5. On Choose a synchronisation remote, select CouchDB, then select Continue to CouchDB setup.

    CouchDB option in the list of synchronisation remotes

  6. Enter the complete CouchDB URL, username, password, and database name.

    • Obsidian Mobile requires HTTPS. Plain HTTP is suitable only for a trusted local connection from a desktop device.
    • Use credentials which are allowed to connect to the selected database and, when configuring the first device, create it if it does not exist.

    Manual CouchDB connection fields with the password masked

  7. Check server requirements is optional. It sends the displayed credentials to the configured server through Obsidian's internal request API, and some checks require CouchDB administrator access. The initial check is read-only. If it offers a server change, review and confirm that individual change separately.

    Successful optional CouchDB server requirements check

  8. Select Create or connect to database and continue. Onboarding requires this connection test to succeed.

  9. Review Setup Complete: Preparing to Initialise Server, then select Restart and Initialise Server.

  10. Read the final overwrite warning. Select I Understand, Overwrite Server only when this device is intentionally the source of truth and a current backup exists.

  11. A newly created database can show No Synchronisation Settings Found. Select Use this device's settings for this known new database. If you expected existing settings, cancel and check the selected remote. Cancellation restarts with Vault and database reflection paused; keep LiveSync disabled until the remote has been checked. If Could Not Read Synchronisation Settings appears, retry, or use this device's settings to continue the overwrite. The overwrite still requires a working connection.

  12. Acknowledge All optional features are disabled, then keep Obsidian open until the initialisation progress has cleared.

Create and synchronise an ordinary test note. Once it has reached CouchDB, follow Create a Setup URI for another device, then Add another device. This keeps the second device aligned with the remote profile and encryption settings which the first device actually applied.