Channels
Channels are the rooms in your server. Users sit in one channel at a time for voice; chat is per channel.
Screenshot placeholder: channel tree on the left with a “Voice” parent and three child channels.
Create a channel
Section titled “Create a channel”- Right-click an existing channel (or the root) and pick Add channel.
- Fill in:
- Name: shown in the sidebar.
- Description: a small text shown when users hover the channel.
- Position: integer that controls sort order. Lower is higher up.
- Temporary: if checked, the channel disappears when the last user leaves. Great for ad-hoc breakout rooms.
- Max users: 0 for unlimited.
- Save.
Channel tree
Section titled “Channel tree”Channels can nest as deep as you like. Drag a channel onto another to make it a child.
Edit an existing channel
Section titled “Edit an existing channel”Right-click, Edit channel. The dialog has several tabs:
| Tab | What is in there |
|---|---|
| General | Name, description, position, max users, temporary. |
| ACL | Access rules. See Channel ACL. |
| Groups | Per-channel groups. See Groups. |
| Persistent chat | Retention days, message cap, delete ACL. |
| Notifications | Default notification settings for the channel. |
| Audio | Bandwidth caps, codec overrides. |
Screenshot placeholder: channel-edit dialog with the ACL tab open.
Linking channels
Section titled “Linking channels”You can link two channels so that voice flows between them. Users in either channel hear each other.
- Right-click channel A, Link.
- Click channel B.
- Both channels show a small link indicator.
- To unlink, right-click and pick Unlink.
Linking is symmetric and persists across restarts.
One-way channel linking
Section titled “One-way channel linking”Sometimes you want channel A to hear channel B but not the other way around - e.g. a stage channel that broadcasts into a lobby.
- Create channel A and channel B normally.
- Open the ACL editor for channel A and add:
- subject:
@all, permission:Speak→ allow
- subject:
- Open the ACL editor for channel B and add:
- subject:
@!in(everyone not physically in this channel), permission:Speak→ deny
- subject:
- Link the two channels via right-click → Link.
Result: users in channel A can hear users from channel B, but channel A
speakers are not heard in channel B. The @!in group matches anyone
joined through a link rather than physically present, so only people
sitting in channel B can speak through it.
You can tighten this to specific user groups instead of @all/@!in
if needed.
Temporary channels
Section titled “Temporary channels”Create with the Temporary checkbox. Useful for ad-hoc rooms:
- Disappears when the last user leaves.
- Cannot have persistent chat (no point).
- Cannot be linked.
A common pattern is to grant Create channel in the lobby to everyone, with the rule that those channels must be temporary. This gives users freedom to spin up rooms without the channel tree ballooning.
Speaking and listening limits
Section titled “Speaking and listening limits”Two distinct permissions for voice:
- Speak: send audio in this channel.
- Listen: receive audio in this channel without entering it. New in the Fancy fork.
The Listen permission lets a user whisper-listen to a channel from elsewhere. Useful for moderators who want to keep tabs.
Default channel
Section titled “Default channel”The default channel is where new users land. Pick it from Admin, Server settings, Default channel. Pick a low-permission channel so new users do not stumble into a private room.
Channel password
Section titled “Channel password”You can lock a channel with a password:
- Edit the channel.
- ACL tab.
- Add a deny rule on
Enterfor@everyone. - Add an allow rule on
Enterfor a group calledpwd_room_name. - Set a channel password under General.
Users entering the password are added to the password group for that channel for the duration of their session.
User experience
Section titled “User experience”When a user clicks a password-protected channel, Fancy Mumble shows a “Password required” dialog automatically. They type the password and click Join. If the password is correct they enter the channel; if not the join is rejected silently. The password is not persisted between sessions.
Bulk actions
Section titled “Bulk actions”To move all users out of a channel:
- Right-click, Move all users to…, pick destination.
To clear chat history (persistent chat must be on):
- Right-click, Persistent chat, Purge.
Channel viewer styles
Section titled “Channel viewer styles”Users can pick how their channel sidebar looks under Personalization. The choice is per-user, the channel data is the same.
Next step
Section titled “Next step”Continue with Registered users to manage the people in your server.