Teamspeak 3 Server Crack 3.0.12

Status
Not open for further replies.

spamek23

Member
Feb 7, 2016
72
8
40
Hello,

"4. You are done! Start your Accounting-Server-Emulator and the ts-server:
./ts3server_startscript.sh start
./AccountingServerEmulator-Linux"


Supervision You can add automatic emulator If I use: ./ts3server_startscript.sh start?

So When I use: ./ts3server_startscript.sh start my emulator will be start too :D


or If You don't know how what You are thinking about autostart?

#!/bin/bash

TEAMSPEAK=`ps ax | grep ts3server_linux_amd64 | grep -v grep | wc -l`

if [ $TEAMSPEAK -eq 1 ]
then
exit
else
cd /home/teamspeak3-server_linux-amd64 ; ./ts3server_startscript.sh start && ./AccountingServerEmulator-Linux
fi

its good script with emulator? :>

Regards
 
Last edited:

Wolfie

Active Member
Sep 12, 2015
69
5
80
When 3.0.10.3 version was released, it had a simple script called "Server.sh".
So, I found out if I rename Accounting..........-Linux to "server", that script should look like that: "./ts3server_startscript.sh stop; ./server; ./ts3server_startscript.sh start". Ofcourse, I did chmod +x server.sh, and I have it startted. But, if we talk about starup script, I'm using TS3 server as a root, so, it would be something like this:"
#!/bin/sh
### BEGIN INIT INFO
# Provides: teamspeak3
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Teamspeak 3 Server
### END INIT INFO

# /etc/init.d/ts3

#

# rc.local

sudo -u root /root/ts3/server

sudo -u root /root/ts3/ts3server_startscript.sh start

exit 0"... It's working on Debian 6,7 & 8... :)
 

Qraktzyl

Retired Staff
Contributor
Nov 2, 2015
997
728
161
You need to be root to start the auto script, but the user that runs teamspeak wont be root. Teamspeak is one of the most dangerous app out there, root should never run it.
 

VANKO

Member
Oct 13, 2015
10
4
38
Why the Server didn't save my hosts file? :/
Probably you're using OpenVZ container and your server provider is overwriting your rules using networking daemon. You should create custom hosts file which is replacing default system hosts file.
  1. (not required) apt-get install nano
  2. cp /etc/hosts /etc/hosts.user
  3. ### ADD YOUR CUSTOM HOSTS RULES TO /etc/hosts.user (using "nano /etc/hosts.user") ###
  4. ### ADD "cp /etc/hosts.user /etc/hosts" to your /etc/rc.local at the end of the file and before "exit 0" line (using "nano /etc/rc.local") ###
That's all
 
Status
Not open for further replies.
Top