GitBook: [master] one page and 2 assets modified

This commit is contained in:
Daniel Gibbs 2021-06-12 22:00:11 +00:00 committed by gitbook-bot
parent 352ee59e9b
commit 7469658b70
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
3 changed files with 57 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -2,6 +2,63 @@
![](../.gitbook/assets/teamspeakbanner.jpg)
## Enable Server Query
To enable server query certain permissions have to be enabled or the guest server group.
* Virtual Server
* b\_virtualserver\_info\_view
* b\_virtualserver\_channel\_list
* b\_virtualserver\_client\_list
* Group
* b\_virtualserver\_servergroup\_list
* b\_virtualserver\_channelgroup\_list
To enable these permissions first navigate to TeamSpeak3 Options and enable `Advanced permissions system`.
```text
Tools > Options > Application
```
![](../.gitbook/assets/ts3_advanced_permissions.jpg)
Navigate to `server groups` server permissions and select guest.
```text
Permissions > Server Groups
```
Select the values shown below and close the menu.
* Virtual Server
* Information
* b\_virtualserver\_info\_view
* b\_virtualserver\_channel\_list
* b\_virtualserver\_client\_list
* Group
* Information
* b\_virtualserver\_servergroup\_list
* b\_virtualserver\_channelgroup\_list
![](../.gitbook/assets/ts3_server_group_permissions.jpg)
### Enable Query on LinuxGSM
Because a user has to manually enable server query with TeamSpeak 3, LinuxGSM has gamedig query disabled by default. Enabling will allow more information to be displayed in _details_ and enable monitor to use gamedig.
Copy the query mode settings from `_default.cfg` to `common.cfg` and change `querymode`from `5` to `3`.
```text
## Query mode
# 1: session only
# 2: gamedig (gsquery fallback)
# 3: gamedig
# 4: gsquery
# 5: tcp
querymode="3"
querytype="teamspeak3"
```
## Connect to TeamSpeak 3 Server
You can connect to a TeamSpeak 3 server to input commands without the need for a TeamSpeak 3 client. This can be done by connecting to the query port using telnet.