Alligatoras
Administrator
- Mar 31, 2016
- 2,570
- 12
- 2,856
- 381
THIS IS CORRECT!after removing teamspeak3 folder and user i re install using the script and the server status is
#######################################################
# -> TeamSpeak Server is running. #
# -> Accounting server is running! #
# -> TSDNS server is not running! #
# -> Hosts file is set up correct. #
#######################################################
is that correct?
THIS IS NOT CORRECTand i try to restart the vps and it still up but when i check again it shows
#######################################################
# -> TeamSpeak Server is running. #
# -> Accounting server is not running! #
# -> TSDNS server is not running! #
# -> Hosts file is set up correct. #
#######################################################
You need to add the emulator in a cronjob so it will start automatically on boot!
With an SSH Client Log in as root and follow the commands:
1) if you don't have cron type: sudo apt-get install cron
2) sudo crontab -e (to install the cronjob)
3) at the botom of the file type that: @reboot cd /path/to/emulator && ./AccountingServerEmulator-Linux
4) Ctr+O
5) Enter
6) Ctrl +X
You are Ready! Enjoy!