Teamspeak 3 Server Crack 3.0.11.4

Do you like this script?


  • Total voters
    344
Status
Not open for further replies.

Supervisor

Administrator
Apr 27, 2015
1,863
2,546
335
@Augusto dont add a new line by pressing return, only change the 1 to a 0. I guess I'll have to do a thread on how to change line endings...
 

Shnepsey

Member
Nov 16, 2015
34
1
40
Hello.

I have a couple of questions.
*Using debian - linux.

1) First when I started using a cracked version of this teamspeak I noticed that I am not using the accountingserver which caused my teamspeak to crash after 40-55minutes.
Then I used it and it's been up since then for over 3months, but now I decided to create another instance for my teamspeak and noticed that it started crashing after few days and every time I ran the server, it crashed after 24hours +-, so I started wondering.. how come it started now? it worked fine.. so I went and checked the running processes and noticed the accounting process isn't there, is there any chance my hosting decided to block it and that caused it to start crashing randomly after few months? (I changed the name and ran it, it's running now but I don't know if it will crash again)
-Checked logs too, didn't see anything unusual there.

2) Ran the teamspeak install script and used number 6 in order to see the status and noticed it says accountingserver isn't running, is it because I changed the file name?
And what is TSDNS ?
21kkt2t.jpg



3) What's autostart and anticrash scripts? should I use it? I used only the anticrack thingy so far.


4) On OP it says - ToDos:
  • Error management
  • control center
  • save variables within script
  • change startscript
    COMMANDLINE_PARAMETERS="${2} inifile=ts3server.ini"

What do you mean with those? change startscript, control center, save variables within script? i am sorry but i am confused..

Thanks.
 
Last edited:

Supervisor

Administrator
Apr 27, 2015
1,863
2,546
335
2. Ran the teamspeak install script and used number 6 in order to see the status and noticed it says accountingserver isn't running, is it because I changed the file name?
And what is TSDNS ?
The script checks for the name of the accounting server, you can change that on line 356 where it says:
Code:
get_status_accserver(){
t3accounting=`ps ax | grep AccountingServerEmulator-Linux | grep -v grep | wc -l`
if [ $t3accounting -eq 0 ]
   then printf "${COLOR1}#  ${COLOR2}-> Accounting server is not running!${COLOR1}  #\n${NC}"
   else printf "${COLOR1}#  -> Accounting server is running.  #\n${NC}"
fi
}
-> grep AccountingServerEmulator-Linux to grep YOURNAME

TSDNS is a service teamspeak delivers with its teamspeak server. basically you can direct your domain mydomain.com to your IP, and then you can configure so you can connect with different subdomains to different teamspeak servers. Example:
ts1.mydomain.com -> IP:9987
ts2.mydomain.com -> IP:9988
3) What's autostart and anticrash scripts? should I use it? I used only the anticrack thingy so far.
They will automatically start your accouting server, teamspeak server etc when you restart your server or when your server crashed. Note that if you changed the name of the Accouting Server, you will have to edit the script, too.
4)On OP it says - ToDos:
  • Error management
  • control center
  • save variables within script
  • change startscript
    COMMANDLINE_PARAMETERS="${2} inifile=ts3server.ini"
What do you mean with those? change startscript, control center, save variables within script? i am sorry but i am confused..
Thats only a note to myself, nothing you have to worry about :)
 

Shnepsey

Member
Nov 16, 2015
34
1
40
The script checks for the name of the accounting server, you can change that on line 356 where it says:
Code:
get_status_accserver(){
t3accounting=`ps ax | grep AccountingServerEmulator-Linux | grep -v grep | wc -l`
if [ $t3accounting -eq 0 ]
   then printf "${COLOR1}#  ${COLOR2}-> Accounting server is not running!${COLOR1}  #\n${NC}"
   else printf "${COLOR1}#  -> Accounting server is running.  #\n${NC}"
fi
}
-> grep AccountingServerEmulator-Linux to grep YOURNAME
Thank you!
But that made for me more questions :D if I may.

1) Edited, now it says it's up and running. But it means it'll apply also on the autostart script right?

TSDNS is a service teamspeak delivers with its teamspeak server. basically you can direct your domain mydomain.com to your IP, and then you can configure so you can connect with different subdomains to different teamspeak servers. Example:
ts1.mydomain.com -> IP:9987
ts2.mydomain.com -> IP:9988
2) TSDNS, how do I set it up? I have created a subdomain already under my domain (ts1.domain.com) and everyone is able to log into my teamspeak through that address but it's automatically set for 9987, I wish to do the same thing for the 2nd instance i am running but to a different port.
How do I do that?


They will automatically start your accouting server, teamspeak server etc when you restart your server or when your server crashed. Note that if you changed the name of the Accouting Server, you will have to edit the script, too.
that's what autostart script would do right? but what about the anticrash script? what does it stand for?

I liked the work but just a suggestion, I think there should be a description there next to every script :)


Thanks again for answering!
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Generally speaking you shouldn't use TSDNS. Instead use SRV records it's much better.
 

JayJax

Active Member
Apr 28, 2015
204
109
88
You say that because it's more secured or something ? or because it's simply easier to set it up ?
Its personal preference. But i prefer to monitor everything trough SRV easly editable + you learn more about networking and thats fun right? :D
 

Supervisor

Administrator
Apr 27, 2015
1,863
2,546
335
1) Edited, now it says it's up and running. But it means it'll apply also on the autostart script right?
You can install the autostart script etc, but you will need to change it so you will have the name you use for the Accounting Server
2) TSDNS, how do I set it up? I have created a subdomain already under my domain (ts1.domain.com) and everyone is able to log into my teamspeak through that address but it's automatically set for 9987, I wish to do the same thing for the 2nd instance i am running but to a different port.
How do I do that?
Only direct your tld to your server. Example: mydomain.com -> 8.8.8.8
Now read the config file in the tsdns folder, it will tell you everything you need to know, so Example:
ts1.mydomain.com=8.8.8.8:9987
ts2.mydomain.com=8.8.8.8:9988 and so on..
that's what autostart script would do right? but what about the anticrash script? what does it stand for?
If you teamspeak server crashes because.. lets say we have an exploit^^ *NOSPOILER*, then it starts right up
 

reksio

Member
Feb 2, 2016
4
0
36
i have a problem with ts server every 2-3 hr is turn off server and i dont know whats happen can someone help me ?

2016-02-02 21:22:14.377946|INFO |VirtualServer | 1| listening on 0.0.0.0:9987
2016-02-02 23:22:15.140932|INFO |VirtualServerBase| 1| stopped

2016-02-02 21:22:14.527127|ERROR | | | TS3ANetwork::Connect failed error: 111
2016-02-02 21:22:14.527309|ERROR | | | Unable to connect to primary address, trying secondary
2016-02-02 21:22:14.527790|ERROR | | | TS3ANetwork::Connect failed error: 111
2016-02-02 21:22:16.207645|INFO |Query | | query from 1 72.9.15.125:51220 issued: login with account "serveradmin"(serveradmin)
2016-02-02 22:22:12.435132|ERROR | | | TS3ANetwork::Connect failed error: 111
2016-02-02 22:22:12.435418|ERROR | | | Unable to connect to primary address, trying secondary
2016-02-02 22:22:12.436175|ERROR | | | TS3ANetwork::Connect failed error: 111
2016-02-02 23:22:15.081788|ERROR | | | TS3ANetwork::Connect failed error: 111
2016-02-02 23:22:15.081982|ERROR | | | Unable to connect to primary address, trying secondary
2016-02-02 23:22:15.082460|ERROR | | | TS3ANetwork::Connect failed error: 111
2016-02-02 23:22:15.082636|ERROR |Accounting | | Could not connect to accounting server after multiple attempts, shutting down server
 
Last edited:

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
i have a problem with ts server every 2-3 hr is turn off server and i dont know whats happen can someone help me ?
Update your hosts provided in the thread. Error 111 is most likely a hosts file error.

TIP: Hide your IP from your logs.
Edit: Shortened quote.
 
Last edited:
Status
Not open for further replies.
Top