How to Set Up Simple Voice Chat on a Minecraft Java Server
Simple Voice Chat enables proximity voice chat on your Minecraft server – players can talk to each other based on how close they are in-game.
Warning
Simple Voice Chat requires its own UDP port. Do not use your server's default port!
Info
All players who want to use the voice chat must also have the Simple Voice Chat Mod installed.
Step 1: Install the Mod/Plugin
Download mod
Download Simple Voice Chat for your server version.- For Fabric/Forge: Download the mod version and place it in the
modsfolder. - For Paper/Spigot/Bukkit: Download the plugin version and place it in the
pluginsfolder.
- For Fabric/Forge: Download the mod version and place it in the
Restart server
Restart your server so the config files are created.
Step 2: Open a Port
Open network section
Open the "Network" section in your dashboard. There you will find an overview of all available ports.Choose a port
Choose an available port and note it down.
Important
Do not use your server's default port! Simple Voice Chat requires a separate UDP port.
Step 3: Configure the Config File
Open config file
Navigate to the Simple Voice Chat config file in the file browser.- Fabric/Forge:
config/voicechat/voicechat-server.properties - Paper/Spigot/Bukkit:
plugins/voicechat/voicechat-server.properties
- Fabric/Forge:
Find port line
Open the file and look for the line:port=24454port=24454Replace port
Replace24454with your chosen port from Step 2.port=YOUR_PORTport=YOUR_PORTSave changes
Save the file.
Tip
You can leave the other settings like bind_address or voice_host at their default values – they work for most servers.
Step 4: Restart the Server
Restart server
Restart your server for the changes to take effect.Check console
Check the server console to verify that Simple Voice Chat started successfully. You should see a message like:Voice chat server started on port XXXXX