Partlix Host
  • 👋Welcome To Partlix Docs
  • 🪟Windows Server
    • Change RDP Port
    • Change Language
    • Disable UDP for RDP
    • Open Ports (Port Forwarding)
    • How to use WireShark
    • Install MariaDB
    • Install FiveM Server
    • External FTP Access
  • 🐧Linux Server
    • SFTP Connection
    • Generate SSH Key
    • Change SSH Port
    • Link SSH to Visual Studio Code
    • Install xRDP
    • Install Docker
    • Install OpenVPN
    • Install FTP Server
    • Install FiveM Server
    • Install MySQL & Phpmyadmin
  • Game Servers
    • External Pma-Voice (FiveM)
    • External Mumble VoiP (FiveM)
    • Convars Definitions (FiveM)
    • Convars Definitions (txAdmin)
Powered by GitBook
On this page
  1. Game Servers

External Mumble VoiP (FiveM)

PreviousExternal Pma-Voice (FiveM)NextConvars Definitions (FiveM)

Last updated 2 months ago

, the rapidly growing replacement for pma-voice, also created and mantained by . Unlike pma-voice, Zumble runs the voice server on a separate machine or VPS, significantly reducing voice lag, robotic audio, and other common issues—making it a must-have for high-population servers.

The following set up guide is for those strictly using Debian OS

1. Run Installation & Set Up Command

The following command will automatically install and set up Rust-Mumble:

Copy

git clone https://github.com/1-of-1-Servers/setup-rust-mumble.git && cd setup-rust-mumble && chmod +x setup_rust_mumble.sh && sudo ./setup_rust_mumble.sh

Open Ports

On the server that is hosting your FiveM Server make sure that you have opened port 55500 for both TCP/UDP and for incoming and outbound connections.

server.cfg Changes

Make sure that you remove all convars in your server.cfg that relates to voice and replace them with these and ONLY these:

Copy

setr voice_useNativeAudio true
setr voice_useSendingRangeOnly true
setr voice_defaultCycle "GRAVE"
setr voice_defaultVolume 0.3
setr voice_enableRadioAnim 1
setr voice_syncData 1
setr voice_externalAddress "<YourVoiceServerIPAddressHere>"
setr voice_externalPort 55500
setr voice_hideEndpoints 1

Success installation of the script

We do not offer any support other than what is found on this guide. Please do not ask us for any support or open tickets about this, they will be auto closed.

Zumble
AvarianKnight