Syncthing 접근
- 브라우저를 열고 아래 주소로 접속하세요:
https://<Server_IP>:8384 - SSL 경고 수락 (자체 서명 인증서).
- 다음 위치에 저장된 자격 증명으로 로그인하세요:
/root/.cloudzy-creds.
중요한 파일 및 디렉토리
config.xml· Syncthing 구성-
/root/.local/state/syncthing/config.xml - Systemd 서비스 파일:
[email protected]
Syncthing 관리
서비스 시작:
systemctl start [email protected]
서비스 중지:
systemctl stop [email protected]
서비스 다시 시작:
systemctl restart [email protected]
실시간 로그 확인:
journalctl -u [email protected] -f
참고
- Syncthing은 systemd 서비스로 실행됩니다:
[email protected] - 안전한 접근을 위해 TLS가 활성화되어 있습니다.