Teamspeak Server Crack 3.0.11.3

Status
Not open for further replies.

Holzi131

Member
Joined
May 28, 2015
Messages
10
Reaction score
5
Points
35
For all who use Freebsd if ur server crash after 2h follow this -----> cd /etc then ee rc.conf write this linux_enable="YES" press ctrl and c write exit after this cd ~ and write shutdown -r now then wait on reboot after reboot write this in putty ./AccountingServerEmulator-Linux and then u start ur server and it works fine :D I hope i can help someone
 

Agraham

Active Member
Joined
May 15, 2015
Messages
18
Reaction score
4
Points
75
2015-06-02 14:29:35.738676|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.11.3 (2015-04-13 13:26:31)
2015-06-02 14:29:35.738818|INFO |ServerLibPriv | | SystemInformation: Linux 2.6.32-042stab103.6 #1 SMP Wed Jan 21 13:07:39 MSK 2015 x86_64 Binary: 64bit
2015-06-02 14:29:35.738938|INFO |ServerLibPriv | | Using hardware aes
2015-06-02 14:29:35.740072|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2015-06-02 14:29:35.740125|INFO |DatabaseQuery | | dbPlugin version: 3.6.21
2015-06-02 14:29:35.741421|INFO |DatabaseQuery | | checking database integrity (may take a while)
2015-06-02 14:29:35.999353|ERROR | | | read invalid packet size -1110765442
2015-06-02 14:29:36.003537|ERROR |Accounting | | Unable to connect to accounting server
2015-06-02 14:29:36.003616|INFO |Accounting | | Licensing Information
2015-06-02 14:29:36.003665|INFO |Accounting | | licensed to : MESMERiZE
2015-06-02 14:29:36.003712|INFO |Accounting | | type : Hoster
2015-06-02 14:29:36.003901|INFO |Accounting | | starting date : Fri Jan 1 00:00:00 2010
2015-06-02 14:29:36.003949|INFO |Accounting | | ending date : Wed Jan 1 00:00:00 2025
2015-06-02 14:29:36.003987|INFO |Accounting | | max virtualservers: 65535
2015-06-02 14:29:36.004046|INFO |Accounting | | max slots : 16776960
2015-06-02 14:29:40.241001|INFO | | | Puzzle precompute time: 4218
2015-06-02 14:29:40.242766|INFO |FileManager | | listening on 0.0.0.0:30033
2015-06-02 14:29:40.539037|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
2015-06-02 14:29:40.541450|INFO |Query | | listening on 0.0.0.0:327
2015-06-02 14:29:40.718357|ERROR | | | read invalid packet size 598811854
2015-06-02 14:29:51.450092|INFO |Query | | query from 1 83.143.240.6:50493 issued: login with account "serveradmin"(serveradmin)

Someone can help me, on one of my vps i have this error.
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
You do have a problem with your hosts file, so make sure you edit it again and change it the way I said it in my tutorial on how to install the crack properly.
 

Zireseth

Member
Joined
Jun 4, 2015
Messages
2
Reaction score
0
Points
33
What i have trouble like "file input/output error" ? how to fix it ? i have granted 777 for "files" folder.
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
Would be really nice to know what you are trying to do
 

Holzi131

Member
Joined
May 28, 2015
Messages
10
Reaction score
5
Points
35
I have clean ts3 server - did some channels and i cant to delete any single one. It says file input/output error
dude i have this problem too at a long long time ago u need to give all folders 777 and after this its work i think
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
We tried it.. It doesn't work :p. We tried to install a complete new TeamSpeak, still does not work.
He is using Debian 8 though, I did not make any experience with it..
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
We did that already. It got deleted by TeamSpeak.
 

zocker

Member
Joined
Jun 5, 2015
Messages
3
Reaction score
0
Points
33
moin r4pe bzw. Supervisor kannst du mir mal ein TuT machen wie ich den server installen soll ? Server geht immer nach 2 Hrs down, was muss ich ändern ? "Erstmal danke das du das Free For all machst"
 

Asphyxia

Owner
Administrator
Joined
Apr 25, 2015
Messages
1,846
Solutions
2
Reaction score
2,200
Points
327
moin r4pe bzw. Supervisor kannst du mir mal ein TuT machen wie ich den server installen soll ? Server geht immer nach 2 Hrs down, was muss ich ändern ? "Erstmal danke das du das Free For all machst"
This German post thanks Supervisor for the crack and then he asks how to fix the "2 hour crash", which other users have encountered. The fix is covered in this thread. I hope that zocker translates this and then finds what he needs to. ;)
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
Fixx if AccountingServerEmulator-Linux doesn't want to start:
  • make sure you start it: ./AccountingServerEmulator-Linux
  • do htop or top and look for the proccess
  • You can't find it? Your HostingProvider blocked the name of this process then... o_O
  • simply rename the AccountingServerEmulator-Linux to like FUTS (fuck you teamspeak)
  • run your new futs ./futs
  • You are good to go, HAVE FUN!!! :p
Just follow this one :p
 

Kelkeee

Member
Joined
May 4, 2015
Messages
2
Reaction score
0
Points
33
Server has been shuting down evey 2 hours and i have to reboot it
i have set up my iptables and for some reason it generates ts2NETWORk error 110 on my server, my iptables rules are something like this


sudo iptables -A INPUT -i lo -j ACCEPT
sudo iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT
sudo iptables -A INPUT -s xx.xx.xx.xx -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 30033 -j ACCEPT
sudo iptables -A INPUT -p udp --dport 9987 -j ACCEPT
sudo iptables -A INPUT ! -i lo -d 127.0.0.0/8 -j REJECT
sudo iptables -P INPUT DROP
sudo iptables -A FORWARD -s xx.xx.xx.xx -j ACCEPT
sudo iptables -P FORWARD DROP
sudo iptables -A OUTPUT -d xx.xx.xx.xx -j ACCEPT
sudo iptables -A OUTPUT -d xx.xx.xx.xx -j ACCEPT
sudo iptables -A FORWARD -i lo -j ACCEPT
sudo iptables -A FORWARD ! -i lo -s 127.0.0.0/8 -j REJECT
sudo iptables -A OUTPUT -p tcp --sport 30033 -j ACCEPT
sudo iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT
sudo iptables -A OUTPUT -p udp --sport 9987 -j ACCEPT
sudo iptables -P OUTPUT DROP

where im doing it wrong? please
thank you for your awsome work.
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
error 110 is about the ts3 weblist. Did you put weblist.teamspeak.com into your hosts? If thats the case you'll get that error, but it is not a really bad error, so you can ignore it.

Default weblist port (UDP outgoing): 2010

If you want to get rid of that error put the port 2010 into your iptables
 
Last edited:

Zhenyu Mao

Member
Joined
Jun 8, 2015
Messages
19
Reaction score
29
Points
45
I'am sorry but (mega.co.nz) ;s link wasn't available,Could you upload again
 
Status
Not open for further replies.
Top