With many tools available, setting up admin accounts for a Starbound server can significantly assist in running a server smoothly. Admins can warp themselves or other players, restore lost items, or moderate the server by kicking and banning problematic users. Setting up an admin account is done through the config files and generally only needs to be done for admins; however, if users wish to make their server private, they must set up accounts for all players on the server.
Note: Anyone with the login credentials can use admin accounts. Take care in keeping this info safe.
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Select the Config Files tab and choose Server Config.
4. Navigate to the serverUsers line.
5. Between the brackets, add the following lines:
"EXAMPLE_ADMIN_1": {
"admin" : true,
"password" : "PASSWORD_HERE"
}To add multiple admins, include a comma after the closing brackets. Do not add a comma for the last user, as seen in the example below.
6. Press the Save button.
7. Start the server.
8. Join the server using the admin account credentials.
9. Enter /admin in the chat to enable admin mode. This will make the player invulnerable and unlock all recipes.