How To Enable Voice Chat For Your V Rising Server
Learn how to enable voice chat on your V Rising dedicated server using Vivox.
V Rising supports built-in proximity voice chat powered by Vivox. Setting it up requires creating a free Unity Gaming Services account to obtain Vivox credentials, then configuring those credentials on your server.
Getting Your Vivox Credentials
Create a Unity Gaming Services account
Visit Unity Gaming Services and create a new account (or log in if you already have one).
Create a project
From the Dashboard, click Projects and create a new project.
Launch Vivox
After creating your project, click Products, search for Vivox Voice and Text Chat, and click Launch.
Complete the setup
Click Overview and then Next to walk through the initial setup process.
Copy your credentials
In the left sidebar of the Vivox product page, click Credentials. You will need the following values for the next section:
- Token Issuer (maps to
VOIPIssuer) - Token Key (maps to
VOIPSecret) - Domain (maps to
VOIPVivoxDomain) - Server (maps to
VOIPAPIEndpoint)
Creating ServerVoipSettings.json
Stop your server
Access the XGamingServer Panel and stop your V Rising server.
Navigate to the settings folder
In the sidebar, click Files and navigate to save-data/Settings.
Create the VOIP settings file
Create a new file called ServerVoipSettings.json and paste the following template:
{
"VOIPEnabled": true,
"VOIPIssuer": "",
"VOIPSecret": "",
"VOIPAppUserId": "",
"VOIPAppUserPwd": "",
"VOIPVivoxDomain": "",
"VOIPAPIEndpoint": "",
"VOIPConversationalDistance": 14,
"VOIPAudibleDistance": 40,
"VOIPFadeIntensity": 2.0
}Fill in your credentials
Replace the empty strings with the Vivox credentials you copied earlier. The VOIPAppUserId and VOIPAppUserPwd fields can remain blank.
Restart your server
Save the file and restart your server.
Enable Voice Chat in Your Game Settings
Open V Rising sound settings
Open V Rising and navigate to Options > Sound.
Enable voice chat
Make sure Use Voice Chat is enabled.
💡 Tip: The
VOIPConversationalDistanceandVOIPAudibleDistancevalues control how far away other players can hear you. Increase these values if you want voice to carry further across the map.
If you get stuck at any time, join our Discord for help -- or simply use Discord for your voice chat instead.
How is this guide?
