Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TeamSpeak3 default ts3server.ini missing important parameter #2605

Closed
BrutalBirdie opened this issue Nov 21, 2019 · 2 comments
Closed

TeamSpeak3 default ts3server.ini missing important parameter #2605

BrutalBirdie opened this issue Nov 21, 2019 · 2 comments
Labels
game: Teamspeak 3 outcome: issue resolved This issue was resolved type: bug Something isn't working
Milestone

Comments

@BrutalBirdie
Copy link

User Story:
I want to run more then one TeamSpeak3 Server.

Expected behavior:
I create a second instance and edit the ts3server.ini and change the ports

Current behavior:
Server not starting because Port 10022 already in use.

Reproduce?
Create 2 ts3server instances change the ports and watch one fail.

This is the default ts3server.ini

$ cat lgsm/config-default/config-game/ts3server.ini
machine_id=
default_voice_port=9987
voice_ip=0.0.0.0, ::
licensepath=
filetransfer_port=30033
filetransfer_ip=0.0.0.0, ::
query_port=10011
query_ip=0.0.0.0, ::
query_ip_whitelist=query_ip_whitelist.txt
query_ip_blacklist=query_ip_blacklist.txt
dbplugin=ts3db_sqlite3
dbpluginparameter=
dbsqlpath=sql/
dbsqlcreatepath=create_sqlite/
dbconnections=10
logpath=logs
logquerycommands=0
dbclientkeepdays=30
logappend=0
query_skipbruteforcecheck=0

There are 2 important configs missing.
See https://forum.teamspeak.com/threads/138821-Fragen-zu-Query-SSH

query_ssh_ip=0.0.0.0, ::
query_ssh_port=10022

Without the query_ssh_port the second server will never work.

Open for some feedback, change my mind :)

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.58. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the type: bug Something isn't working label Nov 21, 2019
@Frisasky
Copy link
Contributor

update submitted
GameServerManagers/Game-Server-Configs#92

@dgibbs64 dgibbs64 added the outcome: issue resolved This issue was resolved label Nov 25, 2019
@dgibbs64 dgibbs64 added this to the v19.12.0 milestone Nov 25, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
game: Teamspeak 3 outcome: issue resolved This issue was resolved type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants