Skip to main content

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

  1. Download the Plugin:

    • Download the latest version of Simple Voice Chat (Spigot/Paper) from Modrinth.
    • Make sure the version matches your Minecraft server version.
  2. Upload to the Server:

    • Open the Files menu in the Raznar panel.
    • Go into the plugins folder.
    • Upload the Simple Voice Chat .jar file.

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.

  1. In the server sidebar menu, click the Network menu.

  2. Click the blue CREATE ALLOCATION button on the right.

  3. In the PROFILE section, change from "Minecraft Java" to "Voice Server (9000 - 9100)".

    Creating a Voice Server Port Allocation

  4. Click the CREATE button.

Now you'll see a new IP and Port appear in the Network list (Example: 103.xx.xx.xx : 9005).

NOTE THIS PORT

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.

  1. Restart the Server once to let the plugin create the default configuration folder.
  2. Once the server is on, turn the server off again (Stop).
  3. Open the Files menu -> plugins -> voicechat -> voicechat-server.properties.
  4. 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
ATTENTION

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).

  1. Save the file (Save Content).
  2. 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.