logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

deskflow-server - Mouse and keyboard sharing utility

Author

       HAYASHI Kentaro ⟨kenhys@xdump.org⟩Wrote this manpage for the Debian system.

Bugs

       See https://github.com/deskflow/deskflow/issues

Description

       Deskflow is a free and open source keyboard and mouse sharing app formerly  known  as  Synergy  Community
       Edition.

       deskflow-server is server side program of deskflow.

       It start the Deskflow mouse/keyboard sharing server.

       This  manual  page  was  written for the Debian distribution because the original program does not have a
       manual page.

Files

       ${HOME}/.config/Deskflow/deskflow-server.conf
              The per-user configuration file to control the behaviour of deskflow server.

Name

       deskflow-server - Mouse and keyboard sharing utility

Options

-a, --address <address>
              listen for clients on the given address.

       -c, --config <pathname>
              use the named configuration file instead.

       -d, --debug <level>
              filter out log messages with priority below level.  level may be:  FATAL,  ERROR,  WARNING,  NOTE,
              INFO, DEBUG, DEBUG1, DEBUG2

       -n, --name <screen-name>
              use screen-name instead the hostname to identify this screen in the configuration.

       -1, --no-restart
              do not try to restart on failure.

       --restart
              restart the server automatically if it fails.

       -l, --log <file>
              write log messages to file.

       --no-tray
              disable the system tray icon.

       --enable-crypto
              enable TLS encryption.

       --tls-cert
              specify the path to the TLS certificate file.

       --display <display>
              when in X mode, connect to the X server at <display>

       --no-xinitthreads
              do not call XInitThreads()

       -f, --no-daemon
              run in the foreground.

       --daemon
              run as daemon.

       -h, --help
              display this help and exit.

       --version
              display version information and exit.

See Also

deskflow(1), deskflow-client(1)

Synopsis

deskflow-server   [–address  <address>]  [–config  <pathname>]  [–display  <display>]  [–no-xinitthreads]
       [–no-wayland-ei] [–daemon|–no-daemon] [–name <screen-name>] [–restart|–no-restart] [–debug <level>]

See Also