How to Host a Dedicated Server

Follow these instructions if you wish to host your own Dedicated Server.

Download Dedicated Server build

If you have the base Voyagers of Nera game in your library, you can find the Dedicated Server build in your library under Tools:

9adca044-49fe-4e78-acf5-6aa7063da9d4.png

To download the dedicated server build without purchasing the game, you must use SteamCMD, a command line tool often used for downloading dedicated servers. To install from SteamCMD, run

### In steamcmd.exe console
login anonymous
app_update 3937860

Configure Port-Forwarding

While the dedicated server is downloading, you should configure port-forwarding if your host machine is not set up to take inbound traffic from the internet (i.e. become a server).

Port-forward UDP 7777

Voyagers of Nera uses port 7777 by default, so you may need to port-forward port 7777 with protocol UDP from your router to the machine hosting your Dedicated Server.

Configure Your Server

Dedicated Server settings are configured in different INI files, which are special text files the game uses to configure things like Server Display Name, Passwords, Gameplay Settings, and more. Follow these steps when setting up your server for the first time:

  1. Run your Dedicated Server application, which will generate the initial configuration files for you. Let the app run until you see the folder mentioned in the next step created on your hard drive. Then close the server application.

    3112f464-9c2c-4e23-961d-e485d524da4c.png

  2. Locate the folder which contains the INI configuration files at {InstallRoot}\\BoatGame\\Saved\\PersistedData\\nera_dedicatedserver\\CustomConfig\\ in Windows Explorer.

  3. Use the table below to view all existing supported settings. To configure a setting, open the INI file in a text editor application (such as Notepad). Each line will either have a bracketed name like [/Script/BoatGame.BGGameUserSettings] or will look like someKey=someValue. The lines with an = are used to set values of different configurations.

  4. Save any changes to your INI file, and the next time you start your server they will be used!