Difference between revisions of "TeamSpeak Server"

From SME Server
Jump to navigationJump to search
(new repo fix)
Line 13: Line 13:
 
TeamSpeak is free of charge to non-commercial users.
 
TeamSpeak is free of charge to non-commercial users.
 
Please see their [http://www.goteamspeak.com/index.php?page=faq FAQ] for more information on licensing and terms of use.
 
Please see their [http://www.goteamspeak.com/index.php?page=faq FAQ] for more information on licensing and terms of use.
 
==Download==
 
You can download this package ''[http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/teamspeak/smeserver-teamspeak-server-2.0.24.1-1.noarch.rpm here]''. If you would like to save it directly on your SME Server, you should give this command at a linux-prompt
 
wget http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/teamspeak/smeserver-teamspeak-server-2.0.24.1-1.noarch.rpm
 
  
 
==Installation==
 
==Installation==
 
For installation just hit the following command
 
For installation just hit the following command
  yum localinstall *.rpm
+
  yum install smeserver-teamspeak-server --enablerepo=smecontribs
 
==Update==
 
==Update==
 
This RPM is not updatable. Please uninstall old version before installing the new one.
 
This RPM is not updatable. Please uninstall old version before installing the new one.

Revision as of 18:24, 23 April 2008


TeamSpeak Server 2.0.24.1 for SME 7.x

Maintainer

Sylvain Gomez
mailto:sylvaingomez@free.fr

Description

TeamSpeak is a quality, scalable application which enables people to speak with one another over the Internet. TeamSpeak consists of both client and server software. The server acts as a host to multiple client connections, capable of handling literally thousands of simultaneous users. This results in an Internet based teleconferencing solution that works in a variety of applications such as team mates speaking with one another while playing their favorite online game, small businesses cutting costs on long distance charges, or for personal communication with friends and family. For more information see http://www.goteamspeak.com/.

Licence

TeamSpeak is free of charge to non-commercial users. Please see their FAQ for more information on licensing and terms of use.

Installation

For installation just hit the following command

yum install smeserver-teamspeak-server --enablerepo=smecontribs

Update

This RPM is not updatable. Please uninstall old version before installing the new one.

Uninstallation

For uninstall just hit the following command

yum remove smeserver-teamspeak-server

You can ignore the yum-comments signal event post-upgrade and signal-event reboot.

Use

Client side

  • Download and install latest TeamSpeak client (TS is available on all platforms)
  • Connect to your server with the client and enjoy!

Server side

Important.png Note:
In server-only mode, you will have to forward UDP port 8767 from your router to your SME!


Administration

You will need admin and superadmin passwords which can be retrieved by typing this command at a linux-prompt

service teamspeak passwords

Custom banner

If you want a custom banner, edit /opt/teamspeak/server.ini and add following lines at the end of the file:

[ISP] 
GFX URL=http://link_to_image/banner.jpg

Banner logo MUST BE JPG (150x80 pixels max)

Commandline

TeamSpeak's service accepts following commands:

service teamspeak {start|stop|restart|status|passwords}

To view the full configuration of TeamSpeak service:

config show teamspeak

Optionnal Firewall settings

  • You could want the web interface to be globaly accessible:
db configuration setprop teamspeak TCPPort 14534
signal-event remoteaccess-update
  • You could also want to view your server's activity on your website (php code not documented here):
db configuration setprop teamspeak TCPPort 51234
signal-event remoteaccess-update

You can even use both:

db configuration setprop teamspeak TCPPort 14534,51234
signal-event remoteaccess-update
  • Allow another server instance on port 8768 (server still needs to be added in the web interface!)
db configuration setprop teamspeak UDPPort 8767,8768
signal-event remoteaccess-update
Important.png Note:
In server-only mode, you need to forward these ports from your router to your SME!



To revert to defaults settings, issue following commands:

db configuration delprop teamspeak TCPPort
db configuration setprop teamspeak UDPPort 8767
signal-event remoteaccess-update

Additional information


Sylvain Gomez (Cool34000)