Install Simple Voice Chat on Your Minecraft Server
Simple Voice Chat adds proximity voice chat to your Minecraft server. Installation differs slightly depending on your server type. The mod or plugin must also be installed on each player's client before they can use voice chat.
Warning: Players using Forge or Fabric must install the Simple Voice Chat mod on their client to connect to the server.
Before starting, make sure you can connect to your server via FTP.
Install on Forge or Fabric
- Download the Simple Voice Chat mod from CurseForge. Select the file that matches your Minecraft version and server type (Forge or Fabric).
- Log in to the Minecraft panel and go to Files > FTP File Access.
- Open the
modsfolder. If it does not exist, create it. - Click Upload and upload the Simple Voice Chat JAR.
- Start your server.
Install on Bukkit, Spigot, or Paper
- Download the Simple Voice Chat plugin from CurseForge.
- Log in to the Minecraft panel and go to Files > FTP File Access.
- Open the
pluginsfolder. If it does not exist, create it. - Click Upload and upload the Simple Voice Chat plugin JAR.
- Start your server.
Configure the voice chat port
Simple Voice Chat uses a separate UDP port for voice traffic. You must set this port to match your server's port.
- Stop the server.
- In the Minecraft panel, go to Files > FTP File Access.
- Open
server.propertiesand setenable-querytofalse. Save the file. - Navigate to the config folder:
- Forge/Fabric:
config/voicechat/ - Bukkit/Spigot/Paper:
plugins/voicechat/
- Forge/Fabric:
- Open
voicechat-server.propertiesand find the lineport=24454. Replace24454with your server's port number. - Save the file and start the server.
Tip: Your server's port number is shown on the server overview page in the Minecraft panel.