This guide covers the Eco web admin interface and RCON (Remote Console) access for your Eco server hosted with Legion Hosting. For initial server setup, configuration, and connecting, see Eco Server Setup.
Web Admin Interface
Eco includes a built-in web administration panel that allows you to manage your server through a browser without editing config files directly.
Accessing the Web Admin
- Find your server's IP address and web admin port. The web port is shown in GPanel's Network tab (this is the port assigned to the
WEB_PORTvariable). - Open a web browser and navigate to:
http://<your-server-ip>:<web-port> - Log in using your SLG credentials (the same username and password used in the
SLG_USERandSLG_PWstartup variables).
What You Can Configure
The web admin panel provides access to a wide range of server management features:
- World settings -- day length, meteor timing, world size, and difficulty parameters.
- Economy controls -- adjust skill rates, crafting costs, and collaboration settings.
- Player management -- view connected players, manage admin roles, and review player activity.
- Laws and government -- create, modify, or remove laws and government structures.
- Map overview -- view the world map, land claims, and resource distribution.
- Chat and notifications -- send server-wide messages and manage notification settings.
- Graphs and statistics -- monitor economic data, pollution levels, resource consumption, and ecosystem health.
RCON Access
RCON (Remote Console) allows you to execute server commands remotely without using the web admin panel or being connected as a player.
Enabling RCON
- In GPanel, go to the Startup tab.
- Set a password in the
RCON_PWfield. RCON will not function without a password. - Note the
RCON_PORTvalue -- this is the port your RCON client will connect to. Check GPanel's Network tab for the assigned port. - Restart the server for the changes to take effect.
Connecting with an RCON Client
- Download an RCON client such as mcrcon or any standard RCON-compatible tool.
- Connect using your server IP, the RCON port from GPanel's Network tab, and the password you set in
RCON_PW. - Once connected, you can execute server commands directly. Common examples:
/help -- List available commands /players -- Show connected players /kick <username> -- Kick a player from the server /ban <username> -- Ban a player /announce <message> -- Send a server-wide announcement
Related Articles
- Eco Server Setup
- How to Find Your Server IP and Port
- How to Upload Files via SFTP
- Server Startup Guide
Need Help?
If you experience issues with your Eco server, open a support ticket and include your server IP, a description of the problem, and any relevant console output from GPanel.