Garry's Mod /// How to add an administrator to the server

  1. Find out your SteamID https://www.steamidfinder.com/
  2. Click on Configuration Files
  3. At the bottom you will see the file "users.txt" and click on "Text Editor"
  4. Enter your nickname and SteamID according to the format shown

    "Users"
    {
    //
    // This is your users file
    //
    // You can use this file to add people as admins on your server
    // Add them to the relevant section
    //
    // If you're a Lua coder you can add your own sections and use them
    // in your script by doing pl:IsUserGroup( "admin" ) etc
    //

    "superadmin"
    {
    //"garry" "STEAM_0:1:7099"
    }

    "admin"
    {
    //"garry" "STEAM_0:1:7099"
    }

    }



  5. Click save and exit
  • Garry adminsitrator
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Garry's Mod /// How to install DarkRP, Counter Strike and other mods

Click on "Mod Manager" in the left menu Then select the desired extensions you want to install...

Garry's Mod /// How do I ensure that the client downloads the necessary modifications when connecting to the server?

If you have a server set up and want to run it, you need the client that connects to have all the...

Garry's Mod /// I'm getting purple icons in the game and ERROR instead of the subject

If you see "ERROR" or purple icons in the game, it means that you as a client have not downloaded...