Good afternoon.
I’m a beginner, and I’d like to know what commands I need to enter on my server to grant access to query admin.
I’m using Ubuntu server and Docker.
Because you said ur using docker you can use the Environment Variables:
# 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
Like mentioned by @GingerFury_Phil you’ll need to use the variables to enable the ServerQuery.
The ServerQuery access is disabled by default and needs to be enabled if needed. You should find the password in the first start up logs, however if you don’t have it on hand you can use the variable to set a custom password / to overwrite the default password.
4 Likes