Comments on How to Install TeamSpeak Server on Debian 11

TeamSpeak is cross-platform voice chat software used by gamers, teams, and schools. This tutorial will teach you how to install the TeamSpeak server on a Debian 11 based server and connect to it using a Windows client.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Yorg

Error step7,8

$ sudo -i -u ts3

ok is:

$ sudo -i ts3 -u ts3

By: @codekandis

Thanks you for that advices. Especially for that MariaDB-Tweak. Works like a charm.

Please consider not to use `/lib/systemd/system` but `/etc/systemd/system` to place your service file. The former one is not dedicated to get modified by administrators but the latter one is.

I'd recommend to place the `ts3server.service` at a safe location and to create a symlink to the service instead of copying it.

By: codekandis

I did not know ...

`systemctl enable /path/to/safe/location/ts3server.service`

would do exact the same job as I mentioned before. It creates a symlink to the service file in `/etc/systemd/system`. I was used to create the symlinks myself before and to enable the service afterwards.