Comments on How to Install and Use TeamSpeak Server on CentOS 7

In this tutorial, we will install TeamSpeak Server on CentOS 7 server. TeamSpeak is a VOIP or Voice Over Internet Protocol server. It provides voice communication features which can be used in various fields like online gaming, educational training, business communication etc.

10 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Peter Christenson

 TeamSpeak is not open source, but proprietary https://www.teamspeak.com/en/licensing.html 

TeamSpeak is provided free of charge for non-commercial groups or individuals who wish to host their own servers

By: Alberto

Thanks. It worked!

By: Louis Loudog Trottier

To open firewall port you can use:firewall-cmd --zone=public --add-port=9987/udp --permanent firewall-cmd --zone=public --add-port=10011/tcp --permanent firewall-cmd --zone=public --add-port=30033/tcp --permanent firewall-cmd --reload

By: Osama

Very nice and working very smooothly. cheers

By: Jose

Best tutorial I have seen

By: ktalyN

I've tried to install the latest version using the tutorial and when i want to start the server, i receive:

Job for teamspeak.service failed because the control process exited with error code. See "systemctl status teamspeak.service" and "journalctl -xe" for details.

 

But like 1 year ago, using also this tutorial, all worked fine. Can you tell me where is the issue?

Thanks,

ktalyN

By: Rob

I'm also experiencing the message Job for teamspeak.service failed because the control process exited with error code. See "systemctl status teamspeak.service" and "journalctl -xe" for details. Would be cool to see an update or answer to this error code.

By: till

The error message mentions the commands that you should run to see the reason for the problem.

By: Daniel

After changing the current user to "teamspeak" and before starting the server for the first time, one has to accept the license file. I did that by executing

touch .ts3server_license_accepted

By: JPA

If you encounter problems make sure you have configured SELINUX, or set it to permissive/disabled.