How to Add Yourself as an Admin on Your Exfil Server Print

  • 0

To gain admin privileges on your Exfil server, you'll need to add your Steam ID to the AdminSettings.json file using the Text Editor in your Imperium Hosting control panel.

Step-by-Step Instructions:

  1. Log in to the Imperium Hosting Game Panel
    https://tcadmin.imperiumhosting.com:8881/Login

  2. Stop Your Server
    Click the Stop button on your server dashboard to prevent conflicts while editing files.

  3. Go to Configuration Files
    Select the “Configuration Files” option in the control panel.

  4. Open AdminSettings.json Using Text Editor
    Find the file named AdminSettings.json and click “Text Editor” next to it.

  5. Add Your SteamID and Admin Level
    In the file, you will see or need to add an entry in this format:

     
    { "Admins": [ { "SteamID": "76561198000000000", "AdminLevel": 3 } ] }
    • Replace "76561198000000000" with your Steam64 ID.
      You can find your SteamID using: https://steamid.io

    • AdminLevel can usually be set between:

      • 1 = Basic Admin

      • 2 = Moderator

      • 3 = Full Admin

    Example:

     
    { "Admins": [ { "SteamID": "76561198234567890", "AdminLevel": 3 } ] }
  6. Save the File
    Click Save at the top-right corner of the editor.

  7. Restart Your Server
    Head back to your main dashboard and press Start to apply your new admin settings.


That’s it! You now have full admin access on your Exfil server. Use this access responsibly to moderate and manage your community.

Let me know if you’d like a follow-up guide on available admin commands or permissions breakdown.


Was this answer helpful?

« Back