Solved Demoting an admin?

Discussion in 'Rust Discussion' started by Mr_Meowingtons, Feb 22, 2016.

  1. How do I demote an admin on my server?? I've tried remove.ownerid <steamid> and revoke ownerid <steamid> but nothing happened. I even removed him from the users.cfg file but when he logged back in he was still spawning/flying around everywhere. I dont want to ban him just want to demote him..
     
  2. Wulf

    Wulf Community Admin

    removeowner steamid/username

    You also cannot delete the user from the users.cfg without either the server being shutdown, or using 'server.readcfg' after.
     
  3. So if I remove him from the users.cfg and then type server.readcfg it'll fix it without shutting down the server? If I need to I will shut down the server but i'd rather not lol.
     
  4. Wulf

    Wulf Community Admin

    Yes, or just use the removeowner command I mentioned above followed by server.writecfg.
     
  5. Thank you.
     
  6. Is there a similar command for moderators (auth level 1). For instance something like "removemoderator steamid/username"?
     
  7. yes.. it is, like you wrote..

    removemoderator STEAMID
    after it type also
    server.writecfg