Syncthing on linux

I have installed syncthing (the web app) on Pop_OS. I am having problems with setting it up. The web site seems not to be working as it is not finding the address. I checked on the process in the terminal:

sudo systemctl status syncthing@pixelateddwarf.service ○ syncthing@pixelateddwarf.service - Syncthing - Open Source Continuous File Sy> Loaded: loaded (/lib/systemd/system/syncthing@.service; disabled; vendor p> Active: inactive (dead) Docs: man:syncthing(1)

It seems not to be active and not sure how to make it so.

Any suggestions?

Thanks

Try this:

sudo systemctl enable --now syncthing@pixelateddwarf.service

Outstanding. Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.