Files
oam/knowledge base/syncthing.md
2024-03-03 13:40:32 +01:00

1.7 KiB

Syncthing

Table of contents

  1. TL;DR
  2. Configuration
  3. Troubleshooting
    1. I forgot the password
  4. Further readings
    1. Sources

TL;DR

# Installation.
sudo apt install 'syncthing'
brew install --cask 'syncthing'
sudo zypper install 'syncthing'

# Startup.
syncthing
syncthing --gui-address '0.0.0.0:8384' --no-default-folder
systemctl --user start 'syncthing.service'

Configuration

OS Path
Linux $XDG_STATE_HOME/syncthing
$HOME/.local/state/syncthing
Mac OS X $HOME/Library/Application Support/Syncthing
Windows %LOCALAPPDATA%\Syncthing

Troubleshooting

I forgot the password

Remove the entry under gui.password in the configuration file:

# With XMLStarlet
xml ed -L -d 'configuration/gui/password' 'Library/Application Support/Syncthing/config.xml'

Then enter the settings on the host and set a new password.

Further readings

Sources