Come chat with us and we will get back to you as soon as possible!
Contact SupportHolyHosting
Holy Team

Eco is a survival game with a built-in deadline. Between collapsing ecosystems and the looming meteor, running a dedicated server without admin access is a special kind of suffering. Adding admins unlocks a long list of server commands, useful for moderation, debugging, spawning entities, adjusting the world, and occasionally rescuing the planet you accidentally polluted.
The process lives entirely inside one config file. This guide walks through finding the right Steam identifier, editing the file, validating the JSON, and running commands once you are in game.
Eco identifies admins by their 17-digit SteamID64. Profile names will not work.


Copy that string somewhere handy. You will paste it into the config in a moment.
The admin list lives in `Users.eco`, in the server's config folder.

``` "$values": [ "SteamID64" ] ```

For multiple admins, separate each ID with a comma. A clean line break between entries keeps the file readable:
``` "$values": [ "SteamID64_1", "SteamID64_2", "SteamID64_3" ] ```

Every ID needs its own pair of quotes. A missing quote or stray comma is enough to break the file.
Eco is unforgiving with malformed config files. One stray character and the server crashes the moment it starts. Catching errors before booting saves a lot of confused log reading.


If the validator flags an error, scroll to the line it points to and fix the offender. Usually it is a missing comma, an extra comma after the last entry, or an unmatched quote. Save again and re-validate until it passes.
Once the server is running and you have joined, admin commands are entered through the chat bar.
The chat box prints feedback for success and failure, so you can tell at a glance whether a command landed.

Server crashes on startup. Nine times out of ten this is a JSON error in `Users.eco`. Open the server console and look for parse errors, then run the file through a validator again. If you genuinely cannot find the problem, delete `Users.eco`, restart the server to regenerate a fresh copy, and redo the edit. Faster than staring at brackets for an hour.
"You don't have permission." Either the admin entry did not save, or a digit in the SteamID64 is wrong. Try a basic admin command like `/noon` to confirm the failure. Reopen `Users.eco`, double-check that your edits are still there, and verify the ID character by character. Save, restart, and try again.
Come chat with us and we will get back to you as soon as possible!
Contact SupportSet up a Starbound dedicated server, connect from the game, add admins, enable a whitelist, adjust team size, and install Workshop mods.
Set up a Starbound admin account, enable in-game admin access, and fix common login or permissions errors on your server.
Some Eco players cause more trouble than the actual apocalypse. This guide covers banning, unbanning, and cleaning up the Users.eco file when the standard commands are not an option.