Yet another remote pkg sender for PS4
English | 简体中文
- Support MacOS, Windows and Linux
- Dark Mode
- Pause and resume install task
- Use remote WebDAV server to send install task
- Create Static file server from local folder
- Multiple PS4 host and file server host config
There are actually quite a lot of such tools, I tried one and felt that the UI was rough and could not install the PKG file on my NAS, so I am going to develop one myself and contribute to this community, one more choice is not a bad thing.
- Download this app from release page
- Open the app
- Add PS4 host (Your PS4 ip and port, The port is usually 12800), for example: http://192.168.0.11:12800
- Add File server host
- StaticFileServer: use local folder to create static file server
- WebDAV: use remote WebDAV server url
- Click pkg name from file list to send install task
PS Before send install task, you need install remote pkg installer on your PS4 and open it
pnpm install
pnpm run all:dev
pnpm run desktop:start
pnpm install
pnpm run all:build
pnpm run desktop:dist
-
Is there a web version of this tool?
Of course, if you do not need to create a static file server from local is possible to use the web version directly, but because of this cors bug, the web version is currently not available
-
How fast is the transfer?
WebDAV depends on the speed of your WebDAV server, StaticFileServer I tested here can basically run full my local LAN bandwidth
-
Why support WebDAV?
Because it is easy to install the pkg file on NAS using webdav
-
Why mac arm64 app open failed?
Because the app is not signed, you need to execute this command in the terminal:
sudo xattr -r -d com.apple.quarantine /Applications/PS4RPS.app
- Auto find PS4 host
- Fix the cors bug and release the web version
- Show more pkg file info, such as icon and titleID