It's not possible to use multiple voice chat mods or a voice chat mod and Geyser on the same server because both of them require their own UDP port, and we only provide one port per server.
exaroton supports the following voice chat mods:
- Gliby's Voice Chat Reloaded for Minecraft versions between 1.8.9 and 1.12.2
- Simple Voice Chat for 1.15 and 1.16 using Forge or Fabric
- Plasmo Voice for Spigot, Forge and Fabric
To run the voice server these plugins need an open port on your Minecraft server.
Gilby's Voice Chat Reloaded doesn't need to be configured for this since it uses your server port by default. You only need to install it on your PC and the server.
Other mods don't do this which means you need to configure the port manually.
Finding your port
You can see your port by clicking the connect button in the server section. If you click it the following window will pop up:
The port in this example is 28487. Your port will probably be different!
This port has to be set in the mod/plugin config.
Configuring Simple Voice Chat
To generate the configs you first need to install the mod and then start your server. After that, you need to stop the server again. It's important that your server is offline while you change the config because the mod will overwrite it otherwise.
If you're using forge, you can find the mod's config file by opening your world folder and clicking on 'serverconfig'. The file you want to edit is named 'voicechat-server.toml'.
For fabric that file can be found by going to files, then config, voicechat, and opening voicechat-server.properties.
Here you want to change 'port = 24454' to your server port. In this example that is 52713. Now you just need to start your server again and you can use the voice chat.