Community Forums Today's Posts     Member List     Archive    
Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2011
    Posts
    5

    Default Port Change Problem

    I've watched several tutorials and still couldnt do it right

    tried it:
    use 1
    login serveradmin password
    serverstop sid=1
    use 1
    serveredit virtualserver_port=9988
    serverstart sid=1

    Problems
    root@xoranex:/opt/ts3# use 1
    -bash: use: command not found

    and

    root@xoranex:/opt/ts3# login serveradmin
    Password: ******
    Login incorrect
    tried it

    Server Query Admin Acccount created
    loginname= "serveradmin", password= "*******"

  2. #2
    Join Date
    Dec 2009
    Location
    New Jersey USA
    Posts
    68
    Try it like this:

    login serveradmin password
    use 1
    login serveradmin password
    serverstop sid=1
    serveredit virtualserver_port=9988
    serverstart sid=1

  3. #3
    Join Date
    May 2010
    Posts
    6,372
    xoranex, I already answer you in your first thread ( http://forum.teamspeak.com/showthrea...fault-Port-TS3

    Please no double post. And it's not necessary to send me a private message. Just post an answer in your thread.

    Quote Originally Posted by xoranex
    root@xoranex:/opt/ts3# use 1
    -bash: use: command not found
    This is not a linux command, but a Teamspeak query command.
    You have to use the telnet command on your machine, directly on the query port.

    And please follow the query command step that I wrote
    Last edited by florian_fr40; 15-03-2012 at 16:53.

  4. #4
    Join Date
    Jun 2011
    Posts
    5
    I finally got, but now I want so

    COMMANDLINE_PARAMETERS="query_port=10222 default_voice_port=9999 ${2}" #add any command line parameters you want to pass here
    but dont worked :S please see problem

    i edit file:ts3server_startscript.sh
    Query port worked but default voice_port dont work :S

  5. #5
    Join Date
    May 2010
    Posts
    6,372
    Quote Originally Posted by xoranex View Post
    I finally got, but now I want so
    finally got, but now I want so
    COMMANDLINE_PARAMETERS="query_port=10222 default_voice_port=9999 ${2}" #add any command line parameters you want to pass here
    but dont worked :S please see problem

    i edit file:ts3server_startscript.sh
    Query port worked but default voice_port dont work :S
    It's normal because you have already start your server. The default is already created.

    So, let me repeat myself :

    1- Open a telnet pormpt on your linux system :
    Code:
    telnet <ip> 10011
    2 - Use query command to change the port
    Code:
    login serveradmin <password>
    use 1
    serveredit virtualserver_port=9988
    serverstop sid=1
    serverstart sid=1
    Quote Originally Posted by Florian
    This is not a linux command, but a Teamspeak query command.
    If you don't read what we wrote to help you, it will become difficult

  6. #6
    Join Date
    Jun 2008
    Posts
    7,764
    I guess the problem is, that the server is running.

    Please stop the virtual server and select it with use 1 -virtual and then edit the port.
    ---------------------------------------------------------
    Please don't send me private support questions.
    They belong into the forum and maybe other users have these questions/problems too.

    TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
    NPL License (Registration)

  7. #7
    Join Date
    May 2010
    Posts
    6,372
    Quote Originally Posted by dante696 View Post
    Please stop the virtual server and select it with use 1 -virtual and then edit the port.
    Basically these methods works both.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [HELP] Change Default Port TS3
    By xoranex in forum Linux / FreeBSD
    Replies: 3
    Last Post: 02-06-2011, 12:28
  2. Cabt change Default Voice Port
    By coolruffy in forum Linux / FreeBSD
    Replies: 2
    Last Post: 20-12-2009, 18:17
  3. How change default port?? UPD
    By sereban in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 27-09-2007, 19:14
  4. help change default port
    By FireBelly in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 22-11-2004, 16:03
  5. change TS default port
    By cynicalscope in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 01-06-2004, 10:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •