1. I had an issue with not being able to have my description and header being uploaded, but this was fixed with adding a 'server.cfg' file to my server.

    However now I am unable to give other admins permissions that they used to, their names are no longer green and certain commands do not work after restart (e.g. having to type 'bind mouse4 chat.say "/adm" ' each time I log in to my server is a pain). Additionally, I can no longer noclip in building blocked areas making it difficult to help other users

    Can anyone help resolve the problem?
     
  2. Wulf explains adding moderators here: Admin and moderators in Rust | Oxide

    Basically you can put a users.cfg file in the same directory as your server.cfg

    The lines are as follows:
    Code:
    ownerid 'yoursteamidhere' 'yoursteamname' 'reason'
    moderatorid 'moderatorssteamidhere' 'modssteamname' 'reason'
    Every time your server starts up, it will read from the user config file to see who is a mod/owner. That should fix the green chat names. If a player is in the server while you are adding them, they may have to log out and log back in to rust, as you may have to as well.

    For the noclip issue, you will have to start the server up after you create the user config, then create your noclip bindings i.e: 'bind l noclip' (or however you set up your bindings), and after you do that, type 'server.writecfg', which will save your bindings to your steamid. You shouldn't have the problem again after that.