How to set a Eco server password

Eco Server Password

By default, your Eco 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/Configs/Network.eco 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 your Network.eco file could look like:

{
  "PublicServer": false,
  "Playtime": "",
  "Password": "YourSecretPasswordHere",
  "Description": "Eco Server",
  "DetailedDescription": "",
  "ServerCategory": "None",
  "IPAddress": "Any",
  "RemoteAddress": "",
  "WebServerUrl": "",
  "GameServerPort": 3000,
  "WebServerPort": 3001,
  "RconServerPort": 3002,
  "RconIPAddress": "Any",
  "RconPassword": "",
  "Rate": 20,
  "MaxConnections": -1,
  "ReservedSlots": 0,
  "ID": "f5ad7e4e-b41e-4274-a33d-c942560289d8",
  "Passport": "620f879e-5bc9-4389-a276-f8343c4868ae",
  "UPnPEnabled": true,
  "RelayServerAddress": ""
}