
Originally Posted by
numma_cway
Read documentation.
always read documentation before asking :P
check this
have you tried to set a different filetransfare port try with ini file for easier change?
Code:
* createinifile (0)
If set to "1", the server will create an INI-style config file containing all
commandline parameters with the values you have specified.
Default: The server will not create a config file.
* inifile (ts3server.ini)
The physical path where your config file is located. Per default, the config file will
be called "ts3server.ini".
Default: The config file is located in your servers installation directory.
first :
Code:
./ts3server_minimal_runscript.sh createinifile=1
you will get ts3server.ini file edit it to your settings and bind the ip instead of the auto/all (0.0.0.0)
then run your server with:
Code:
./ts3server_minimal_runscript.sh inifile=ts3server.ini