aboutsummaryrefslogtreecommitdiff
path: root/audio/teamspeak3-server/files/pkg-message.in
blob: e872df156074186ecd56b9c0936e80aebcc4e5d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

To enable/start the TeamSpeak server

sysrc teamspeak_enable="YES"
service teamspeak start

If you have a license file (licensekey.dat) and/or ts3server.ini,
put it into %%ETCDIR%%

To see the admin token after the first start, have a look
into the logs in %%LOGDIR%%

TeamSpeak DNS server (tsdns) is not handled by this port. If you
need it, please download and install it manually.

Version 3.0.13 adds ipv6 support. To disable ipv6
printf "voice_ip=0.0.0.0\nfiletransfer_ip=0.0.0.0\n" >>\
%%ETCDIR%%/ts3server.ini
The default value is 0.0.0.0 / 0::0, which activates IPv6.