[Add-on] PS4 JB Web Server - Local host for PSFree & GoldHEN Updater
Hi everyone! ![]()
I’ve created a custom Home Assistant add-on for the PS4 homebrew community. It allows you to host the PSFree exploit chain locally directly from your Home Assistant instance, and includes a built-in admin panel to easily download and update GoldHEN.
If you have a jailbroken PS4 and a Home Assistant server on the same network, this add-on removes the need to rely on external host websites or run separate web servers on your PC/Raspberry Pi.
Features
- Static File Server: Serves the PSFree exploit files over HTTP to your PS4 browser.
- GoldHEN Updater: A dedicated admin panel (
http://<HA_IP>:<Port>/_admin) that fetches the latest pre-release of GoldHEN directly from the official GitHub repo, extractsgoldhen.binfrom the.7zarchive, and makes it available for the exploit. - Persistent Storage: The downloaded
goldhen.binis saved in the/data/directory, meaning it survives add-on restarts and Home Assistant reboots! - Configurable Port: Run it on port
8000(default) or any port you prefer via the add-on configuration tab. - Sidebar Integration: Uses HA Ingress, so you can access the Admin Panel directly from your HA sidebar with the “Show in sidebar” toggle.
Installation
This add-on is distributed through a custom repository.
- Go to Settings → Add-ons → Add-on Store in your Home Assistant.
- Click the three dots ⋮ in the top right corner and select Repositories.
- Add the following URL:
https://github.com/muratcesmecioglu/ha-ps4-jb - Close the modal, scroll down (or reload the page) to find the Murat’s Home Assistant Add-ons section.
- Click on PS4 JB Web Server, install it, and check “Show in sidebar” if you want easy access to the updater.
- Click Start.
How to use
- First, make sure you open the Web UI (or click the sidebar link) to access the Admin Panel.
- Click Update GoldHEN. You will see a live debug log as it downloads the latest
goldhen.binfrom the developer’s GitHub. - Once successful, turn on your PS4, open the browser, and navigate to:
http://<YOUR_HA_IP>:8000/(Replace with your actual HA IP and the port you configured). - Run the exploit as usual!
Credits & Appreciation
This add-on is just a wrapper to make things easier for HA users. All the real magic comes from the incredible developers in the scene:
Links
- Source Code / Repo URL: https://github.com/muratcesmecioglu/ha-ps4-jb
Let me know if you encounter any issues or have feature requests! Enjoy! ![]()