1. how to disable Secure.server in linux using lgsm method running into issues
     
  2. Wulf

    Wulf Community Admin

    The setting would be server.secure, just change it to 0 or false.
     
  3. if i put in the rustserver parameter where would i go ?
     
  4. Wulf

    Wulf Community Admin

    I'm not familiar with LGSM, but it'd go wherever the other parameters are placed.
     
  5. Code:
    +server.saveinterval ${saveinterval) +rcon.ip ${ip} +rcon.port ${rconport} +rcon.password \"${rconpassword}\" -logfile ${gamelogfile}"
    ??
     
  6. Wulf

    Wulf Community Admin

    That would be the place, yes.
     
  7. don't work
     
  8. Wulf

    Wulf Community Admin

    Could you show me the exact change you made including the rest?
     
  9. Code:
    Start parameters:
    ./RustDedicated -batchmode server.secure false +server.ip 142.4.208.99 +server.per.worldsize 4000 
     
  10. Wulf

    Wulf Community Admin

    If the original had variables, I'd leave those there for use with LSGM:
    Code:
    +server.saveinterval ${saveinterval) +rcon.ip ${ip} +rcon.port ${rconport} +rcon.password \"${rconpassword}\" -logfile ${gamelogfile} +server.secure false"
    Otherwise:
    Code:
    ./RustDedicated -batchmode -nographics +server.ip 142.4.208.99 +server.worldsize 4000 +server.secure false
     
  11. Code:
    +server.secure: command not found
     
  12. Code:
    ./RustDedicated -batchmode -nographics +server.ip 142.4.208.99 +server.worldsize 4000 +server.secure false
    how would i go about doing this?