serveredit filetransfer_port 30034
serveredit filetransfer_ip 0.0.0.0
serveredit query_port 10012
serveredit query_ip 0.0.0.0
logout
restarted server
Nothing changed.
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
serveredit filetransfer_port 30034
serveredit filetransfer_ip 0.0.0.0
serveredit query_port 10012
serveredit query_ip 0.0.0.0
logout
restarted server
Nothing changed.
Hello
If you read the documentation, these parameters are not for a virtual server but for the Teamspeak Instance.
Please use the instanceedit command or the start parameters for IP and port both.
Last edited by florian_fr40; March 19th, 2012 at 05:59 PM.
login serveradmin ********
instanceedit query_port=10012
instanceedit query_ip=0.0.0.0
quit
restarted server
Nothing changed.
I repeat myself:
Please read the documentation (you try to use a start parameter with a query command. This is not how the system works) .
If you want use a start parameter
Click here : TeamSpeak 3 Server Quick Start.txtCode:Linux e.g. ./ts3server_minimal_runscript.sh query_port=10012 query_ip=x.x.x.x
Just got done reading the whole thing.
Why does this not work:
But this does:Code:./ts3server_startscript.sh start filetransfer_port=xxxxx filetransfer_ip=0.0.0.0 query_port=xxxxx query_ip=0.0.0.0
I do not need or want it in the foreground. I tried appending & to the end of the minimal, but then it doesnt go to the background, so i press Ctrl + C, which stops server.Code:./ts3server_minimal_runscript.sh filetransfer_port=xxxxx filetransfer_ip=0.0.0.0 query_port=xxxxx query_ip=0.0.0.0
Last edited by d.custer; March 19th, 2012 at 07:29 PM.
If you open the startscript.sh you'll see that :
That means the startscript can only read the second parameterCode:COMMANDLINE_PARAMETERS="${2}"
So if you want use more than one parameter, you have edit the startscript. So in your case :Code:$0 => ./ts3server_startscript.sh $1 => start $2 => filetransfer_port=xxxx
After that you can start your simple simply :Code:COMMANDLINE_PARAMETERS="${2} filetransfer_port=xxxxx filetransfer_ip=0.0.0.0 query_port=xxxxx query_ip=0.0.0.0"
Code:./ts3server_startscript.sh start
hi there, I am stuck with trying to change the default query and FTP ports, voice port changed easily.
I changed the voice port in puTTy using the command: serveredit virtualserver_port=51000
and it worked fine, i found the other two port permissions in the quickstart guide and pdf and plugged them in.
serveredit query_ip=0.0.0.0 query_port=51010
serveredit filetransfer_ip=0.0.0.0 filetransfer_port=51010
the SQ gave me an ok, i shut the server down and booted it back up, but it didnt work, the ports didn't seem to change.
I specified the IP and PORT like the quickstart guide said to do so. But I am not sure where I went wrong. Any help you can provide would be great.
Thx.
-Æ
This thread contains relevant information. In the future please use the search feature before posting.
http://forum.teamspeak.com/showthrea...did-not-change
Ahhh, i was searching using Serveredit in the search bar. thanks.
-Æ
--- Merged ---
is startscript.sh for Linux only, or can I use this on a windows machine?
Last edited by florian_fr40; April 9th, 2012 at 08:51 AM.
.sh is Linux shell. it's completely different in Windows.
*** Thread Merged ***
Last edited by florian_fr40; April 9th, 2012 at 08:52 AM.
Add information:
For windows, right click on the exe file > Create a Shortcut
Now Edit this one : right click > Properties
In the target field, add the start parameter.
Exemple :
Code:D:\0-TEAMSPEAK-3\SERVEUR\3.0.3\teamspeak3-server_win64\ts3server_win64.exe query_port........
There are currently 1 users browsing this thread. (0 members and 1 guests)