๐ŸŽ‰ Save 25% on your first month with code: DOOM25

How to Set Up Simple Voice Chat on Your Minecraft Server

Fix Simple Voice Chat by allocating a dedicated port in the DoomHosting panel and updating voicechat-server.properties โ€” step-by-step guide.

MinecraftMinecraftยท
DoomHosting Support
3 min read
Apr 22, 2026
Last updated: Apr 22, 2026

Overview

Simple Voice Chat is a popular Minecraft mod that lets players talk to each other using proximity voice chat. Unlike most mods, it opens its own UDP socket on a separate port โ€” independent of Minecraft's main TCP connection.

On DoomHosting (powered by Pterodactyl), every port must be explicitly allocated before it can be used. Until you create an allocation for Simple Voice Chat and point the mod at it, players will connect to the game just fine but voice will silently fail to establish.

This guide walks you through allocating a dedicated port and configuring the mod to use it.


Why a Separate Port Is Needed

Minecraft runs on one port (typically 25565). Simple Voice Chat opens a second socket โ€” by default on port 24454 โ€” just for audio data. On a managed hosting panel like DoomHosting, only ports you have explicitly allocated are reachable from the internet.

If you skip this step, the mod loads without errors but players can never hear each other, because the voice chat socket has no open port to bind to.


Step 1 โ€” Start Your Server Once (to generate config files)

Simple Voice Chat creates its configuration file the first time the server starts. If you haven't started the server with the mod installed yet:

  1. Add the Simple Voice Chat server mod (.jar) to your /mods folder.
  2. Start your server and wait for it to fully load.
  3. Stop the server again.

This generates the file /config/voicechat/voicechat-server.properties.


Step 2 โ€” Create a Port Allocation in the Panel

  1. Log in to panel.doomhosting.com and open your server.
  2. Click the Network tab in the top navigation.
  3. Click the blue Create Allocation button on the right side of the page.
  4. A new port will appear in the list. Copy that port number โ€” you'll need it in the next step.

Tip: The panel assigns the next available port automatically. Note it down before navigating away.


Step 3 โ€” Configure the Voice Chat Port

  1. Go back to the Files tab in the panel.
  2. Navigate to /config/voicechat/
  3. Open voicechat-server.properties for editing.
  4. Find the port= line and replace the value with the port you just copied:
# Voice chat server port
port=YOUR_NEW_PORT_HERE

# The IP address the voice chat server should bind to
bind_address=0.0.0.0
  1. Save the file.

Step 4 โ€” Start Your Server

Start your server. Simple Voice Chat will now bind to your allocated port, and players will be able to connect automatically when they join using the matching client mod.


Troubleshooting

Players can connect to the server but voice still doesn't work Double-check that the port in voicechat-server.properties exactly matches the allocated port shown in the Network tab. A single digit off means no voice.

The /config/voicechat/ folder doesn't exist The mod hasn't generated its config yet. Make sure the Simple Voice Chat server mod (not just the client mod) is in your /mods folder, then start and stop the server once.

I created an allocation but it disappeared Allocations are permanent unless manually deleted. Refresh the Network tab and look through the full list โ€” it may be further down the page.

Voice chat works but only at close range That's expected behaviour โ€” Simple Voice Chat uses proximity audio by default. You can adjust the range in voicechat-server.properties using the voice_chat_distance and max_voice_chat_distance options.

๐Ÿš€

Start your Minecraft Server

High performance hosting with 24/7 support

Related Articles