================================================================== 1) You can start and stop the turnserver manually. But, if you want to enable turnserver as an automatically started system service, you have to: a) Create and edit /etc/turnserver.conf file. Use %%PREFIX%%/etc/turnserver.conf.default as an example. b) For user accounts settings, if using the turnserver with authentication: create and edit /etc/turnuserdb.conf file, or set up PostgreSQL or MySQL or Redis database for user accounts. Use %%PREFIX%%/etc/turnuserdb.conf.default as example for flat file DB, or use %%DATADIR%%/schema.sql as database schema, or use %%DATADIR%%/schema*redis as Redis database description. d) add line turnserver_enable="YES" to /etc/rc.conf. e) If you are using a non-default PREFIX (other than /usr/local), then edit /usr/local/etc/rc.d/turnserver file, according to your system settings. f) Restart the system or run the command: $ %%PREFIX%%/etc/rc.d/turnserver start 2) If you do not want the turnserver to be a system service, then you can start/stop it "manually", using the "turnserver" executable with appropriate options (see the documentation). 3) To create database schema, use schema in file %%DATADIR%%/schema.sql. 4) For additional information, run: $ man turnserver $ man turnadmin $ man turnutils ==================================================================