Is there anywhere a document or guide with best practices for configuring the server or even better a detailed explanation of the options?
Server sided configuration is explained here:
# CONFIG.md
### TeamSpeak 6 Server: Frequently Used Parameters & Environment Variables
This document outlines the most commonly used command-line parameters and their equivalent environment variables for configuring the TeamSpeak 6 server. You can configure the server using either of the following methods:
- Command-line flags
- Environment variables
- A `tsserver.yaml` configuration file
---
#### General & Core Server Configuration
| Parameter | Environment Variable | Description |
|-------------------------------|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| `--config-file <file>` | `TSSERVER_CONFIG_FILE` | Specifies the configuration file to load (e.g., `tsserver.yaml`). |
| `--license-path <path>` | `TSSERVER_LICENSE_PATH` | Directory path where the server will look for the `licensekey.dat` file. |
| `--accept-license` | `TSSERVER_LICENSE_ACCEPTED` | Use the --accept-license flag or set the environment variable to 1 or accept to confirm that you have read and accepted the server license agreement. |
| `--default-voice-port <port>` | `TSSERVER_DEFAULT_PORT` | Permanently sets the default UDP voice port for the first virtual server created (Default: 9987). |
This file has been truncated. show original
Anything else that can be found inside the client, meaning settings are explained there.
Some other things are explained here how-to
2 Likes
I mean the options for the server in the client.
When iam loggend in via client on the Server.
Not in the server config.
Everything in the server settings is described, so I don’t understand where you are having issues with.
2 Likes
for example why can i change for a CHANNEL that the channel can delete all ban rules wwhat effekt does this have.
And i asked for a document or guide with best practices.
When its explained with more detail i can figure it out myself but a best practices guide would do it as well. hope now its better to understand what i mean and want. in generall its good but on some points the options are to much and confusing.
All Permissions are available for all contexts, however do not take any effect if it does not make sense.
But I would recommend to check out the documentations, that are distributed with the TS3 server
They are not yet distributed with the TS6 server, as some of the docs need to be overhauled.
2 Likes