---
title: How to Enable God Mode
description: Want to give a player special powers? This guide shows how to grant God Mode by adding their SteamID64 to a config file.
source: "https://nodecraft.com/support/games/scum/how-to-enable-god-mode"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMTkyMHg1NTAvYzg1NTJkZGUyYy9zY3VtLWxhbmRpbmctMS0wLTAucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzYwMHgxNzgvYjBjZjUwYjRiMS9zY3VtLWxvZ28uc3ZnIn0seyJuYW1lIjoiY3RhX3RleHQiLCJ0ZXh0IjoiQ3JlYXRlIHlvdXIgb3duIHNlcnZlciEifSx7Im5hbWUiOiJ0ZXh0IiwidGV4dCI6IkhvdyB0byBFbmFibGUgR29kIE1vZGUifV0&s=cdc65fddc580bd8040c3d711845525048cca96f88adae1cd7e586ed3c270892e"
published: "2025-12-15T16:18:23.619Z"
updated: "2025-12-15T16:18:23.578Z"
---

# How to Enable God Mode

Want to give a player special powers? This guide shows how to grant God Mode by adding their SteamID64 to a config file.

Want to give a player special admin abilities like God Mode? This guide will walk you through the steps to add a SteamID64 to the `AdminUsers.ini` file and enable God Mode on your server.

## Using the Control Panel

1. Go to [https://www.steamidfinder.com](https://www.steamidfinder.com) and search the player’s profile.

  ![Steam ID 64 Highlighted](https://cms-a.nodecraft.com/f/133932/277x113/bbc657404f/scum-god-1.png/m/)
2. Copy their SteamID64 (Dec) value.
3. Stop your server from the Nodecraft panel.

  ![Shows Server Offline](https://cms-a.nodecraft.com/f/133932/308x151/15178ac0d1/scum-reset-1.png/m/)
4. Go to the Server Files section in the panel.
5. Open `/SCUM/Saved/Config/WindowsServer/AdminUsers.ini`.

  ![AdminUsers.ini selected in WindowsServer](https://cms-a.nodecraft.com/f/133932/719x295/a1fe755eb5/scum-god-2.png/m/)
6. Add their SteamID64 followed by `[SetGodMode]` on a new line.

  Example:

  ```
  71234567890123456[SetGodMode]

  ```

  ![AdminUsers with SetGodMode added](https://cms-a.nodecraft.com/f/133932/492x290/0b3fa9d65f/scum-god-3.png/m/)
7. Save the file.
8. Start your server again from the panel.

  ![Start server selected](https://cms-a.nodecraft.com/f/133932/299x102/2ca1affe67/scum-reset-4.png/m/)

Once the server is running again, the player should now have God Mode enabled. You can remove or adjust their permissions at any time by editing the same file.

---

##
