Installation & Setup
To install and run PKGi PS3, you must have a "jailbroken" PlayStation 3. This means your console must be running either Custom Firmware (CFW) or PS3HEN, which enables the installation of custom, unsigned .pkg files.
Prerequisites
- A PS3 running CFW (e.g., Evilnat, Rebug) or HEN.
- A USB Flash Drive formatted to FAT32 with an MBR (Master Boot Record) partition table. (The PS3 cannot natively read exFAT or NTFS from the XMB Package Manager).
- An active internet connection on your PS3.
Installing the Application
- Download the Release: Navigate to the project's GitHub Releases page and download the latest
pkgi-ps3.pkgfile. - Transfer to USB: Copy the
pkgi-ps3.pkgfile to the root directory (the top level, not inside any folder) of your FAT32 formatted USB drive. - Insert into PS3: Plug the USB drive into one of the front USB ports on your PlayStation 3.
- Install via XMB:
- Turn on your PS3 and navigate to the Game column on the XMB (XrossMediaBar).
- Select Package Manager $\rightarrow$ Install Package Files $\rightarrow$ Standard.
- You should see
pkgi-ps3.pkglisted. Select it with X to begin the installation. - Launch: Once the installation finishes, the PKGi PS3 application will appear on your XMB, specifically under the Network tab (not the Game tab).
Initial Setup (Providing a Database)
By default, PKGi PS3 comes with an empty database. The application does not contain any download links. You must provide a text file containing the items available for installation.
There are two ways to populate the database: manually via USB/FTP, or automatically via URL syncing.
Method 1: Manual Database Creation (USB/FTP)
- On your PC, create a plain text file named
pkgi.txt. - Add your content to this file following the strict Database Format Requirements.
- You must place this file in the application's user directory on the PS3's internal hard drive:
/dev_hdd0/game/NP00PKGI3/USRDIR/
How to transfer it:
- Via FTP: If you run webMAN MOD, multiMAN, or Irisman, your PS3 has an active FTP server. Connect via FileZilla on your PC and upload
pkgi.txtto the path above. - Via USB File Manager: Place
pkgi.txton your USB drive, open a file manager homebrew (like Irisman or multiMAN), and copy the file to theUSRDIRpath above.
Note: If the USRDIR directory does not exist yet, launch the PKGi PS3 app from the XMB once, let it load, and exit. This forces the PS3 to generate the application data folders.
Method 2: Automatic Database Syncing (config.txt)
If you host your database file on a web server, you can configure PKGi PS3 to download it automatically.
- Create a file named
config.txton your PC. -
Add a
urlparameter pointing to your hosted database. For example:url http://my-server.com/my-games.csv -
Transfer this
config.txtto/dev_hdd0/game/NP00PKGI3/USRDIR/using FTP or a File Manager. - See the Settings Configuration page for detailed instructions on managing multiple URLs.
Common Installation Pitfalls
- Error 80029567 during PKG install: This usually indicates your console is not running CFW/HEN, or HEN has not been enabled for the current session. Enable HEN and try again.
- App shows "ERROR: pkgi.txt file(s) missing": Ensure you named the file exactly
pkgi.txt(notpkgi.txt.txt) and placed it in/dev_hdd0/game/NP00PKGI3/USRDIR/.