---
title: How to Get Player Identifiers for RedM
description: Learn how to get player identifiers for RedM including Rockstar License IDs, FiveM IDs, Discord IDs, and more.
source: "https://nodecraft.com/support/games/redm/general/how-to-get-player-identifiers-for-redm"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvZmY1NmU0ZWExNC9yZWRtLWxhbmRpbmctMS0wLTIucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzE2Njd4NzUwL2UwYTJmMDk1ZDIvY2Z4cmVfcmVkbS1sb2dvLWZsYXQtbmVnLnBuZy9tLyJ9LHsibmFtZSI6ImN0YV90ZXh0IiwidGV4dCI6IkNyZWF0ZSB5b3VyIG93biBzZXJ2ZXIhIn0seyJuYW1lIjoidGV4dCIsInRleHQiOiJIb3cgdG8gR2V0IFBsYXllciBJZGVudGlmaWVycyBmb3IgUmVkTSJ9XQ&s=1b78fe1ae2839d167a54f0ffdffab26c1ef7c1a97c9c4ad12e7b2588afc3fefe"
published: "2025-03-16T23:34:07.000Z"
updated: "2025-03-16T23:31:00.000Z"
---

# How to Get Player Identifiers for RedM

Learn how to get player identifiers for RedM including Rockstar License IDs, FiveM IDs, Discord IDs, and more.

## What are Player Identifiers?

Player Identifiers are unique ID numbers used by RedM to identify players for actions like bans and whitelisting. These identifiers must follow a specific format to be recognized by the server when entered manually. Below, we’ll cover the different identifier formats and how to obtain them.

**Note: The FiveM ID that is referenced in this article is the correct name for it. While originally developed for FiveM, it works with RedM as well.**

## Player Identifier Types

There are multiple types of player identifiers, but the **Cfx team recommends using FiveM IDs for the best security**, with **Discord IDs** as the second-best option. Some server owners use multiple ID formats when banning players to make evasion more difficult.

| Type ID | Provider | Type | Data Type |
| --- | --- | --- | --- |
| fivem | Cfx.re | User ID | int |
| discord | Discord | User ID | int |
| steam | Steam | Steam ID | hex |
| license | Rockstar Online Services | Hash | hex |
| license2 | Rockstar Online Services | Hash | hex |
| ip | IP Address | IPv4 | string |
| xbl | Xbox Live | - | int |
| live | Microsoft PUID | Passport Unique Identifier | int |

## How to Find Player Identifiers

When a player joins a RedM server, their identifiers are stored in the server database and logged in the console (e.g., Nodecraft's server control panel). Server admins can retrieve them there.

🛑**Note: We highly recommend using the FiveM ID option, as it provides the highest level of security. The Steam ID option should *****only***** be used as a last resort, as it offers the least security.**

If players need to find their own identifiers (e.g., for whitelist applications), they can follow the instructions below:

### FiveM ID

1. Visit the [cfx.re forums](https://forum.cfx.re/u)
2. Click your **Player Icon** in the top right.
3. Select **Profile** at the bottom of the icon list.
4. Click **Summary** from the left menu.![cfxre id for fivem](https://cms-a.nodecraft.com/f/133932/1165x441/1b98b84f68/cfxre_id_fivem.png/m/1000x0/smart)
5. Click **Expand** and copy the identifier that starts with `fivem:`(including all numbers).![step 2 of cfxre id](https://cms-a.nodecraft.com/f/133932/1124x182/c9042f8c2e/cfxre_id_fivem_1.png/m/1000x0/smart)![step 2 of cfxre id](https://cms-a.nodecraft.com/f/133932/1173x261/6a1655a4a2/cfxre_id_fivem_2.png/m/1000x0/smart)

---

### Discord ID

1. Open **Discord** and go to **User Settings** (bottom left cogwheel).
2. Scroll to **Advanced** under **App Settings**.
3. Enable **Developer Mode**.![Discord ID for FiveM](https://cms-a.nodecraft.com/f/133932/1015x941/92024bbd2f/discord_id_fivem.png/m/1000x0/smart)
4. Right-click your username and select **Copy User ID**.

---

### Steam ID

1. Go to [SteamID.net](https://steamid.net)
2. Enter your **Steam Username**.
3. Copy the **SteamID64 (Hex)** format.![SteamID.net has a lookup player using a steam ID field which then returns steam IDs in various formats for that player.](https://cms-a.nodecraft.com/f/133932/1571x748/245ac223ea/steamid.png/m/1000x0/smart) eamID64 (Hex) ID

---

#### License - Rockstar Online Services

1. Follow the steps above to obtain your **SteamID64 (Hex)**.
2. Use our **hash generator** below to convert it into a Rockstar license.

  - You will need to use the format `steam:<hexid>` where `<hexid>` is the ID you retrieved above.

---

## Using Rconlog Resource as a Server Admin

If the **rconlog** resource is enabled, admins can use the command:

```
status
```

This will return a list of players, including their **primary identifier, server ID, name, endpoint, and ping**.

## Need Help?

If you have questions or run into any issues, our support team is here to help! Reach out using the support widget on our website or visit our **[support center](https://nodecraft.com/support)** for further assistance.
