Skip to main content
All CollectionsModrinth Servers
Adding Simple Voice Chat to your server
Adding Simple Voice Chat to your server

How do I add Simple Voice Chat to my Modrinth server?

Amy avatar
Written by Amy
Updated over a week ago

Simple Voice Chat is a mod which adds in-game proximity voice chat to Minecraft. This guide walks you through setting it up on your Modrinth server.


Getting started

In order to get voice chat working, you'll need to have:

  • The latest version of Simple Voice Chat installed on your version of Minecraft

  • A mod or plugin loader setup on your server

If you're currently using vanilla Minecraft, you can switch to a compatible platform by going into Options -> Platform on the server panel. If you're unsure which platform to use, Fabric is a good choice, and won't change vanilla Minecraft by default.

Installing Simple Voice Chat onto your server

⚠️ ​Ensure your server is offline and keep it offline for the duration of this guide.

  1. On your server's dashboard, click the Content tab

  2. Click Add mod or Add plugin

  3. Search for 'simple voice chat' and click Install

A screenshot of the Modrinth Servers content installation page, with 'simple voice chat' in the search box, and its 'Install' button highlighted

Creating a new allocation

For Simple Voice Chat to connect, you'll need to create a new allocation:

  1. On your server's dashboard, navigate to Options -> Network, and scroll down to Allocations

  2. Click 'New allocation' and name it whatever you'd like, then click 'Create allocation'

    A screenshot of the 'New allocation' dialog with an example name of 'simple voice chat'

  3. Once created, find and remember the allocation's port number (e.g. 26010)

    A screenshot highlighting the previously created allocation's port number

Configuring Simple Voice Chat

We now need to configure Simple Voice Chat to use the new allocation we just created:

  1. Start then stop your server to generate the configuration

  2. Navigate to the Files tab, then to the 'plugins' folder if you're using Paper or Purpur, or to the 'mods' folder if you're using Fabric, Quilt, NeoForge, or Forge

  3. Click into the voicechat folder, then click the voicechat-server.properties file to open the configuration

  4. Find the line, close to the top of the file, that starts with port=

    Replace the number that follows with the port number of the allocation you previously created. In my case, the new allocation's port number was 26010, meaning the edited line would be port=26010

  5. Save the configuration by clicking the Save icon, then selecting Save

A screenshot of the Simple Voice Chat configuration in the text editor, showing the first step being to modify the port number, then the next step being to click 'Save'

Ensuring voice chat is configured

  1. Navigate to the Overview tab, then start the server

  2. Once it's finished starting, you should see a line at the bottom of the console saying something similar to Voice chat server started at port 26010:

    A screenshot of the 'Overview' tab, with the 'Voice chat server started...' line in the console highlighted


    As long as the line contains your previously created allocation's port number, Simple Voice Chat is installed and configured correctly! Join the server and you should see it working. 😄

    If the port number is incorrect, stop your server and retry the 'Configuring Simple Voice Chat' section of this guide.

Did this answer your question?