https://github.com/santosmods/zumble-egg
Zumble voice server egg for FiveM, external Mumble replacement that removes robotic audio and offloads voice processing from FXServer for stable high player counts.
https://github.com/santosmods/zumble-egg
fivem fivem-egg pterodactyl pterodactyl-egg zumble
Last synced: about 1 month ago
JSON representation
Zumble voice server egg for FiveM, external Mumble replacement that removes robotic audio and offloads voice processing from FXServer for stable high player counts.
- Host: GitHub
- URL: https://github.com/santosmods/zumble-egg
- Owner: SantosMods
- License: other
- Created: 2026-04-23T01:17:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-23T01:20:15.000Z (about 2 months ago)
- Last Synced: 2026-04-23T03:24:24.415Z (about 2 months ago)
- Topics: fivem, fivem-egg, pterodactyl, pterodactyl-egg, zumble
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zumble Egg
Zumble voice server egg for FiveM.
Replaces the default FXServer Mumble server.
Fixes robotic audio under load.
Moves voice processing off the main server.
---
## What you get
- External Mumble voice server tuned for FiveM
- Stable voice at high player counts
- Reduced FXServer network load
- Support for rapid channel creation and removal
- Built for proximity voice movement
---
## Why use this
FXServer uses a TCP based Mumble server.
This setup struggles under load.
You see:
- Robotic or broken voice
- Increased network thread usage
- Voice dropouts during high activity
This setup fixes those issues by moving voice to a dedicated process.
---
## Performance impact
- Frees FXServer network resources
- Handles high channel churn
- Maintains consistent voice quality during peak activity
---
## Resources
- Docs: https://docs.qbox.re/dashboard/zumble
- Fork and maintained version: https://github.com/AvarianKnight/rust-mumble
- Original project: https://github.com/SOZ-Faut-etre-Sub/ZUMBLE
---
## Credits
Zumble:
- Original author: SOZ-Faut-etre-Sub
- Maintainer: AvarianKnight
Egg:
- SantosMods.dev
- BrickHosting.org
---
## License
Zumble is licensed under the MIT License.
Copyright:
- Joel Wurtz, 2022
- SantosMods.dev, 2026
Full license text included in this repository.