Problems with start

Good day for all! I installed this Syncthing on Debian 10 webserver with parameters: sudo curl -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg

echo “deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable” | sudo tee /etc/apt/sources.list.d/syncthing.list

sudo apt-get update

sudo apt-get install syncthing

syncthing

From command line:

[LZMVY] 2022/08/04 23:03:18 INFO: TCP listener ([::]:22000) starting

[LZMVY] 2022/08/04 23:03:18 INFO: Loading HTTPS certificate: open /root/.config/syncthing/https-cert.pem: no such file or directory

[LZMVY] 2022/08/04 23:03:18 INFO: Creating new HTTPS certificate

[LZMVY] 2022/08/04 23:03:18 INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting

[LZMVY] 2022/08/04 23:03:18 INFO: QUIC listener ([::]:22000) starting

Seemd to be started, but when opening link “…overy-v4.syncthing.net/v2/?nolookup&id=LYXK…” I get “Not Found”

What not found? More info? The certificate? Or another thing?

That’s not a link intended to be opened by humans, it’s a link with parameters for consumption by the discovery client. What are you trying to do?

Sounds to me like you actually want to open the gui of synthing.

It is accessible at localhost:8384 when opening a broswer on the server (assuming your server has a browser)

There is

https://docs.syncthing.net/users/guilisten.html

Explaining why you cannot open that page from a different PC out of the box.

This should be enough to get you started, given that you are running a webserver.

Thank You for response. I can´t open it local, because no have GUI (Debian 10 webserver). And SSH tunel never work for me…

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