How to Install Voice Chat(Simple Voice Chat)
Simple Voice Chat (SVC) is one way to do voice chat in Minecraft. This plugin also requires a dedicated UDP port to work.
Step 1: Download & Upload the Plugin
-
Download the Plugin:
- Download the latest version of Simple Voice Chat (Spigot/Paper) from Modrinth.
- Make sure the version matches your Minecraft server version.
-
Upload to the Server:
- Open the Files menu in the Raznar panel.
- Go into the
pluginsfolder. - Upload the Simple Voice Chat
.jarfile.
Step 2: Creating a Voice Port Allocation
Before activating the plugin, we must prepare a dedicated connection path (Port) for voice. Don't use your Minecraft server's main port.
-
In the server sidebar menu, click the Network menu.
-
Click the blue CREATE ALLOCATION button on the right.
-
In the PROFILE section, change from "Minecraft Java" to "Voice Server (9000 - 9100)".
-
Click the CREATE button.
Now you'll see a new IP and Port appear in the Network list (Example: 103.xx.xx.xx : 9005).
Pay attention to the 4-digit port number you just created (for example: 9005). You'll need it in the next step.
Step 3: Plugin Configuration
Now we'll enter the port that was just created into the plugin configuration.
- Restart the Server once to let the plugin create the default configuration folder.
- Once the server is on, turn the server off again (Stop).
- Open the Files menu ->
plugins->voicechat->voicechat-server.properties. - Find the
[host]configuration section. Change the values as shown below:
# The port must match the one you created in Step 2
port=9025
# The IP must be changed to 0.0.0.0 so it can run on the hosting panel
bind_address=0.0.0.0
Don't change bind_address to your server's real IP. Leave it as 0.0.0.0 because the server runs inside a container (Docker).
- Save the file (Save Content).
- Start the server.
Step 4: Verification
Look at the Console section when the server starts. Look for a message like this: [SimpleVoiceChat] Voice chat server started on port 9025
If it appears, that means the server started successfully.