How to Make Your Starbound Server Private Through User Accounts

Starbound does not have a standard whitelisting system. However, it is possible to create user accounts with usernames and passwords to restrict server access to players who know a user account's credentials. Multiple users can connect via one user account, meaning that you only need to create one non-admin user account and one admin user account.

Making Your Server Private

  1. Log in to your control panel and Stop your server.
  2. Navigate to FilesFTP File Access.
  3. Access the web-FTP client by entering the same password that you use to access the server control panel.
  4. Navigate to the /storage/ folder.
  5. Click the Edit button next to the file starbound_server.config.
  6. Change the allowAnonymousConnections setting from true to false.

Adding User Accounts

  1. Locate the ServerUsers section in the starbound_server.config file.
  2. Add the following lines between the brackets for however many user accounts you want to create.
    • It is possible to grant admin permissions to users logging in via a specific user account. For more details on this, check out our guide on adding admin users.
    • If you are creating multiple user accounts, ensure that you add a comma (`,`) after each closing bracket, with the exception of the last user account. See the example below.

    "USERNAME_HERE": {
     "admin" : false,
     "password" : "PASSWORD_HERE" }
  3. Click Save and Start your server.

You have now made your server private! When connecting to your server, enter the username and password for one of your user accounts.

To learn more about connecting to your server via your newly created user accounts, check out our guide on Joining a Starbound server.

If you require any further assistance, please contact our support at: https://shockbyte.com/billing/submitticket.php

Mitchell Smith

Managing Director @ Shockbyte

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Reset Your Starbound World

If you would like to start over with a brand new Universe on your Starbound server, you can...

How To Setup RCON on Your Starbound Server

RCON is a useful tool that allows server owners to enter console commands to the server without...

How to Join Your Starbound Server

To get started, make sure your server is up and running by clicking Start on your control panel....

How to Enable Querying on Your Starbound Server

Querying is a useful tool that provides server information to the user. It shows data such as...

How to Download Your Starbound Save

If you want to have a local backup of your Starbound world or wish to play it on singleplayer,...