[PS5 Scene] PS5-Server v0.3 released by 0x1iii1ii

A new update has been released for PS5-Server , the software originally developed by Stooged and recently revived by 0x1iii1ii , which allows us to use the ESP microcontroller to create a local Wi-Fi server.

This server allows you to run exploits on the PlayStation 5 kernel running firmware versions between 3.xx and 5.xx, such as LightningMods ‘ fork of idlesauce with etaHEN .

https://platform.twitter.com/embed/Tweet.html?creatorScreenName=Checcolin80&dnt=true&embedId=twitter-widget-0&features=eyJ0ZndfdGltZWxpbmVfbGlzdCI6eyJidWNrZXQiOltdLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2ZvbGxvd2VyX2NvdW50X3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9iYWNrZW5kIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19yZWZzcmNfc2Vzc2lvbiI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfZm9zbnJfc29mdF9pbnRlcnZlbnRpb25zX2VuYWJsZWQiOnsiYnVja2V0Ijoib24iLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X21peGVkX21lZGlhXzE1ODk3Ijp7ImJ1Y2tldCI6InRyZWF0bWVudCIsInZlcnNpb24iOm51bGx9LCJ0ZndfZXhwZXJpbWVudHNfY29va2llX2V4cGlyYXRpb24iOnsiYnVja2V0IjoxMjA5NjAwLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X3Nob3dfYmlyZHdhdGNoX3Bpdm90c19lbmFibGVkIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19kdXBsaWNhdGVfc2NyaWJlc190b19zZXR0aW5ncyI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdXNlX3Byb2ZpbGVfaW1hZ2Vfc2hhcGVfZW5hYmxlZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdmlkZW9faGxzX2R5bmFtaWNfbWFuaWZlc3RzXzE1MDgyIjp7ImJ1Y2tldCI6InRydWVfYml0cmF0ZSIsInZlcnNpb24iOm51bGx9LCJ0ZndfbGVnYWN5X3RpbWVsaW5lX3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9mcm9udGVuZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9fQ%3D%3D&frame=false&hideCard=false&hideThread=false&id=1905906645445787854&lang=it&origin=https%3A%2F%2Fwww.biteyourconsole.net%2F2025%2F03%2F29%2Fscena-ps5-rilasciato-ps5-server-v0-3-by-0x1iii1ii%2F&sessionId=f35a2825d8879544548ef06191ceedb5ff37cf34&siteScreenName=BiteYourConsole&theme=light&widgetsVersion=2615f7e52b7e0%3A1702314776716&width=550px

PS5-Server simply redirects HTTPS requests (e.g. User Guide) to an internal HTTP page, while UMTX2 Exploit Offline Host offers a similar but optimized method for more ESP devices.

The update only adds the new official etaHEN version 2.0b .

Supported Devices

Note : The ESP device must have 4 MB or more flash memory .

Installation and use

Here are the steps to setup and use PS5 UMTX2 Exploit Offline Host (or PS5-Server, with some variations):

Necessary materials

  • A supported ESP device (ESP8266, ESP32, ESP32-S2, ESP32-S3).
  • Computer for firmware flashing.
  • PS5 with firmware 3.xx or 4.xx.
  • USB cable to connect the ESP to the computer.

Steps

  • Download the firmware for your ESP device .

Flash the file .binto the ESP

  • Download and install NodeMCU PyFlasher (available for Windows, macOS, Linux).
    • Connect the ESP device to your computer via USB.
    • Open NodeMCU PyFlasher:
    • Select the ESP COM port.
    • Please upload the correct file .bin.
    • Check the “Wipe all data” option .
    • Leave the other settings as default.
    • Click “Flash” to upload the firmware.

Connect to the ESP Wi-Fi network

  • Turn on the ESP device after flashing.
  • On PS5, go to Settings > Network > Set Up Internet Connection > Use Wi-Fi .

Find the network created by the ESP

  • SSID : PS5_ESP_HOST(for ESP8266) or PS5_ESP32_HOST(for ESP32/ESP32-Sx).
  • Password : 12345678.

Launch the exploit

  • Option 1 : Use the package esphost_media.pkg. Load and install it on your PS5 via USB, then boot it.
  • Option 2 : Open a browser on your PS5 (or a device connected to your ESP network) and go to 10.1.1.1.
  • Option 3 : Go to Settings > User Guide, Health & Security on your PS5. The prompt will redirect to the exploit page.
  • The exploit (UMTX2 or etaHEN) should load automatically.

Result

  • If everything works as expected, you will see a message or interface confirming that the exploit was executed.

PS5 Server (ESP8266 D1 Mini PRO) Specific Notes

  • Set the CPU frequency to 160 MHz if you are using Arduino IDE to upload custom firmware.
  • It may require a .ino code instead of a .bin , depending on the version.

Changelog

Download: 0x1iii1ii_ESP32S2_etaHEN2.0B.UMTX2.PS5.2025-3-29.bin  (4 MB)

Download: 0x1iii1ii_ESP32S3_etaHEN2.0B.UMTX2.PS5.2025-3-29.bin (16 MB)

Download: 0x1iii1ii_ESP32_etaHEN2.0B.UMTX2.PS5.2025-3-29.bin (4 MB)

Download: 0x1iii1ii_ESP8266_etaHEN2.0B.UMTX2.PS5.2025-3-29.bin (4 MB)

Download: esphost_media.pkg (1.2 MB)

Download: NodeMCU-PyFlasher.exe (18 MB)

Download: Source code PS5-Server v0.3

Source: x.com

Dịch Vụ Chép Game Tại TP.HCM – Hỗ Trợ Tất Cả Quận

Chép Game Ổ Cứng Ngoài Giá Rẻ – Hỗ Trợ PS, Xbox, Nintendo, PC

Dịch Vụ Chép Game PSP Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất

Dịch Vụ Chép Game PSVITA Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất

Dịch Vụ Chép Game PS2 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất

Dịch Vụ Chép Game NINTENDO SWITCH Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất

Dịch Vụ Chép Game PS5 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất

Dịch Vụ Chép Game XBOX 360 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất

Dịch Vụ Chép Game PS3 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất

Dịch Vụ Chép Game PS4 Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất

Dịch Vụ Chép Game PC Giá Rẻ – Game Việt Hóa Cập Nhật Mới Nhất

Leave a Comment

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *

0
    0
    Chọn game
    Giỏ game trốngTrở lại trang
    Scroll to Top