🔥 PyroSoft Tools

PSN Account ID Finder

Remote Play clients like Chiaki ask for your PlayStation Network Account ID — a base64 value, not your online name. This finds it in two steps.

100% Free No sign-up Account details never stored

Step 1

Sign in at PlayStation

Opens Sony's own login page. Your password is entered on my.account.sony.com and never touches this site.

Sign in with PlayStation

After signing in you land on a page that looks blank or says “redirect”. That is expected — the part you need is in the address bar.

Step 2

Paste the address

Copy the whole address bar contents. The code inside it works once and expires within moments.

Free, and built on open source

This tool is completely free — no account, no limits beyond basic abuse protection, no catch. It is a PHP port of the psn-account-id.py script from Chiaki, the free and open source PlayStation Remote Play client by thestr4ng3r, who thanked grill2010 in the original script. Chiaki's GPL‑3.0 licence lives in that archived repository; the copy we worked from lives in this Chiaki fork.

Not affiliated with or endorsed by Sony Interactive Entertainment. PlayStation and PSN are trademarks of Sony Interactive Entertainment Inc.

What happens to your data

  • You authenticate directly with Sony. This site never sees your PlayStation email or password.
  • The pasted code is exchanged for a short-lived token, used once to read your account ID, then discarded.
  • Nothing is written to disk — no database, no logs of codes, tokens or IDs.
  • Lookups are rate limited per network so the tool stays available.