Provided by: syncplay-server_1.7.0+repack1-2_all bug

NAME

       syncplay-server - server to host syncplay rooms

SYNOPSIS

       syncplay-server [options] [file] [playeroptions]

DESCRIPTION

       This manual page documents briefly the syncplay-server command.

       syncplay-server is a program that syncplay clients connect to and hosts rooms.

       To  host  rooms  for  viewers  via internet, make sure the server can be accessed from the
       internet, i.e., its listening port is not blocked by a NAT or a firewall.

OPTIONS

       This program follows the usual GNU command line syntax, with long  options  starting  with
       two dashes (`-').  A summary of options is included below.

       -h, --help
              Show summary of options.

       --port [port]
              TCP port to listen for connections.

       --password [password]
              Server password.

       --isolate-rooms
              Whether rooms should be isolated.

       --disable-ready
              Disable readiness feature.

       --disable-chat
              Disable the chat function.

       --salt [salt]
              Random string used to generate managed room passwords.

       --motd-file [file]
              Path to a file from which motd (Message Of The Day) will be read.

       --rooms-db-file [file]
              Enables  room persistence. Path is to where a database file should be loaded/create
              where room data will be written to and read from. This will enable rooms to persist
              without watchers and through restarts. Will not work if using --isolate-rooms.

       --permanent-rooms-file [file]
              Specifies  a  list  of  rooms  that  will still be listed even if their playlist is
              empty. Path is to where a text file with one  room  per  line.  This  will  require
              persistent rooms to be enabled.

       --max-chat-message-length [maxChatMessageLength]
              Maximum number of characters in one chat message (default is 150).

       --max-username-length [maxUsernameLength]
              Maximum number of characters in a username (default is 150).

       --stats-db-file [file]
              Enable server statistics using the SQLite database file.

       --tls [path]
              Enable TLS connections using the certificate files in path.

SEE ALSO

       syncplay(1).

                                         February 7 2021                       Syncplay Server(1)