Adding your self as an Admin is Starbound is as easy as following the steps below:
- In your Starbound server select File Manager
- Click Storage
- Open
starbound_server.config
- Scroll to the bottom and find the section labeled "serverUsers"
Now that you have found the spot to add users you can add the users you need to in this format:
"your admin user name" : {
"admin" : true,
"password" : "set and admin password"
}
For example, after adding two users one admin and the other normal user your serverUsers section would look like this.
"serverUsers" : {
"firstusername" : {
"admin" : true,
"password" : "MyPa33word%"
},
"secondusername" : {
"admin" : false,
"password" : "MyOth3rPwrd&"
}
},
Save the changes and reboot your server so that you can use your newly found admin powers.