How to set the maximum clan size on a V Rising server

V Rising Clan Size Limit

By default, the maximum clan size on V Rising servers is set to 4 players. However, you can increase the limit in your server settings. This guide will show you how to do that in a few simple steps.

Changing the maximum clan size

  1. Start your server
  2. Pause your server
  3. Open your server's files
  4. Edit the gameserver/save-data/Settings/ServerGameSettings.json file
  5. Find the line saying "ClanSize": 4,
  6. Replace 4 with the desired maximum clan size
  7. Save the file
  8. Restart your server

Example config file

Here is an example of how the relevant line of your ServerGameSettings.json file would look like if you set the maximum clan size to 20:

  "ClanSize": 20,