V Rising
Rent a V Rising Server
Rent a V Rising Server
Genre:
Survival
Studio:
Stunlock Studios
Publisher:
Stunlock Studios
V Rising – How to Enable Voice Chat (Vivox)
Enable in-game voice chat for your V Rising server by following these steps.
Step 1: Set Up Vivox
- Go to the Unity Vivox page:
https://unity.com/products/vivox-voice-chat - Sign in or create a Unity account
- In your Unity Dashboard, create a new project
- Once the project is created: Go to Products > search for Vivox Voice and Text Chat and Click Launch
- Under the Overview tab, click Next to go through the setup
- Navigate to Packages & SDKs, then download the Core Windows SDK
- Extract the SDK to a folder on your desktop
- Locate the following files inside:
\vivox-sdk\SDK\Libraries\Release\x64\ - You will need to upload:
vivoxsdk.dll
vivoxsdk.lib
vivoxsdk.pdb
Step 2: Upload Files to Your Server
Important: Before uploading, stop your V Rising server from the GPORTAL panel to prevent data loss or corruption.
- Connect to your server using an FTP client, we recommend FileZilla, you can download it here:
https://filezilla-project.org/ - Find your FTP login info in your GPortal panel under: Status > Access Data
- Upload the three files to the following directory on your server:
/VRisingServer_Data/Plugins/x86_64/ - Overwrite any existing files if prompted
Step 3: Create and Upload ServerVoipSettings.json
- Open a text editor — we recommend Notepad++ to avoid formatting issues
- Create a new file and name it: ServerVoipSettings.json
- Paste the following template and replace placeholders with your Vivox project info:
{
"VOIPEnabled": true,
"VOIPIssuer": "replace with Token Issuer",
"VOIPSecret": "replace with Token Key",
"VOIPAppUserId": "",
"VOIPAppUserPwd": "",
"VOIPVivoxDomain": "replace with Domain",
"VOIPAPIEndpoint": "replace with Server Link",
"VOIPConversationalDistance": 14,
"VOIPAudibleDistance": 40,
"VOIPFadeIntensity": 2.0
}
- The remaining fields can stay blank or set to default
- It should look like this:

- Save the file and upload it via FTP to this folder:
/save-data/Settings/ - Once all files are in place, go back to your GPORTAL panel and start the server
- Voice chat should now be enabled in-game