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.

Server Help serverUsers in sbinit.config

Discussion in 'Multiplayer' started by vladesch, Jul 23, 2016.

  1. vladesch

    vladesch Void-Bound Voyager

    Cant seem to get this going.
    Currently I have

    {
    "assetDirectories" : [
    "..\\assets\\",
    "..\\mods\\"
    ],

    "storageDirectory" : "..\\storage\\",

    "defaultConfiguration" : {
    "gameServerBind" : "*",
    "queryServerBind" : "*",
    "rconServerBind" : "*",
    "serverName" : "Vlads server",
    "runQueryServer" : true,
    "serverUsers" : {
    "vladesch" : {
    "admin" : true,
    "password" : "hidden"
    }
    }
    }

    }

    but it doesnt says invalid user or wrong password.
    I've tried moving serverusers out of defaultconfiguration, but that doesnt work either.
    Also runQueryServer doesnt seem to be taking effect either.
    Maybe soneone has a working sbinit.config they could paste into a post?
     
  2. vladesch

    vladesch Void-Bound Voyager

    Ahh, thanks. It's working now.
    I guess this will fix up my runServerQuery problem too.
     
  3. Qhiliqq

    Qhiliqq Orbital Explorer

    Hi,

    wat was the error?
    Have the same issue...
     

Share This Page