Sign inSign up

aleg911/ps3-proxy

By aleg911

Updated over 1 year ago

PS3 proxy that allows you to login on PSN using older firmwares

Image
0

219

aleg911/ps3-proxy repository overview

pipeline status

PS3-Proxy

PS3 proxy to allow PSN login on older firmwares

How to run it:

  • Pull and start the container:

Via docker cli

docker run -d -p 8080:8080 -e TZ=Europe/London aleg911/ps3-proxy

Or using docker compose

version: '3'
services:
   ps3-proxy:
      image: aleg911/ps3-proxy
      restart: always
      ports:
      - "8080:8080"
      environment:
      - "TZ=Europe/London"
ParameterFunction
-p 8080The port to run the PS3-proxy
-e TZ=Europe/LondonSpecify a timezone to use, this is recommend for the logs. You can check the list of time zones here
  • Make sure that you open the port you specified on your servers firewall

How to use it:

  • On your PS3 select SettingsNetwork SettingsInternet Connection Settings, press ✖ to continue, select Custom method and continue until you get the Proxy Server screen. Choose Use, continue, enter the IP address and port of your server and continue until you reach the save settings page. press ✖ to save settings and press it again if you want to to test the connection. You should now be able to connect to PSN.

Thanks to:

@mondul for creating this software

Tag summary

Content type

Image

Digest

sha256:1a9c2d572

Size

6.4 MB

Last updated

over 1 year ago

docker pull aleg911/ps3-proxy