Valheim Reference

How to Find a Player ID in Valheim

Find a Valheim player ID for banning, whitelisting, or admin access. Since Valheim 1.0 this is the V_ prefixed ID from the in-game F2 player list, not a bare SteamID64.

Last updated: September 9, 2026

4.9

735+ Satisfied Customers

A Valheim player ID is what you put in adminlist.txt, permittedlist.txt, and bannedlist.txt, and what the /ban, /kick, and /unban commands accept.

What the ID looks like

Since Valheim 1.0, a player ID is a platform prefix followed by that platform’s account ID. For a Steam player it is V_ followed by their 17 digit SteamID64, for example:

V_76561198012345678

Players on other platforms have a different prefix. Whatever it is, use the ID exactly as Valheim shows it, including the prefix.

This is the easiest way and works for anyone currently connected.

  1. Have the player join your server.
  2. While connected, press F2 to open the player panel in the top left.
  3. In the Players section at the bottom, find the player by name. Their Valheim player ID is shown next to it.
  4. Copy the ID exactly, including the V_ prefix. Player IDs are case sensitive.

The Valheim F2 screen with the player list at the bottom of the panel

Any admin on the server can read another player’s ID this way, so the player whose ID you need does not have to check it themselves.

Method 2: Server console logs

If the player cannot join right now, you can pull their ID from the server console. Valheim logs it each time that player connects, next to the character name they joined with.

PlayFab socket with remote ID playfab/**************** received local Platform ID V_76561198012345678
Got handshake from client playfab/****************
Network version check, their:12, mine:12
Server: New peer connected,sending global keys
Got character ZDOID from Naspen : **********:*

In this example the character Naspen joined with the player ID V_76561198012345678, shown as the local Platform ID. Find the character name on the Got character ZDOID from line, then read the local Platform ID from the PlayFab socket with remote ID line a few lines above it.