Set a Server Password for a Vintage Story Server

A password can be used to create an extra layer of protection to your Vintage Story server from unwanted players. This will allow you to add or remove a server password for your server.

Set a password via Console

  1. Login to Command Center.
  2. From the Servers list, find the server you want to modify, and click the Manage button on the right.
  3. From the server you selected, you should already be on the Console tab, but if not, select it.
  4. Use one of the following commands.

Add Password

Type in /serverconfig password <password> replacing <password> with the password to use, and press Enter.

Remove Password

Type in /serverconfig nopassword and press Enter.

Set the password via Config

If the command to set the password does not work, or the server is offline, the password can also be set via config.

  1. Login to Command Center.
  2. From the Servers list, find the server you want to modify, and click the Manage button on the right.
  3. Select the Files tab.
  4. Click on the data folder, then click on serverconfig.json to open the file.
  5. Find the setting "Password" and change the setting to one of the following.

Add Password

Type in any value surrounded by quotes, then save the file and restart the server. The config should look like the following:

"Password": "password123",

Remove Password

To remove a password, change the setting to null without the quotes, then save the file and restart the server. The config should look like the following:

"Password": null,