TeamSpeak: Difference between revisions

From Omnia
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 06:53, 28 December 2016

TeamSpeak

TeamSpeak 3 - https://www.teamspeak.com/teamspeak3

Download

https://www.teamspeak.com/downloads

  • Windows
  • Linux
  • OS X
  • Android
  • iOS

Linux Server

Server download - https://www.teamspeak.com/downloads

# download from - https://www.teamspeak.com/downloads
tar -jvxf teamspeak3-server_linux_amd64-3.0.13.6.tar.bz2

Start server:

cd teamspeak3-server_linux_amd64 
./ts3server_startscript.sh start

Status server:

./ts3server_startscript.sh status
  Server is running

Stop server:

./ts3server_startscript.sh stop

Connect from the desktop client, using the key specified in the server startup text (which will make you an admin), and then configure a password for the server.

Done.

Firewall

Default voice port: UDP 9987

Other ports:

These are the default ports used by TeamSpeak 3:

  • Default voice port (UDP in): 9987
  • Default filetransfer port (TCP in): 30033
  • Default serverquery port (TCP in): 10011
  • Default tsdns port (TCP in): 41144
  • Default weblist port (UDP out): 2011-2110 (first available port in given range)

In addition to that, packets originating from or sent to accounting.teamspeak.com:2008 (TCP) and weblist.teamspeak.com:2010 (UDP) must not be blocked. The local port for these connections is randomly assigned by the operating system when the connection is established. Please note that we do not guarantee that these DNS names will resolve to the same IP Address at any point in time. These services have changed IP addresses in the past and will continue to do so in the future.

Reference: