How to become an Admin at StarBound

From 4netplayers Support Wiki
Revision as of 15:18, 19 May 2021 by Michael (talk | contribs) (Created page with "{{LP-Banner-STARBOUND}} In this article we describe how to become an admin on your StarBound server.<br> However, for this to work, your configuration must be in ''Advanced M...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Rent a StarBound server
Rent your own StarBound server now at 4Netplayers.com

In this article we describe how to become an admin on your StarBound server.
However, for this to work, your configuration must be in Advanced Mode.

1. Open the configuration for your server.
Click on the name of your server or the grey cogwheel in the server overview.
2. On the left click on starbound_server.config.
3. In the text editor scroll down to

  "serverUsers" : {
  },

4. admin entries are created according to the following template:

  "serverUsers" : {
     "AdminName" : {
         "admin" : true,
         "password" : "YourPW"
         }
  },

5. You can of course enter more than one admin:

  "serverUsers" : {
     "AdminName1" : {
         "admin" : true,
         "password" : "YourPW1"
         },
     "AdminName2" : {
         "admin" : true,
         "password" : "YourPW2"
         },
     "AdminName3" : {
         "admin" : true,
         "password" : "YourPW3"
         }
  },

6. click on Save and restart your server
.
To access adminfeatures ingame, enter the name and the corresponding password when connecting to the server.
You can then access the admin menu via the /admin command.