https://github.com/barisyild/airpsx
Remote management software for Jailbroken PlayStation 5
https://github.com/barisyild/airpsx
airdroid filemanager haxe playstation ps5 script scripting
Last synced: 2 months ago
JSON representation
Remote management software for Jailbroken PlayStation 5
- Host: GitHub
- URL: https://github.com/barisyild/airpsx
- Owner: barisyild
- License: gpl-3.0
- Created: 2025-01-12T10:58:05.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-27T19:31:40.000Z (3 months ago)
- Last Synced: 2025-02-28T04:08:09.415Z (3 months ago)
- Topics: airdroid, filemanager, haxe, playstation, ps5, script, scripting
- Language: Haxe
- Homepage:
- Size: 313 KB
- Stars: 35
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### AirPSX
AirPSX is a payload similar to AirDroid; It allows you to manage many operations related to your console via the web-based desktop environment.> [!WARNING]
> I DO NOT RESPOSIBLE FOR ANY DAMAGE TO YOUR CONSOLE IF SOMETHING WILL GO WRONG!
>
> I do not accept any responsible for misuse of the file manager, execution of malicious scripts, or any damage that may occur to the console in any case.## Run
### elfldr
- Run elfldr payload
- Linux
- socat -t 99999999 - TCP:PS5_HOST:9021 < "airpsx.elf"### etaHEN
- Run etaHEN payload.
- Connect FTP (Common Ports: 1337, 2121)
- Locate airpsx.plugin to "**/data/etaHEN/plugins**"
- Open Debug Settings -> etaHEN Toolbox -> Plugins
- Enable airpsx.plugin
- Optionally you can enable "airpsx.plugin" as startup item### websrv
- I do not recommend this method, because AirPSX closes after the browser is closed.## Build
- Run install.sh
- Locate the project folder and execute the following command:
```sh
export PS5_PAYLOAD_SDK=/opt/ps5-payload-sdk && haxe release.hxml --cmd "mv out/HxWell out/airpsx.elf"
```## Dependencies
- [hxcpp fork](https://github.com/barisyild/hxcpp/tree/ps5-payload)
- [hxwell](https://github.com/barisyild/hxwell)
- [rulescript](https://github.com/Kriptel/RuleScript)## Special Thanks
- [John Törnblom](https://github.com/john-tornblom)
- Contributions to the [PS5 SDK](https://github.com/ps5-payload-dev/sdk) and [ELF Loader](https://github.com/ps5-payload-dev/elfldr).
- [LightningMods](https://github.com/LightningMods)
- Contributions to the [PS4-daemon-writeup](https://github.com/LightningMods/PS4-daemon-writeup).
- [Hugh Sanderson](https://github.com/hughsando)
- Haxe's [hxcpp](https://github.com/HaxeFoundation/hxcpp) target would not have been possible without him!
- [m0rkeulv](https://github.com/m0rkeulv)
- If it wasn't for [intellij-haxe](https://github.com/HaxeFoundation/intellij-haxe), maybe I would never have write any haxe project :(## Testers
- [terex777](https://x.com/TeRex777_)## How it works
This web project is built using my web framework, [hxwell](https://github.com/barisyild/hxwell). Leveraging the power of Haxe, all source code is transpiled to C++ and compiled using the PS5 Payload SDK.## Video Overview
- **[MODDED WARFARE](https://x.com/MODDED_WARFARE):** [Watch here](https://www.youtube.com/watch?v=cH7Jx-7Mn4k)
- **[TheWizWiki](https://x.com/TheWizWiki):** [Watch here](https://www.youtube.com/watch?v=ZxOezdneSHg)