• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

How to set the default client description?

D

Deleted member 836

Guest
Question is in the title: How to set the default client description?

I have to do it via the query console, but the command just throws out "insufficient permission".

There are another threads about this:
https://forum.teaspeak.de/index.php?threads/description.498/
https://forum.teaspeak.de/index.php?threads/client-description.367/
https://forum.teaspeak.de/index.php?threads/cant-edit-default-user-description.295

Is it limited to premium only, is it a bug or should it work out of the box?

If it should work, just write me how exactly, other users may be happy too :)

Thanks in advance.
 

mkll11one

TeaSpeak Team
Staff member
TeaTeam
You need to assign the permission. ;)

Code:
permgrant <server ID> <Server Group ID> b_virtualserver_modify_default_messages 1
After that. You need to login on YatQA, and assign the "permission" on example: Server Admin Query or your ServerAdmin.
And you should could "edit or remove".

Like this:
Code:
serveredit virtualserver_default_channel_topic=
serveredit virtualserver_default_channel_description=
serveredit virtualserver_default_client_description=
I don't have tested, for getting set OR remove on sid=0 for applied for creating new virtualservers. :)
 
D

Deleted member 836

Guest
And again the answer isnt that clear. Where should I do "permgrant" ? On the query console?

And which webclient exactly? Your both answers arent noob friendly :/
 

mkll11one

TeaSpeak Team
Staff member
TeaTeam
And again the answer isnt that clear. Where should I do "permgrant" ? On the query console?

And which webclient exactly? Your both answers arent noob friendly :/
You need to do it on the TeaSpeak console (the server) on teaspeak_minimal.sh ;)
 
D

Deleted member 836

Guest
Okay, thanks. That worked.

SO for everybody in my situation:

Stop your teaspeak server:

./teastart.sh stop

Start it with minimal script:

./teastart_minimal.sh

Do a

permgrant 1 2 b_virtualserver_modify_default_messages 1 (1 = server id, 2 = group id, admin query in this case)

end now (this will shutdown the server)

Now start your server again:

./teastart.sh start

Login into YatQa, go to Permissions, select the group you just added via permgrant, type def in the search box (right below),
double click on b_virtualserver_modify_default_messages so that it shows ok or yes (mine is in German, sry)

Now connect to your server query console via telnet

login serveradmin <pass>
use port=<your server port>
serveredit virtualserver_default_client_description=123


This worked at least for me. Why arent there better tutorials? D: