mirror of
https://github.com/GameServerManagers/LinuxGSM-Docs.git
synced 2025-01-09 04:17:28 +08:00
GitBook: [master] one page and 2 assets modified
This commit is contained in:
parent
352ee59e9b
commit
7469658b70
BIN
.gitbook/assets/ts3_advanced_permissions.jpg
Normal file
BIN
.gitbook/assets/ts3_advanced_permissions.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
.gitbook/assets/ts3_server_group_permissions.jpg
Normal file
BIN
.gitbook/assets/ts3_server_group_permissions.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
@ -2,6 +2,63 @@
|
|||||||
|
|
||||||
![](../.gitbook/assets/teamspeakbanner.jpg)
|
![](../.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
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user