Hello is there a way to restore permissions?
without restoring server backup
error id=2568 msg=insufficient\sclient\spermissions failed_permid=1
Hello is there a way to restore permissions?
without restoring server backup
error id=2568 msg=insufficient\sclient\spermissions failed_permid=1
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
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!
Download the database file. (Usually ts3server.sqlitedb
) The file name may differ if you changed the database service.
Open up the database in your preferred browser / editor. (I personally use DB Browser for SQLite
)
Check in the table groups_server
what the ID of Admin Server Query
is (it should be 2)
Access the table perm_server_group
Filter for id1 = <the id of Admin Server Query found above (should be 2)>
and perm_id = b_serverquery_login
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:
Check in the table groups_server
what the ID of Admin Server Query
is (it should be 2)
Check in the table clients
what the client_id
of serveradmin
is (it should be 1)
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 :)
Thanks for the help
AdminServerQuery already had " b_serverquery_login "
GuestServerQuery she didn’t have it " b_serverquery_login " after adding it repaired