Server query can't be used with YaTQA

Hi everyone,

I’m currently hosting a TeamSpeak server using Docker on a VPS. I’m trying to connect via YaTQA to manage the server, but I’m unable to establish a connection to the Server Query.

Here is my setup:

  • Environment: Docker on a VPS (Linux).

  • Credentials: I have the ServerAdmin login and password.

  • Ports: I have opened the Query port (default 10011 and 10080) in my VPS firewall.

  • Attempt: When I try to connect via YaTQA, the connection times out or is refused.

Could someone explain the correct procedure to use the Server Query in this specific setup?

Thanks in advance!

Hey you have to use the SSH query. Just tick the Box in yatqa for SSH and make sure you have the correct plink version.

2 Likes

Hey, don’t I need to modify my .yml file to define 10022 as the query port? In YatQA, port 10022 is automatically set when I select SSH. I’ve opened the port on my machine in the firewall, but I still get the same error: “FATAL ERROR: Network error: Connection refused.”

Can you check if you can access the Query from a normal terminal instead of using YaTQA?

  • You can no longer use the normal telnet / raw Query.
  • You’ll need to start the server with the parameters to enable it. All Query access is disabled by default
  • And you need to open the correct port
Parameter Environment Variable Description
–query-ssh-enable TSSERVER_QUERY_SSH_ENABLED Enables the SSH query interface.
–query-ssh-port TSSERVER_QUERY_SSH_PORT The port for the SSH query interface (Default: 10022).
2 Likes