Community Forums Today's Posts     Member List     Archive    
Results 1 to 6 of 6

Thread: Server ID

  1. #1
    Join Date
    Jan 2012
    Posts
    20

    Solved Server ID

    how do i find my Server ID. I am not the owner of the ts, i have all the rights to the ts, i help the owner with setting it up.
    i ran in to a problem. cant edit the b_serverquery_login and i cant edit b_serverinstance_virtualserver_list. Can someone sent me the Steps in finding the Server ID??

  2. #2
    Join Date
    Jul 2006
    Posts
    1,575
    there are mant ways. for example server query:
    Code:
    login $user $pass
    use port=$port
    serverinfo
    and then look for virtualserver_id

  3. #3
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,042
    just doing
    Code:
    use port=<TS3 UDP Port used for connecting with the client>
    whoami
    using whoami instead of serverinfo doesn't require b_virtualserver_info Permission and is much less output so its easier to spot the virtualserver_id. It also doesn't require to login since use is allowed for guests by default and whoami doesn't require permissions at all.

  4. #4
    Join Date
    Jan 2012
    Posts
    20
    this is what comes up when i use whoami in server query
    virtualserver_status=unknown virtualserver_unique_identifier virtualserver_port=0 virtualserver_id=0 client_id=0 client_channel_id=0 client_nickname client_database_id=0 client_login_name client_unique_identifier client_origin_server_id=0
    error id=0 msg=ok (12 ms)
    Total: 12 ms

  5. #5
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,042
    Yeah because you didn't do the first command in the Code Block.......

  6. #6
    Join Date
    Jan 2012
    Posts
    20
    got it. thanks

Thread Information

Users Browsing this Thread

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

Posting Permissions

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