Rust /// Adding an administrator or moderator Print

  • rust administrator, rust admin
  • 0

You can grant permissions while the server is running or by editing the configuration while it is stopped.

While the server is running

  1. Open Web Console.
  2. Enter ownerid "SteamID64" for an owner or moderatorid "SteamID64" for a moderator.
  3. Run server.writecfg to save the configuration.
  4. Disconnect from and reconnect to the server.

While the server is stopped

  1. Stop the server.
  2. Open Configuration Files.
  3. Click Text Editor for users.cfg.
  4. Add one entry per user:
    ownerid "SteamID64"
    moderatorid "SteamID64"
  5. Save the file and start the server.

Was this answer helpful?

« Back