-
Notifications
You must be signed in to change notification settings - Fork 38
Home
Daniel Leong edited this page Sep 13, 2016
·
6 revisions
A Title ID, as used in the start
cli command or the startTitle
socket function, is a unique string that identifies a PS4 application. The active Title ID should be listed when you execute ps4-waker search
(see: running-app-titleid
). Below is a table of some known Title IDs:
App | Title ID |
---|---|
Netflix | CUSA00129 |
Amazon Video | CUSA00130 |
Youtube | CUSA01015 |
In addition, the Title ID can be discovered when viewing a game on the PSN Store by looking at the URL in your browser's address bar. For example, the URL for GTAV in the UK is:
So, its Title ID is CUSA00411
Credentials are saved in your HOME directory as .ps4-wake.credentials.json
, unless you provide a custom location (using the -c
flag to the cli). On Linux/macOS that's just ~/.ps4-wake.credentials.json
from the Terminal.