1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Password functionality stopped working after update

Discussion in 'Multiplayer' started by HaRyu, Dec 6, 2013.

  1. HaRyu

    HaRyu Orbital Explorer

    Not really sure what's happened, but after the update, password functionality on my server stopped working.

    I checked the default_configuration.config file, thinking that maybe it got replaced in the update, and yeah it did, it got reverted back to the original default settings. So I went in and changed it back to the password I was using.

    Unfortunately, the server still acts like it uses no password, or uses the two default passwords in the file.
     
  2. TroYy

    TroYy Space Hobo

    having same issue
    CentOS 6.4, currently running x 32 server
    updating with steamcmd actually replaced default_configuration
    changed it back as it was yesterday:
    "serverPasswords" : [
    "",
    "password1",
    "password2",
    "password3"
    ],

    And now with these settings it only accepts pasword2 as right password
     
  3. LordDoberman

    LordDoberman Space Hobo

    Same issue for me.
    Got several 32bits issues for my linux based 64 system but now it's working fine except for the configuration file.
     
  4. FrenchTart

    FrenchTart Subatomic Cosmonaut

    Password is still working fine for me on my Ubuntu 11.04 headless X64 setup. I did have to manually create a config file originally though - from memory it was in the linux64 sub directory.
     
  5. LordDoberman

    LordDoberman Space Hobo

    Hello FrenchTart, it would help us all if you can give us an example of this file.
    The only one I heard about and modified is this one : /starbound/assets/default_configuration.config.

    Thank you for your help
     
  6. FrenchTart

    FrenchTart Subatomic Cosmonaut

    Sure..I'll look at my setup now and post something up in a second.
     
  7. FrenchTart

    FrenchTart Subatomic Cosmonaut

    I start my server by cd'ing to starbound/linux64 and then using the line:

    "screen ./starbound_server"

    in my ~/starbound/linux64 folder I have a file called "starbound.confg"

    the contents of this file are as follows (removed some sensitive stuff):

    Code:
    {
      "rootKey" : "REMOVED",
      "authHostname" : "auth.playstarbound.com",
      "gamePort" : 21025,
      "controlPort" : 21026,
      "authPort" : 21027,
      "claimFile" : "indev.claim",
      "attemptAuthentication" : false,
      "username" : "",
      "passwordHash" : "",
      "windowTitle" : "Starbound - Beta",
      "vsync" : true,
      "renderSleep" : true,
      "renderPriority" : true,
      "waitForUpdate" : true,
      "renderPreSleepRemainder" : 4,
      "maxFrameskip" : 5,
      "sampleRate" : 44100,
      "audioChannels" : 2,
      "audioChannelSeparation" : [-25, 25],
      "pixelRatioIdx" : 3,
    
      "clearUniverseFiles" : false,
      "clearPlayerFiles" : false,
    
      "checkAssetsDigest" : false,
    
      "serverPasswords" : [
        "REMOVED"
      ],
    
      "useDefaultWorldCoordinate" : true,
      "defaultWorldCoordinate" : "alpha:-84936662:-62554636:-13754701:6:12",
      "allowAdminCommands" : false,
      "allowAdminCommandsFromAnyone" : false,
    
      "sfxVol" : 100,
      "musicVol" : 100,
      "windowedResolution" : [1920, 1080],
      "maximizedResolution" : [1920, 1080],
      "fullscreenResolution" : [1920, 1080],
      "fullscreen" : false,
      "maximized" : true,
      "zoomLevel" : 3.0,
      "speechBubbles" : true,
    
      "crafting.filterHaveMaterials" : false,
      "title.connectionString" : ""
    }
     
  8. LordDoberman

    LordDoberman Space Hobo

    Thank you sir, passwords are working again.
     
  9. Dultas

    Dultas Orbital Explorer

    It looks like they added starbound.config to the various arch directories, so it overrides the config in assets for the passwords.
     
  10. FrenchTart

    FrenchTart Subatomic Cosmonaut

    If that's the case I'm glad it didn't override the config I created in linux64 :)
     
  11. nebiz

    nebiz Intergalactic Tourist


    Thanks, this worked perfectly! Of course, mine was in linux 32.
     
  12. Endani

    Endani Space Hobo

    Any Help in getting into mutiplayer anyone?
     
  13. Jonesy

    Jonesy Sarif's Attack Kangaroo Forum Moderator

    Your issue doesn't seem to be related to the one being discussed in this thread. Please make your own, instead of piggybacking on this one.
     
  14. Endani

    Endani Space Hobo

    Ok
     

Share This Page