A web-based menu for jailbroken PlayStation 5 consoles.
List and launch payloads directly via the PS5's web browser.
Manage payloads using a web browser on another device on the same network.
The menu looks for payloads (.elf, .bin, .lua files) in the /mnt/usb*/ps5_lua_loader/ directory on connected USB drives.
Payloads added through the manage page will be saved in /data/ps5_lua_loader/ on the PS5's internal storage.
- Download: Get the latest
ps5_lua_menu.luafrom the Releases Page. - Launch:
- Use Remote Lua Loader to send and execute
ps5_lua_menu.luaon your PS5. - Alternatively, use ps5_lua_loader to automatically start this menu.
- Use Remote Lua Loader to send and execute
- Access:
- The script will open your PS5's web browser for listing/launching payloads.
- To manage payloads, open
http://<PS5_IP>:8084in a browser on another device (PC, phone) on the same network.
If you prefer to build the menu yourself:
- Clone the repository:
git clone https://github.com/itsPLK/ps5_lua_menu.git cd ps5_lua_menu chmod +x build.sh - Build:
To generateps5_lua_menu.lua:Or to generate./build.sh
ps5_lua_menu.luaand send it automatically to remote loader:./build.sh send:<PS5_IP>:<PORT>