mumble-voip/mumble

[Feature Request] Allow disabling server connections to unregistered users

Open

#7176 opened on Apr 25, 2026

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (5,642 stars) (1,062 forks)batch import
aclfeature-requestgood first issueserver

Description

Context

I have a private server that I am only using with a specific group of friends. As all of us are registered in the server, I'd prefer if I could disable connections to the server to unregistered users. For now I'm stuck with setting a very long random password.

Description

I'd like for a configuration option to be introduced that denied all unregistered users from connecting, even with the password, to improve the security of the server from brute force attacks.

Mumble component

Server

OS-specific?

No

Additional information

It would also be great if this could be toggled while the server is running, for example to allow a new member to connect/register without having to restart the server, but I understand if this would be difficult to implement. This could also be introduced with one time passwords (issue #6061 talks about them).

Contributor guide