How to set a Vintage Story server password

Vintage Story Server Password

By default, your Vintage Story server is open to the public. You can change this by setting a password. This guide will show you how to do that in a few simple steps.

Setting a password

  1. Start your server
  2. Pause your server
  3. Open your server's files
  4. Edit the gameserver/savegame/data/serverconfig.json file
  5. Find the line saying "Password": "",
  6. Put your password between the right pair of quotation marks
  7. Save the file
  8. Restart your server

Example config file

Here is an example of how the password line in your serverconfig.json file could look like:

{
  "Password": "YourSecretPasswordHere"
}