-
Notifications
You must be signed in to change notification settings - Fork 2
Server Mode
Matt Le edited this page Sep 20, 2016
·
3 revisions
By default, all daemons are in client mode. For normal use cases, use Client-Client synchronization described in the Getting Started section. Server mode can be advantageous for quick sharing and syncing from a single device such as a secure server, but can be dangerous if misused. Note that Server-Client connections will not work if the device in Server mode does not allow direct or open connections.
CAUTION: Server-Client connections can be unsecure and can lead to potential security risks if used improperly.
To switch into server mode:
$ kodrive sys start -s
To switch back into client mode:
$ kodrive sys start -c
To see the KoDrive status and which mode it is currently in:
$ kodrive sys info