ALLOW_PING not respected #7

Open
opened 2026-04-29 09:19:12 +00:00 by amras · 1 comment
Owner

In the mumble-server.ini docs, the allowPing option is described as follows:

Respond to UDP ping packets.
Setting to true exposes the current user count, the maximum user count, and the server's maximum bandwidth per client to unauthenticated users. In the Mumble client, this information is shown in the Connect dialog.

Reproduction

  1. abra app config <DOMAIN>
ALLOW_PING=true
USERS=100
  1. abra app deploy <DOMAIN> --force
  2. Connect to DOMAIN using a mumble client
  3. (Re)open the Mumble Server Connect window (Server -> Connect)

Expected Behavior

DOMAIN should have some value in the Ping column, and "1/100" in the Users column.

Actual Behavior

DOMAIN shows no values for Ping or Users, regardless of whether ALLOW_PING is true or false.

In the [mumble-server.ini](https://github.com/mumble-voip/mumble/blob/master/auxiliary_files/mumble-server.ini) docs, the allowPing option is described as follows: >Respond to UDP ping packets. >Setting to true exposes the current user count, the maximum user count, and the server's maximum bandwidth per client to unauthenticated users. In the Mumble client, this information is shown in the Connect dialog. ## Reproduction 1. `abra app config <DOMAIN>` ``` ALLOW_PING=true USERS=100 ``` 2. `abra app deploy <DOMAIN> --force` 3. Connect to DOMAIN using a mumble client 4. (Re)open the `Mumble Server Connect` window (Server -> Connect) ## Expected Behavior DOMAIN should have some value in the Ping column, and "1/100" in the Users column. ## Actual Behavior DOMAIN shows no values for Ping or Users, regardless of whether ALLOW_PING is true or false.
Author
Owner

The reproduction seems inconsistent.
It's possible it might've been a symptom of a persistent traefik or docker-network issue, which resolved after restarting docker.

In any case, unless I can get another reproduction I'll have to close this issue.

The reproduction seems inconsistent. It's possible it might've been a symptom of a persistent traefik or docker-network issue, which resolved after restarting docker. In any case, unless I can get another reproduction I'll have to close this issue.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/mumble#7