Yatqa login permission

Hello is there a way to restore permissions?
without restoring server backup

error id=2568 msg=insufficient\sclient\spermissions failed_permid=1
error

I can’t log in to telnet
is there any other way to execute this command?
or is there a less invasive way to restore it
errors

Disclaimer:
Editing the server database is not supported by TeamSpeak!
No one is responsible if the database may get damaged or else!
Always back up before accessing the database directly!
We can not guarantee full correctness of our advise!
Do this at you own risk!

  1. Download the database file. (Usually ts3server.sqlitedb) The file name may differ if you changed the database service.

  2. Open up the database in your preferred browser / editor. (I personally use DB Browser for SQLite)

  3. Check in the table groups_server what the ID of Admin Server Query is (it should be 2)

  4. Access the table perm_server_group

  5. Filter for id1 = <the id of Admin Server Query found above (should be 2)> and perm_id = b_serverquery_login

  6. Check that perm_value is set to 1.

If this is already the case make sure the serveradmin was not removed from the Admin Server Query group.
To do so do the following:

  1. Check in the table groups_server what the ID of Admin Server Query is (it should be 2)

  2. Check in the table clients what the client_id of serveradmin is (it should be 1)

  3. Check that in the table group_server_to_client there is a line containing group_id = <the id of Admin Server Query found above (should be 2)> and id1 = <the id of serveradmin found above (should be 1)>

Hope this helps :​)

4 Likes

Thanks for the help

AdminServerQuery already had " b_serverquery_login "
GuestServerQuery she didn’t have it " b_serverquery_login " after adding it repaired