Difference between revisions of "Become admin in Starbound"
Line 35: | Line 35: | ||
[[Category: Issue starbound]] | [[Category: Issue starbound]] | ||
[[Category: Characteristic configuration]] | [[Category: Characteristic configuration]] | ||
+ | [[es:Conviértete en administrador en Starbound]] |
Latest revision as of 08:20, 28 July 2021

Rent now your own prepaid Starbound Server at nitrado.net
Introduction
This tutorial explains how to create an admin account on a Starbound Gameserver.
Creating the admin account
To create an admin account, we'd first need to open the server's configuration file. Open the "Settings" -> "Configuration files" section of the server's Webinterface. Now, select the "Starbound.config" to open it and search for a line stating "serverUsers":
You'll be able to add admin users in the named array like this:
"serverUsers" : { "TestAdmin" : { "admin" : true, "password" : "ASUdgb83" } },
The above code adds a user with the name "TestAdmin" authenticated by the password "ASUdgb83".
Login with an admin account
During the connection to the server, enter the admin name and password if prompted:
It's now possible to enable admin functions by executing "/admin" in the in-game console.