How to set a 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
- Start your server
- Pause your server
- Open your server's files
- Edit the
gameserver/savegame/data/serverconfig.json
file - Find the line saying
"Password": "",
- Put your password between the right pair of quotation marks
- Save the file
- 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"
}