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)
Comments
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
Thanks. It worked!
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
Very nice and working very smooothly. cheers
Best tutorial I have seen
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
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.
The error message mentions the commands that you should run to see the reason for the problem.
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
If you encounter problems make sure you have configured SELINUX, or set it to permissive/disabled.