Multiple ts3 servers on one machine different IP's

KuBaKoM

Member
Apr 28, 2017
11
1
35
Hello so i want to run 3 TeamSpeak 3 servers on different IP's.

Okay already done that set the IP's and everyting it's working.

1st server is full legal with 128slots/2servers license
2nd and 3rd are cracked servers, my hosts file looks like that:

IP SERVER 2 accounting.teamspeak.com
IP SERVER 2 backupaccounting.teamspeak.com
IP SERVER 2 ipcheck.teamspeak.com
IP SERVER 3 accounting.teamspeak.com
IP SERVER 3 backupaccounting.teamspeak.com
IP SERVER 3 ipcheck.teamspeak.com

I don't know if it's correct just tried.

I run Accounting emulator then i start teamspeak server 2 and 3, Then Accounting emulator crash so teamspeak 2 and 3 also shutdown but the legal server also shutdown because it's not connecting with Accounting server. Can someone help me with this stuff? It's running on Windows Server 2012 R2

i will appreciate if someone can help me, i can't ask for this help on teamspeak forums so i directly post it here.
 

cROWN

Member
Sep 25, 2015
142
54
63
I guess If you block the accounting check in your Hosts file, Teamspeak can't check If it's a legal license and thats why that server will also shutdown.
 

KuBaKoM

Member
Apr 28, 2017
11
1
35
I understand thats why for sever 1 i did not put the ip in hosts file only for sever 2 and 3 that are cracked. And if there is a way to have them running without problems.

---- Automatically Merged Double Post ----

Or there is crack without accounting emulator? For Windows server 2012 R2
 
Last edited:

Norvik

Retired Staff
Contributor
Jul 18, 2015
635
588
157
The problem is that you don't understand how the hosts file works. Your whole server is resolving the domains to the IP you entered in the hosts file. So every teamspeak server tries to connect to the accounting server using the IP of server 3. There are cracks that don't require an accounting emulator but the windows versions are kinda old afaik.
 

MadKill

Active Member
Sep 1, 2015
190
47
66
OK lets go

1º Go to ts3server_startscript.sh

2º put this -> COMMANDLINE_PARAMETERS="inifile=yournamefile.ini"

3 º create yournamefile.ini

.ini

machine_id=
voice_ip=Your.Ip.Adress
licensepath=
filetransfer_port=30033
filetransfer_ip=Your.Ip.Adress
query_port=10101
query_ip=Your.Ip.Adress
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=90
logappend=1
query_skipbruteforcecheck=0


Save and start ts3

i have on machine 13 ips and 13 diferents ts3

---- Automatically Merged Double Post ----

You dont need to put
IP SERVER 2 accounting.teamspeak.com
IP SERVER 2 backupaccounting.teamspeak.com
IP SERVER 2 ipcheck.teamspeak.com
IP SERVER 3 accounting.teamspeak.com
IP SERVER 3 backupaccounting.teamspeak.com
IP SERVER 3 ipcheck.teamspeak.com

just the localhost

---- Automatically Merged Double Post ----

You dont need to put
IP SERVER 2 accounting.teamspeak.com
IP SERVER 2 backupaccounting.teamspeak.com
IP SERVER 2 ipcheck.teamspeak.com
IP SERVER 3 accounting.teamspeak.com
IP SERVER 3 backupaccounting.teamspeak.com
IP SERVER 3 ipcheck.teamspeak.com
 
Last edited:

KuBaKoM

Member
Apr 28, 2017
11
1
35
Yes but remember that i have 1st ts with legal license, 2nd and 3rd are cracked, already have the ts3inifile set up and they start on proper IP's the problem is that if i run 2nd and 3rd ts the legal one can't connect to accounting server so it disconnect.
 

Norvik

Retired Staff
Contributor
Jul 18, 2015
635
588
157
That happens because you are forwarding every request of your server to the accounting emulator so the legit server obviously can't get a valid response by the real accounting server.
 

KuBaKoM

Member
Apr 28, 2017
11
1
35
So how only forward the 2 cracked servers to the accounting emulator?

Or explain me how use hosts file to put there only the IP of the cracked servers.
 

KuBaKoM

Member
Apr 28, 2017
11
1
35
Can i run emulator with my license? Not with the one cracked.

---- Automatically Merged Double Post ----

I need to prevent report because i have high risk of reporting me they don’t like me so i need to have main teamspeak legal
 
Last edited:
Top