How to set a 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
- Start your server
- Pause your server
- Open your server's files
- Edit the
gameserver/Configs/Network.eco
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 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": ""
}