Difference between revisions of "Become admin in Starbound"
(Created page with "== 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 ne...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{ADS-Starbound}} | ||
== Introduction == | == Introduction == | ||
This tutorial explains how to create an admin account on a Starbound Gameserver. | This tutorial explains how to create an admin account on a Starbound Gameserver. | ||
Line 32: | Line 33: | ||
[[Category:Starbound]] | [[Category:Starbound]] | ||
[[de:Admin bei Starbound werden]] | [[de:Admin bei Starbound werden]] | ||
+ | [[Category: Issue starbound]] | ||
+ | [[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.