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

turnadmin is a TURN administration tool. This tool can be used to manage the user accounts (add/remove

=====================================

DIRECTORIES/usr/local/share/turnserver

       /usr/local/share/doc/turnserver

       /usr/local/share/examples/turnserver

======================================

AUTHORS
       Oleg Moskalenko <mom040267@gmail.com>

       Gabor Kovesdan http://kovesdan.org/

       Daniel Pocock http://danielpocock.com/

       John Selbie (jselbie@gmail.com)

       Lee Sylvester <lee@designrealm.co.uk>

       Erik Johnston <erikj@openmarket.com>

       Roman Lisagor <roman@demonware.net>

       Vladimir Tsanev <tsachev@gmail.com>

       Po-sheng Lin <personlin118@gmail.com>

       Peter Dunkley <peter.dunkley@acision.com>

       Mutsutoshi Yoshimoto <mutsutoshi.yoshimoto@mixi.co.jp>

       Federico Pinna <fpinna@vivocha.com>

       Bradley T. Hughes <bradleythughes@fastmail.fm>

       Mihály Mészáros <misi@majd.eu>

   ACTIVEMAINTAINERS
       Mihály Mészáros <misi@majd.eu>

                                                  05 June 2021                                           TURN(1)

=======================================

DOCS
       After installation, run the command:

       $ man turnadmin

       or in the project root directory:

       $ man -M man turnadmin

       to see the man page.

General Information

turnadmin  is  a  TURN administration tool. This tool can be used to manage the user accounts (add/remove
       users, generate TURN keys for the users). For security reasons, we do  not  recommend  storing  passwords
       openly.  The  better  option is to use pre-processed "keys" which are then used for authentication. These
       keys are generated by turnadmin.  Turnadmin is a  link  to  turnserver  binary,  but  turnadmin  performs
       different functions.

       Options  note:  turnadmin has long and short option names, for most options.  Some options have only long
       form, some options have only short form. Their syntax somewhat different, if an argument is required:

       The short form must be used as this (for example):

         $ turnadmin -u <username> ...

       The long form equivalent must use the "=" character:

         $ turnadmin --user=<username> ...

       If this is a flag option (no argument required) then their usage are the same, for example:

        $ turnadmin -k ...

       is equivalent to:

        $ turnadmin --key ...

       You have always the use the -r <realm> option with commands for long term credentials - because data  for
       multiple realms can be stored in the same database.

See Also