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

  1. Log in to the XGamingServer Panel and select your Eco server.
  2. Click Files in the sidebar.
  3. Navigate to the Configs folder.

The main configuration files are:

FilePurpose
Network.ecoServer name, ports, public/private visibility
WorldGenerator.ecoWorld size, terrain settings (requires wipe to apply)
Difficulty.ecoMeteor timer, difficulty settings
Users.ecoWhitelist 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": true

Game 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": 3001

World 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 Configs and Storage folders before making major changes so you can restore if something goes wrong.

How is this guide?

40% Off — Limited TimeGet your Eco server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page