---
title: How to Set Up VoIP for Your V Rising Dedicated Server
description: Learn how to set up your V Rising dedicated server so that Voice Chat works through VoIP and you can talk with players in game.
source: "https://nodecraft.com/support/games/v-rising/how-to-set-up-voip-for-your-v-rising-dedicated-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvOWNiMmZlNzUzMy92LXJpc2luZy1sYW5kaW5nLTEtMC0wLnBuZy9tLyJ9LHsibmFtZSI6ImdhbWVfbG9nbyIsImltYWdlX3VybCI6Imh0dHBzOi8vY21zLWEubm9kZWNyYWZ0LmNvbS9mLzEzMzkzMi8zNzV4MTUwL2Q5YWEzZGExYmYvbG9nby5wbmcvbS8ifSx7Im5hbWUiOiJjdGFfdGV4dCIsInRleHQiOiJDcmVhdGUgeW91ciBvd24gc2VydmVyISJ9LHsibmFtZSI6InRleHQiLCJ0ZXh0IjoiSG93IHRvIFNldCBVcCBWb0lQIGZvciBZb3VyIFYgUmlzaW5nIERlZGljYXRlZCBTZXJ2ZXIifV0&s=0bf0175febd44244ebaf796a74440e5c6e1e7d1aaba309822b38c55bd3bf37b5"
published: "2022-05-26T22:22:15.818Z"
updated: "2022-05-26T22:57:00.000Z"
---

# How to Set Up VoIP for Your V Rising Dedicated Server

Learn how to set up your V Rising dedicated server so that Voice Chat works through VoIP and you can talk with players in game.

Want to yell at that vampire who just killed you, or talk to your clan in game? This article describes how you can set up server configuration to enable VoIP (Voice over Internet Protocol) for your V Rising dedicated server. This configuration will allow you as a player to talk to the players around you while on the server.

## Sign Up for Unity Vivox

Before creating any configuration files that are needed, it is **necessary** to create and apply for an account with Unity’s product Vivox.

Go to the [Vivox website](https://vivox.com) and begin the process of creating an account. After you have finished signing up, your account must be accepted before you will be able to use Vivox for your server. This can take **multiple days**.

Be sure to read through Unity's [Privacy Policy](https://unity3d.com/legal/privacy-policy) and [Service Agreement](https://unity3d.com/legal/one-operate-services-terms-of-service) as well.

Once your account has been accepted you’ll be able to access all the site’s feature and create an application for your V Rising server.

## Create the ServerVoipSettings.json

In the Nodecraft File Manager locate the `/save-data/Settings` directory. This folder does not exist by default and must be created.

![Nodepanel File Manager explaining how to create a Settings folder for V Rising](https://cms-a.nodecraft.com/f/133932/910x276/c9cb2f3fbe/v_rising_create_settings_folder.png/m/)

In this folder you’ll want to create a new file called `ServerVoipSettings.json`

![Nodepanle File Manager highlighting the config location for ServerVoipSettings.json](https://cms-a.nodecraft.com/f/133932/911x274/cd3cd15620/v_rising_file_manager_voip_config_2.png/m/)

Copy and place the following text into this configuration file.

```language-json
{
    "VOIPEnabled": true,
    "VOIPIssuer": "",
    "VOIPSecret": "",
    "VOIPAppUserId": "",
    "VOIPAppUserPwd": "",
    "VOIPVivoxDomain": "",
    "VOIPAPIEndpoint": "",
    "VOIPConversationalDistance": 14,
    "VOIPAudibleDistance": 40,
    "VOIPFadeIntensity": 2.0
}

```

![An example of the ServerVoipSettings.json in the Nodepanel File Manager](https://cms-a.nodecraft.com/f/133932/522x287/8e307a388e/v_rising_voip_default_example_2.png/m/)

## Create Your Vivox Application

Login to your Vivox account. After going through the tutorial go to the App Dashboard. At the bottom of this page you should see an option to create a new application.

On the first page give your application any name and genre. Game images are not necessary. On the second page select `Vivox Core` for your attribute and `Windows` for your platform, and then click to Create App.

![Creating a Vivox application for V Rising page 1](https://cms-a.nodecraft.com/f/133932/1454x662/4e5e2aefd8/vivox_application_setup_1.png/m/1000x0/smart)

![Creating a Vivox application for V Rising page 2](https://cms-a.nodecraft.com/f/133932/1437x749/9f8dd4f7d7/vivox_application_setup_2.png/m/1000x0/smart)

This will create a Sandbox application which allows for 50 PCU (Peak Concurrent Users).

## Fill in Your Configuration

Open your applications page on your Vivox Dashboard and find the Vivox API Info section.

![Vivox App Dashboard highlighting the created Application](https://cms-a.nodecraft.com/f/133932/1501x852/e5e8650d69/v_rising_vivox_dashboard_app.png/m/1000x0/smart)

![Vivox API Info for created application example](https://cms-a.nodecraft.com/f/133932/1088x612/7c61f18da9/v_rising_vivox_api_info.png/m/1000x0/smart)

All of the information in this section will need be filled in to the `ServerVoipSettings.json` you created earlier.

| Config Line | Vivox API Info Location |
| --- | --- |
| VOIPIssuer | Issuer |
| VOIPSecret | Secret Key |
| VOIPAppUserId | Admin User ID |
| VOIPAppUserPwd | Admin Password |
| VOIPVivoxDomain | Domain |
| VOIPAPIEndpoint | API End Point |

Once your config file has been filled in, you can start up your server and join! Make sure Voice Chat has been enabled in game.

![V Rising Options Menu highlighting how to enable Voice Chat](https://cms-a.nodecraft.com/f/133932/1376x1030/b0b32646d1/v_rising_options_voice_chat.png/m/1000x0/smart)
