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

Thread: no serveradmin

  1. #1
    Join Date
    Jun 2012
    Posts
    2

    no serveradmin

    Hi.
    I have a teamspeak 3 server that was installed with a script.
    I wanted to change some things that need serveradmin access, and since I didn't have the password, I queried the db for the user.
    Code:
    SELECT client_login_name, client_login_password FROM clients WHERE client_id='1';
    > 0 rows
    What should I do? make the changes in the DB and reload?
    or create a user with id 1?

  2. #2
    Join Date
    Oct 2010
    Location
    Warsaw / Poland
    Posts
    234
    serveradmin has client_id 1, server_id 0, client_unique_id/client_nickname/client_login_name serveradmin. If such record doesn't exist in your database then firstly generate new password for your actual user, stop teamspeak server, create new record using above data and as client_login_password enter encrypted password. It should look like this:
    Name:  pass.png
Views: 44
Size:  7.5 KB
    Note: It's PhpMyAdmin running Teamspeak MySQL database but records should be same.


    After that turn on your teamspeak server and it should run just fine.

    Good Luck.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. ServerAdmin
    By Zerosoft in forum Server Support
    Replies: 11
    Last Post: 17-12-2011, 23:35
  2. Serveradmin(Help)
    By Romullo7 in forum Server Support
    Replies: 2
    Last Post: 19-02-2010, 09:34
  3. Serveradmin
    By dymd3z in forum [TeamSpeak 2] Server Support
    Replies: 0
    Last Post: 17-08-2008, 19:45
  4. serveradmin
    By nicko91 in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 12-03-2006, 18:26
  5. ServerAdmin
    By Xcion in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 03-06-2003, 18:13

Posting Permissions

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