Post #2038935
2026-03-15 00:59 UTC
Installing Syncthing on Debian #Linux is weirdly not documented well so here's what you need to know:
* sudo apt install syncthing
* sudo systemctl enable syncthing@YOUR_USERNAME.service
* sudo systemctl start syncthing@YOUR_USERNAME.service
syncthing will start but by default listens on 127.0.0.1. So you'll need to edit `~/.local/state/syncthing/config.xml` (when I installed it the line you need to edit is 113)
Then restart syncthing with `systemctl restart syncthing@YOUR_USERNAME.service` and you should be good to go. The web UI is on port 8384
Replies (1)
-
@UntouchedWagons@mstdn.ca 2026-03-15 01:00
Awww I can't use markdown.