How do I create a Starbound admin account?
Adding your self as an Admin is Starbound is as easy as following the steps below:
- Go to the AleForge Panel
- Go to your Starbound server and select
File Manager - 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"
}
5. 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&"
}
},
6. Save the changes and reboot your server so that you can use your newly found admin powers.