---
title: Creating ARK’s Exclusive Allow List
description: Learn how to set up your Nodecraft ARK server with an allow list.
source: "https://nodecraft.com/support/games/ark/creating-ark-s-exclusive-allow-list"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvZDFiMTQ3ZmQyNC9hcmstbGFuZGluZy1iYW5uZXItMS0yLTEucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzExMTV4OTA2LzNjZjAzYzAwODMvYXJrLWxvZ28tbGlnaHQucG5nL20vIn0seyJuYW1lIjoiY3RhX3RleHQiLCJ0ZXh0IjoiQ3JlYXRlIHlvdXIgb3duIHNlcnZlciEifSx7Im5hbWUiOiJ0ZXh0IiwidGV4dCI6IkNyZWF0aW5nIEFSS-KAmXMgRXhjbHVzaXZlIEFsbG93IExpc3QifV0&s=d60dd27dea7793fa05a79eabf0e0984bc179c4cbbd82d87ad39f18d658c4d581"
published: "2023-03-15T22:08:37.936Z"
updated: "2024-08-14T15:15:30.000Z"
---

# Creating ARK’s Exclusive Allow List

Learn how to set up your Nodecraft ARK server with an allow list.

While ARK provides the option for a server password, the allow list option specifies exactly who can join your server. This article will show you the steps in creating the list and enabling it on your command line.

## Find Your Player’s IDs

In order to join the server with the allow list, each player’s `Steam64ID` or Epic Game ID are needed. For both Steam and Epic Game IDs, you can load a Single player game and use the command `cheat listplayers` to list your ID. Otherwise we recommend reading our article [How to quickly find Steam ID numbers](https://nodecraft.com/support/games/steam/how-to-quickly-find-steam-id-numbers) for further info about acquiring Steam IDs.

![Ark command listplayers example on Steam](https://cms-a.nodecraft.com/f/133932/2000x311/d16606a833/ark_steam_listplayers.png/m/1000x0/smart)![Ark command listplayers example on Epic](https://cms-a.nodecraft.com/f/133932/2000x371/349dc0eaac/ark_epic_listplayers.png/m/1000x0/smart)

## Create the Allow List

In your Server Files, open the `/ShooterGame/Binaries/Linux` directory. You’ll want to create a new file here called `PlayersJoinNoCheckList.txt`

![Shows PlayersJoinNoCheckList.txt file in the server files](https://cms-a.nodecraft.com/f/133932/694x357/345ba20afa/server-files-playersjoinnochecklist.png/m/)In this file you’ll add each ID onto its own line and save your changes.

![Ark Allow List example](https://cms-a.nodecraft.com/f/133932/2000x284/0f8928fc7a/ark_allowlist_example.png/m/1000x0/smart)

## Enable the Allow List

Now that the server has your player ID’s to verify, you’ll finally enable the allow list. In the Game Settings section of your Nodecraft Pro panel, open the Advanced tab.

![Shows how to add exclusive join to the server arguments](https://cms-a.nodecraft.com/f/133932/988x1134/da28faf199/game-setting-exclusivejoin.png/m/)Add `-exclusivejoin` as a startup argument to your command line, and you're good to start the server! Any player who tries to join that is not on the list will receive the following error instead.

![Ark kick message when joining a server with an allow list](https://cms-a.nodecraft.com/f/133932/2000x951/5e1af17382/ark_exclusive_block.png/m/1000x0/smart)
