2 TS3 SERVER WITH DIFFERENT IP ADDRESS AND FOLDERS

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
jorgeevil8
New to forums
New to forums
Posts: 13
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Sep 16, 2013 3:13 pm

2 TS3 SERVER WITH DIFFERENT IP ADDRESS AND FOLDERS

Post by jorgeevil8 »

I remember once I install 2 servers TS3 with different ip on port 9987 , obviously in 2 different folders as 2 separate instances each other.

I edited the script ts3server_startscript.sh


COMMANDLINE_PARAMETERS="${2}" #add any command line parameters you want to pass$
D1=$(readlink -f "$0")
BINARYPATH="$(dirname "${D1}")"
cd "${BINARYPATH}"
LIBRARYPATH="$(pwd)"


the problem is that I do not remember what it was edited to run the 2 servers .
Post Reply