---
title: Enabling Cheats on your Unturned Server
description: Learn how to enable cheats on your Unturned server. This guide will take you through the steps to get cheats enabled.
source: "https://nodecraft.com/support/games/unturned/enabling-cheats-on-your-unturned-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvNmM5ODg4N2Y3Yy91bnR1cm5lZC1sYW5kaW5nLTEtMi0wLnBuZy9tLyJ9LHsibmFtZSI6ImdhbWVfbG9nbyIsImltYWdlX3VybCI6Imh0dHBzOi8vY21zLWEubm9kZWNyYWZ0LmNvbS9mLzEzMzkzMi8zNzV4MTUwL2ZiMTQxYzdiM2EvbG9nby5wbmcvbS8ifSx7Im5hbWUiOiJjdGFfdGV4dCIsInRleHQiOiJDcmVhdGUgeW91ciBvd24gc2VydmVyISJ9LHsibmFtZSI6InRleHQiLCJ0ZXh0IjoiRW5hYmxpbmcgQ2hlYXRzIG9uIHlvdXIgVW50dXJuZWQgU2VydmVyIn1d&s=9df54086724836da37e79313c0f0bb3633cf74085ebadabbb4b099284a331230"
published: "2019-06-20T21:29:03.047Z"
updated: "2020-09-18T17:36:00.000Z"
---

# Enabling Cheats on your Unturned Server

Learn how to enable cheats on your Unturned server. This guide will take you through the steps to get cheats enabled.

In order to turn on cheats on your Unturned server, you will have find and edit the `commands.dat` file that controls server configuration.

`commands.dat` is located at `/Servers/unturned/Server`

![A view of the Nodecraft control panel file manager, showing Unturned commands.dat file](https://s3-assets.nodecraft.com/attachments/NlDrvzFpQbCeAYW3xD7Z_Unturned_cheats_enabled_commandsdat.png)

Click the small square button to the left of `commands.dat` in the file manager, and then click the `Edit` button that appears.

![A view of the Nodecraft file manager window, showing commands.dat selected and the edit button that has appeared.](https://s3-assets.nodecraft.com/attachments/EmR0TSWQayHoGlKcVcVA_Unturned_cheats_enabled_edit.png)

and you should see the `commands.dat` file, which will mostly be empty

![A view of the blank commands.dat file being edited.](https://s3-assets.nodecraft.com/attachments/l7QNWBxWQTGq0NhnWGag_Unturned_cheats_enabled_edit_filecontents.png)

## Enable the Cheat Mode on the Server

While `commands.dat` is open, add the following line:

```
Cheats Enabled
```

It is case sensitive! Both words need to be capitalized. The `commands.dat` will look something like the screenshot below.

![A view of the file manager of Nodecraft's control panel showing the file commands.dat being edited](https://s3-assets.nodecraft.com/attachments/FaJrlIL5RS9Myf3PjVfa_Unturned_cheats_enabled_setting_cheats.PNG)

If you save the file, and restart the server, your server will have cheats turned on. But only a player who has "Admin" status can actually use cheat commands, so you might want to set that too **while you still have **`commands.dat`** open.**

## Setting the Server Owner

Server owners are automatically made Admins too, and you can give yourself server Owner status by adding another config setting to the `commands.dat` file at the same time you are enabling cheats.

Add the line:

```
Owner <Steam64ID>
```

![A view of the config file commands.dat in Unturned being edited, to add cheats enabled and the owner setting](https://s3-assets.nodecraft.com/attachments/alVhfcyQVWH65yRacuxI_Unturned_cheats_enabled_setting_owner.PNG)

Replace `<Steam64ID>` with your actual steam ID number. The Steam64ID is a specific format of ID number used by steam. If you already know your own Steam64ID number, simply add it, save the file, and you're done. If you don't know your number the following section tells you how to find that information out.

## How to Find your Steam ID

The easiest way to find it is by visiting https://steamid.net/ and simply entering the username. However, it can also be done another way.

You can find your Steam64ID number by viewing your profile, if you have the URL bar enabled in Steam.

The URL bar looks like the screenshot below, so if you see that you simply need to view your own profile, and your Steam ID will appear as a long number at the end of the URL. Copy and paste your Steam64ID number and you're done.

![A picture of the Steam launcher, showing the url bar](https://s3-assets.nodecraft.com/attachments/6AfUZigvT1SMAObVREqY_Unturned_cheats_enabled_steam_url_bar.png)

### How to Find the URL Bar

Click on the "view" option, on the menu in the upper left corner of Steam, and then click on "settings" in the dropdown menu that appears.

![A view of Steam's Launcher, showing how to reach the settings page](https://s3-assets.nodecraft.com/attachments/Zs040MKJRkeV2PB4ERwm_Unturned_cheats_enabled_steam_settings.png)

On the "settings" window, click on "interface" on the left side.

![A view of Steam's launcher, showing how to reach the interface subpage in settings](https://s3-assets.nodecraft.com/attachments/jXcaygh5RimUmeqjuSCt_Unturned_cheats_enabled_steam_interface.png)

On the "interface" page, find the setting for "Display Steam URL address bar when available", and click the box to the left of it.

![A view of the interface settings page, showing display steam url being selected](https://s3-assets.nodecraft.com/attachments/bTGwKPSQcGmvl8iSRgQL_Unturned_cheats_enabled_steam_display_url.png)

Now you should have the URL bar enabled, and simply view your Steam Profile page, and the long number at the end should be your Steam64ID

## If no number shows at the end of the URL bar?

That usually means you have a custom URL set on your profile page, and that will prevent the number from showing as part of the URL. *Don't disable your custom URL, as another customer could then take it, and begin using it*.

Instead you can copy and paste the URL onto this online tool https://steamid.net/, and it will show you your Steam64ID number (as well as some other formats of ID numbers used by Steam).
