TeamSpeak Server Crack Support

Status
Not open for further replies.

JoKeR

Member
Apr 21, 2016
73
36
53
So I'm running two virtual instances on 9987 and 9988. Every week or so I get extreme packet loss for a few hours on the ts3 server with it even disconnecting pretty much all users. The packetloss is not related to the network that this server is hosted on (trust me I know). When I do a local Nmap on the port it either comes up as filtered or closed. The query port and file transfer port is working as it should be with both ports being open. My iptables configuration is exactly the same for the query port as for the voice ports.
When I scan for listening ports the ts3 process is listening on all ports correctly.

What is going on? I've been struggling with this issue for weeks and I just can't resolve it.

Edit: I just learned that voice ports will always come up as filtered. So that's a false positive
Hoster? It could also be port flapping. Im pretty sure its something related to the network.
 

filo

Member
Nov 27, 2015
3
0
33
Hello Supervisor,
after installation/upgrade crack script gives bad right file 'ts3server'. I mean ls -l root:root instead ex. users5:users, when users5 is place where ts3 is installed.
 
Last edited:

Holzi131

Member
May 28, 2015
10
5
35
Can u help me with my script i wanted to try one start/restart/stop and status script for Emulator and Teamspeak
but my script start and say "Ts3_Server_Useless_Gaming started successfully" and after if i type ./ts3server.sh status it says "Ts3_Server_Useless_Gaming is DOWN" and the server dont started. :(
Here the order line:
#! /bin/bash # # # To exit the console without stopping the server, press CTRL + A then D. # # #

SCREEN_NAME="Ts3_Server_Useless_Gaming" USER="root" DIR_ROOT="/root/ts3/teamspeak" DIR_BACKUP="" TS_RUNCMDACCS="./AccountingServerEmulator-Linux" TS_RUNCMDTS3="./ts3server_startscript.sh" SCREEN_IGNORE_TTY="N" # Y = Ignore the tty, you can access the TS screen as root (i not recommend it) root should be disabled
happy.png
| N = disabled

# No edits necessary beyond this line PATH=/bin:/usr/bin:/sbin:/usr/sbin if [ ! -x which screen ]; then echo "ERROR: You need screen for this script (try apt-get install screen)"; exit 1; fi if [ ! -x which tar ]; then echo "WARNING: You need tar for the Backup Function (try apt-get install tar)"; fi

function start { if [ ! -d $DIR_ROOT ]; then echo "ERROR: $DIR_ROOT is not a directory"; exit 1; fi if status; then echo "$SCREEN_NAME is already running"; exit 1; fi

# Start ACCS if [ whoami = root ] then su - $USER -c "cd $DIR_ROOT ; screen -AmdS $SCREEN_NAME $TS_RUNCMDACCS" else cd $DIR_ROOT screen -AmdS $SCREEN_NAME $TS_RUNCMDACCS fi }

function start { if [ ! -d $DIR_ROOT ]; then echo "ERROR: $DIR_ROOT is not a directory"; exit 1; fi if status; then echo "$SCREEN_NAME is already running"; exit 1; fi

# Start TS3 if [ whoami = root ] then su - $USER -c "cd $DIR_ROOT ; screen -AmdS $SCREEN_NAME $TS_RUNCMDTS3" else cd $DIR_ROOT screen -AmdS $SCREEN_NAME $TS_RUNCMDTS3 fi }

function stop { if ! status; then echo "$SCREEN_NAME could not be found. Probably not running."; exit 1; fi

if [ whoami = root ] then su - $USER -c "screen -S $SCREEN_NAME -X stuff '\003'" else screen -S $SCREEN_NAME -X stuff '\003' fi }

function status { if [ whoami = root ] then su - $USER -c "screen -ls" | grep [.]$SCREEN_NAMEspace] > /dev/null else screen -ls | grep [.]$SCREEN_NAMEspace] > /dev/null fi }

function usage { echo "Usage: $0 {start|stop|status|restart}" echo "On console, press CTRL+A then D to stop the screen without stopping the server." }

case "$1" in

start) echo "Using following data:" echo "USER: $root" echo "DIR ROOT: $DIR_ROOT" echo "BOT RUN CMD: $BOT_RUNCMDACCS" echo "BOT RUN CMD: $BOT_RUNCMDTS3" sleep 2 echo "Starting $SCREEN_NAME..." start sleep 2 echo "$SCREEN_NAME started successfully" ;;

