pboardman / starbound-docker

Starbound server docker image
7 stars 5 forks source link

How do I change server-settings.config? #7

Open nrgbistro opened 4 years ago

nrgbistro commented 4 years ago

I have made modifications to server-settings.config in /starbound/stoage/ but when I restart the server the changes I've made get overwritten. How do I make these changes persistent? I've mounted /server/steamcmd/starbound to a directory on the host. Do I need to make changed with ENV variables? Or mount a different folder?

nrgbistro commented 4 years ago

Update: it seems that the settings do save, but when I try to add in users under serverUsers, restarting the container adds a .old filetype to my config file and regenerates the default starbound_server.config. I am able to change allowAnonymousConnections to false and it saves without regenerating the config, but I can't add in new user groups.

I followed this guide: https://nodecraft.com/support/games/starbound/adding-user-accounts-to-your-starbound-server to add in new users. Am I doing something wrong here?