The Simple Voice Chat plug icon means your client is not connected to the voice chat server. Minecraft can still work because the voice connection is separate from the normal Minecraft connection.
What the Plug Icon Means
The red plug or disconnected icon usually means one of these:
- UDP port 24454 is closed
- Server voice chat config is wrong
- Client does not have the mod installed correctly
- Client and server mod versions do not match
- voice_host points to the wrong IP or domain
- A proxy is hiding the real voice host
- Firewall blocks Java or UDP packets
Most Common Fix
Open UDP port 24454 on the server firewall and hosting panel.
The Minecraft port can be open while voice chat is closed. That is why players can join the server but still see the plug icon.
Server-Side Fix
Open config/voicechat/voicechat-server.properties and check:
port=24454
bind_address=
voice_host=your.public.server.domain
Then restart the server.
Client-Side Fix
If only one player sees the icon:
- Install Simple Voice Chat client-side
- Match Minecraft version
- Match Fabric, Forge, NeoForge, or Quilt loader
- Select the correct microphone
- Allow microphone permission
- Allow Java through firewall
Proxy Fix
If using Velocity, BungeeCord, or a reverse proxy, the voice chat connection must still reach the actual voice UDP port. Do not assume the Minecraft proxy forwards voice automatically.
FAQ
Does the plug icon mean the server is offline? No. It means voice chat is disconnected, not Minecraft itself.
Why does the plug icon appear for everyone? Server-side UDP port, voice_host, or config issue.
Why does the plug icon appear for one player only? Client mod, microphone permission, firewall, or version mismatch.
What port does the plug icon usually need? UDP 24454 by default.