stop) echo "Stopping $SCREEN_NAME..." stop sleep 2 echo "$SCREEN_NAME stopped successfully" ;;

restart) echo "Restarting $SCREEN_NAME..." status && stop sleep 5 start sleep 2 echo "$SCREEN_NAME restarted successfully" ;;

status) if status then echo "$SCREEN_NAME is UP" else echo "$SCREEN_NAME is DOWN" fi ;;

console) echo "Open console on $SCREEN_NAME..." console ;;

*) usage exit 1 ;;

esac

exit 0
i dont know where i failed but i hope u guy can help me fast :D
 

aranion

Member
May 2, 2016
2
0
33
Hello,

how can the crack even get detected? It emulates the Server from TeamSpeak and the original Server is blocked via the hosts-File or not?
So let's say someone is selling servers to people with the cracked license. What happens when the crack gets "detected"? And how?
Just want to understand.
 

aranion

Member
May 2, 2016
2
0
33
So that basically means if you don't tell anyone and don't create a server with over 1999 slots its undetectable?
 

BoTz

Member
Apr 12, 2016
57
17
43
So that basically means if you don't tell anyone and don't create a server with over 1999 slots its undetectable?
They always can pick you out and you're done. But... they needed about 40 months for my server with 200 instances.
 

dedmen

TeamSpeak Developer
Contributor
Mar 28, 2016
530
583
157
So that basically means if you don't tell anyone and don't create a server with over 1999 slots its undetectable?
They probably also have a list of Ip addresses connected to valid Licenses.. so if your IP doesnt appear they can probably tell you are running cracked... Although.. Id guess they only have these lists for ATHP and not for NPL.. because you cant be sure on which IP NPL licenses would run. We need some ATHP provider to give us some insight ^^
 

Baptiste

Member
Oct 31, 2015
9
1
35
Hello guys,
I have a little question about the "anti-crash". Can you tell to me where is the file who start automaticlly the TS after reboot?

Thanks
 

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
2016-05-08 08:36:22.915407|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.12.4 (2016-04-25 15:16:45)
2016-05-08 08:36:22.916249|INFO |ServerLibPriv | |SystemInformation: Linux 3.14.32-xxxx-grs-ipv6-64 #7 SMP Wed Jan 27 18:05:09 CET 2016 x86_64 Binary: 64bit
2016-05-08 08:36:22.920338|INFO |DatabaseQuery | |dbPlugin name: MySQL plugin, (c)TeamSpeak Systems GmbH
2016-05-08 08:36:22.920482|INFO |DatabaseQuery | |dbPlugin version: 1
2016-05-08 08:36:23.007224|WARNING |Accounting | |Unable to find valid license key, but cracked by [email protected]
2016-05-08 08:36:28.486166|INFO | | |Puzzle precompute time: 4776
2016-05-08 08:36:28.486622|INFO |FileManager | |listening on XXX
2016-05-08 08:36:28.847569|INFO |CIDRManager | |updated query_ip_blacklist ips: XXX,
2016-05-08 08:36:28.847804|INFO |CIDRManager | |updated query_ip_whitelist ips: XXX
2016-05-08 08:36:28.849213|INFO |Query | |listening on XXX
Your server has been grey-listed, whatever crack you use people will still get the message, get a real license or change your IPs to get rid of the message.
 

Baptiste

Member
Oct 31, 2015
9
1
35
Yes this is a cron job
I explain what i want to do so when i restart my server the TS is lunching but no the emulator and i want to lunch emulator when ts is lunching u know? @0x0539
 

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
Why is your Emulator shutting down tho? Are you doing daily restarts on your server?
 

Baptiste

Member
Oct 31, 2015
9
1
35
I don't restart my server every days^^ but imagine ur hosting provider have a little problem whit is infrascture and shutdown and restart all service ur emulator is not running and you mut to login to ssh and lunch manually the script
 

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
254
The chances of that happening are very small, unless if you're hosting at a bad company with a tradition to have maintenance's.
 
Status
Not open for further replies.
Top