Toegang tot Syncthing
- Open een browser en ga naar:
https://<Server_IP>:8384 - Accepteer de SSL-waarschuwing (selfsigned certificaat).
- Log in met de inloggegevens die zijn opgeslagen in:
/root/.cloudzy-creds.
Belangrijke bestanden en mappen
config.xml· Syncthing-configuratie-
/root/.local/state/syncthing/config.xml - Systemd-servicebestand:
[email protected]
Syncthing beheren
Service starten:
systemctl start [email protected]
Service stoppen:
systemctl stop [email protected]
Service opnieuw starten:
systemctl restart [email protected]
Bekijk live logs:
journalctl -u [email protected] -f
Opmerkingen
- Syncthing draait als een systemd-service:
[email protected] - TLS is ingeschakeld voor veilige toegang.