How To Configure Your Eco Server
Learn how to edit your Eco server settings including server name, world size, password, and more.
Eco server settings are stored in configuration files inside the Configs folder on your server. You can edit these through the XGamingServer panel's file manager.
Accessing Config Files
- Log in to the XGamingServer Panel and select your Eco server.
- Click Files in the sidebar.
- Navigate to the Configs folder.
The main configuration files are:
| File | Purpose |
|---|---|
Network.eco | Server name, ports, public/private visibility |
WorldGenerator.eco | World size, terrain settings (requires wipe to apply) |
Difficulty.eco | Meteor timer, difficulty settings |
Users.eco | Whitelist and admin list |
Key Settings
Server Name
Open Network.eco and edit the Name field:
"Name": "My Eco Server"Server Description
Also in Network.eco, edit the Description field:
"Description": "A friendly Eco server"Making Your Server Public or Private
In Network.eco, set PublicServer to true or false:
"PublicServer": trueGame and Web Ports
The default ports are 3000 (UDP) for the game and 3001 (TCP) for the web interface. These are set in Network.eco:
"GameServerPort": 3000,
"WebServerPort": 3001World Size
World size is set in WorldGenerator.eco. This requires a server wipe to apply. Keep map dimension values divisible by 4:
"Size": {"x": 100, "y": 100}Applying Changes
After editing config files via the file manager, restart your server for the changes to take effect.
⚠️ Important: Changes to
WorldGenerator.eco(world size, terrain) will not apply until you wipe and regenerate the world.
💡 Tip: Back up your
ConfigsandStoragefolders before making major changes so you can restore if something goes wrong.
How is this guide?
