6 - Syncthing (Headless)

Table of Contents

Previous Page

Next Page


Syncthing (again)

This is mostly the same as the Desktop guide - but with a tiny touch for the headless component.


sudo apt update && sudo apt install -y syncthing
sudo systemctl enable [email protected] && \
sudo systemctl start [email protected]
nano /home/jedi/.local/state/syncthing/config.xml
nano /home/jedi/.config/syncthing/config.xml
sudo systemctl restart [email protected]

first login will warn about username/password - add them


Table of Contents

Previous Page

Next Page