Teamspeak what is it ?
TeamSpeak is software for quality voice communication via the Internet. Our platform offers a client-server architecture where client and server software is clearly separated. This means our server product runs as a dedicated server, rather than peer-to-peer. The TeamSpeak server software is literally capable of handling thousands of simultaneous clients or users, which results in an Internet-based teleconferencing solution that works for a repertory of different applications such as an alternative to conference calls, cutting long distance telephone costs, or just as a method of personal communication with friends and family.
The software is free of charge to non-profit entities while commercial or for-profit entities have the ability to become part of our licensing program.
How to install teamspeak on NethServer.
-
First of all, you’ll need to login (with SSH) to your server, now let’s begin by downloading the latest version of the Linux Teamspeak server:
-
Extract the content of downloaded archive to /opt directory:
tar xvf teamspeak3-server_linux-amd64-3.0.11.3.tar.gz -C /opt
-
Create a symbolic link:
ln -s /opt/teamspeak3-server_linux-amd64/ts3server_startscript.sh /etc/init.d/teamspeak3
update-rc.d teamspeak3 defaults -
Start tsserver:
service teamspeak3 start
And the result is:
I M P O R T A N T
Server Query Admin Account created
loginname= "serveradmin", password= "bmJNJIbl"
I M P O R T A N T
ServerAdmin privilege key created, please use it to gain
serveradmin rights for your virtualserver. please
also check the doc/privilegekey_guide.txt for details.
token=luoRPWz4yhOkkeMaSyAoW4ttiBPAs1yOyCeEiJdb
For clients:
Teamspeak client currently runs on many platform: Windows, iOS, Linux, Android (http://www.teamspeak.com/?page=downloads).
To install the Linux client:
-
After downloading the client version:
chmod 755 TeamSpeak3-Client-linux_amd64-3.0.16.run -
And:
./TeamSpeak3-Client-linux_amd64-3.0.16.run
(accept the license) -
Now, move into the new directory and:
./ts3client_runscript.sh
Enjoy !