Skip to content

Setting up Simple Voice Chat

Simple Voice Chat is a popular proximity voice chat mod for Minecraft. Setting it up on BaoHost is straightforward, but it requires allocating an additional port for the voice data.

Step 1: Allocate a New Port

Unlike the main game port, voice chat requires its own dedicated port to function correctly.

  1. Log in to the Control Panel.
  2. Navigate to your server.
  3. Click on the Network tab in the sidebar.
  4. Click the Create Allocation button.
  5. You will see a new IP:Port combination appear. Note down the 4-5 digit port number (the numbers after the colon).

Step 2: Configure Simple Voice Chat

Now you need to tell the voice chat mod to use this new port.

  1. Go to the Files tab.
  2. Navigate to the configuration folder. This is usually located at:
    • config/voicechat/voicechat-server.properties
  3. Open the file to edit it.
  4. Find the line that says port=24454 (or similar).
  5. Change the port number to the new port you allocated in Step 1.
  6. Save the file.

Step 3: Restart and Connect

  1. Restart your server to apply the changes.
  2. Ensure you have the Simple Voice Chat mod installed on your client.
  3. Connect to your server.
  4. Press the voice chat key (default V) to open the settings and verify it's connected.

Note: You do not need to change the IP address in the config, only the port. Leave the bind address as is (usually empty or 0.0.0.0).