Garry's Mod /// Adding an administrator to the server Print

  • Garry adminsitrator
  • 0

  1. Find your SteamID at https://www.steamidfinder.com/.
  2. Open Configuration Files.
  3. Click Text Editor for users.txt.
  4. Add your nickname and SteamID to the required group using the format below:
    "Users"
    {
        "superadmin"
        {
            //"garry" "STEAM_0:1:7099"
        }
    
        "admin"
        {
            //"garry" "STEAM_0:1:7099"
        }
    }
  5. Save the file and restart the server.

Was this answer helpful?

« Back