Change default port

gamesbond

Member
Joined
Jul 21, 2015
Messages
103
Reaction score
13
Points
53
I would like to change the default teamspeak udp port from 9987 to 9000. Is it possible?
 

kingston

Contributor
Joined
Feb 10, 2016
Messages
243
Reaction score
151
Points
128
I would like to change the default teamspeak udp port from 9987 to 9000. Is it possible?
Yes, it is.
helmet1.jpg

Code:
ts3server.ini
 

gamesbond

Member
Joined
Jul 21, 2015
Messages
103
Reaction score
13
Points
53
Then i restart teamspeak? I need to start with a different script?
 

lukasjanra

Active Member
Joined
Jan 7, 2016
Messages
103
Reaction score
22
Points
65
You just need to find in your ts3server_startscript.sh line starting with COMMANDLINE_PARAMETERS="${2}"

and after quotation mark type exact this "inifile=ts3server.ini" so it looks like COMMANDLINE_PARAMETERS="${2}""inifile=ts3server.ini"
 
Top