1st-time-long-time Posted April 4, 2020 Share Posted April 4, 2020 in the 1.3.0 release notes there is a section:Server ListAdded two new settings:Option to disable the interactive add and edit action in the connect dialog.This is meant for when the user isn’t supposed to change a pre-configured list of favorite servers.Option to disable public server listIn the privacy section i foundPublic Server ListWhen opening the public server list in the connect dialog, the client will request this list from our server. Only the data required for doing so is sent.This functionality can be disabled through a hidden configuration setting (not visible in the user interface).I am interested in the option to disable the public server list. where can i find this hidden config setting? i have ubuntu and windows clients. Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted April 12, 2020 Administrators Share Posted April 12, 2020 This was implemented in https://github.com/mumble-voip/mumble/commit/fd5a9b12e082e6292b3fded923c15efc6efe7ade Added ui/disablepubliclist which if set to true removes thepublic server list in the connect dialog. This option isn'tavailable in the UI and is meant for customizing setups inspecific deployments.On windows you can enable the option by creating a string keydisablepubliclist under HKEY_CURRENT_USER\Software\Mumble\Mumble\uiwith the value true. Quote Link to comment Share on other sites More sharing options...
1st-time-long-time Posted April 12, 2020 Author Share Posted April 12, 2020 Thank you! Do you know where I could insert this into my Ubuntu client’s? I am thinking possibly in .config/mumble.conf? Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted April 12, 2020 Administrators Share Posted April 12, 2020 Yes that should be it. Check for the format. If it is ini style it should be in a [ui] section and setting name disablepubliclist, set to true. Quote Link to comment Share on other sites More sharing options...
1st-time-long-time Posted April 12, 2020 Author Share Posted April 12, 2020 Thank you for the replies! I added the registry entry to my windows client and set the variable in mumble.conf on my Linux clients and successfully disabled the public server list from showing up on the connect screen. This is exactly what I was after. Thanks again! Quote Link to comment Share on other sites More sharing options...
mcosta Posted June 20, 2020 Share Posted June 20, 2020 HelloCan you help me do this?I don't understand where I create the key to disable public servers. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.