s&box Steam ID Resolver
Convert any Steam profile URL, vanity URL, SteamID2 (STEAM_0:0:...), or SteamID3 ([U:1:...]) into the SteamID64 format that users/config.json and most server tools require. All formats shown side-by-side with copy buttons.
Auto-detects SteamID2 / SteamID3 / SteamID64 / profile URL / vanity URL — vanity names are resolved through Steam Community's public XML endpoint.
What's a SteamID64?
SteamID64 is the 17-digit numeric form that Valve's internal systems use to identify a Steam account. It's also what most game-server admin files want — including s&box's users/config.json, The Isle's admin/whitelist, and most BattlEye / RCON allow-lists across the industry. Players see different formats in different places (legacy STEAM_0:0:1, the bracketed [U:1:W], profile URLs, custom vanity names) so a one-stop converter saves a surprising amount of friction.
The Steam ID Formats
| Format | Example | Where you see it |
|---|---|---|
| SteamID64 | 76561197960287930 | Modern admin files, Steam Web API, profile URLs (/profiles/). |
| SteamID3 | [U:1:22202] | Source-engine console, server query tools. |
| SteamID2 | STEAM_0:0:11101 | Legacy. Common in old GMod / CS:S configs. |
| Profile URL | /profiles/7656119... | Numeric URL — copy-pasteable as-is. |
| Vanity URL | /id/gabelogannewell | User-set custom URL — has to be resolved via Steam Community. |
How the conversion works
SteamID64 is just 76561197960265728 + W where Wis the account number. SteamID2 splits W into two halves: its lowest bit becomes the "Y" (auth server) and the rest becomes "Z" (account number). SteamID3 just shows the raw W in brackets. Vanity URLs (/id/<name>) are unique per-account and can only be resolved by Steam itself — this tool fetches a small public XML endpoint Steam provides for that.
s&box Steam ID Resolver — FAQ
Is this s&box Steam ID Resolver free to use?
Yes, the s&box Steam ID Resolver is 100% free — no signup required, no hidden fees, no downloads. Everything runs in your browser.
How accurate is the s&box Steam ID Resolver?
Values are pulled from the s&box game files and community-verified formulas. Results match what you see in-game, and we update the tool when the game gets major patches.
Can I host a s&box server with XGamingServer?
Yes. XGamingServer offers instant s&box server hosting with mod support, automatic backups, DDoS protection, and 24/7 support. All popular game settings are pre-configured.
Does the Steam ID Resolver work on mobile?
Yes, the Steam ID Resolver is fully responsive and works on desktop, tablet, and mobile browsers.
You might also need
Launch Command Builder
Build the exact sbox-server.exe launch command — +game (published or local .sbproj), +hostname, +port, +net_query_port, +net_game_server_token, optional map package. Validates branch (main/staging) requirements and outputs ready-to-run Run-Server.bat / run-server.sh.
SteamCMD Builder
Generate copy-paste SteamCMD install/update scripts for the s&box Dedicated Server (app 1892930). Main vs staging branch toggle, validate option, anonymous login, side-by-side Windows .bat and Linux .sh.
users/config.json Generator
Visual editor for the s&box dedicated server admin file — add multiple Steam accounts with their SteamID64, display name, and claims (kick, ban, restart, plus your own custom claims). Validates SteamID format and outputs paste-ready users/config.json.
RPC Generator
Generate s&box [Rpc.Broadcast], [Rpc.Owner], and [Rpc.Host] method skeletons in C#. Configure NetFlags (Unreliable, Reliable, SendImmediate, DiscardOnDelay, HostOnly, OwnerOnly), define typed parameters, and copy ready-to-paste code with the right attribute, signature, and Rpc.Caller hook.

Config Tool Built Into XGamingServer
Get managed s&box hosting with this tool in your panel — configure, deploy, and play in minutes. No file uploads needed.