Accesso a Syncthing
- Apri il browser e vai a:
https://<Server_IP>:8384 - Accetta l'avviso SSL (certificato autofirmato).
- Accedi con le credenziali salvate in:
/root/.cloudzy-creds.
File e directory importanti
config.xml· Configurazione di Syncthing-
/root/.local/state/syncthing/config.xml - File di servizio Systemd:
syncthing@syncthing.service
Gestione di Syncthing
Avvia servizio:
systemctl start syncthing@syncthing.service
Interrompi servizio:
systemctl stop syncthing@syncthing.service
Riavvia servizio:
systemctl restart syncthing@syncthing.service
Controlla i log in tempo reale:
journalctl -u syncthing@syncthing.service -f
Note
- Syncthing è in esecuzione come servizio systemd:
syncthing@syncthing.service - TLS è abilitato per un accesso sicuro.