Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[DOCKER] ps3netsrv

Featured Replies

DUE TO A HACK ON THE AUTHOR'S REPOSITORY, THE PS3NETSRV CONTAINERS NOW HAVE CRYPTO-MINING SOFTWARE CONTAINED WITHIN THEM.  THESE APPS ARE PERMANENTLY BLACKLISTED FROM COMMUNITY APPLICATIONS, AND HIGHLY ADVISED TO NOT INSTALL THEM / REMOVE THEM FROM YOUR SERVER IMMEDIATELY

 

 

Here are a couple Docker images for ps3netsrv that I made.  For those that don't know, you can use ps3netsrv to serve your PS3 games via multiMAN over the network.  I store all my games on unRAID and have this serve them to my ps3s.  It is webMAN compatible. Image is up to date as of 12 Jan 2020.

 

There is only 1 image available:

 

  • mccloud/ps3netsrv

 

Default port of 38008 is used, with a mounting point of /games (mine is mapped /mnt/user/Games:/games).  My game folders are stored at /mnt/user/Games/GAMES, this is due to ps3netsrv looking for a GAMES folder containing the ps3 games. 

 

Example setup:

NOF8Gci.png

 

Here is one of the Dockerfiles so you guys can see what's going on:

FROM alpine

ADD https://github.com/aldostools/webMAN-MOD/raw/master/_Projects_/ps3netsrv/bins/Linux/ps3netsrv_linuxX86_64 /

RUN chmod +x ps3netsrv_linuxX86_64 && mkdir /games

VOLUME ["/games"]
EXPOSE 38008

CMD ["./ps3netsrv_linuxX86_64", "/games"]
 
  • 6 months later...
  • Replies 53
  • Views 30.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Hey guys,   I've just randomly taken up this project because I just dug my PS3 out of storage. Repo is here (directly forked from latest webman-MOD): https://github.com/xioustic/ps3netsrv

  • Hi Xioustic, I'm trying to get this working for my son, and while I've pulled the container and ostensibly run it, I can't get Webman to see any games.  Any tips?

  • I just repulled the static binaries for the ps3netsrv from webMAN MOD 1.47.26.  If you want to use it, delete all images and only use mccloud/ps3netsrv which pulls a minimal install with the binary.  

Posted Images

I want to try this. How do i install?

  • Author

I want to try this. How do i install?

Read the post.  Between the description and picture, all the information is there.  The hardest part will be placing your games in the right folder (which can be ripped or ISOs). 

  • Author

Do you have to perform any mods to the ps3 to get this to work?

You need to be running multiMAN.

This is awesome. Thanks McCloud.

I was planning to use ps3netsrv to make my first unRAID docker but you beat me to it.

 

  • 3 months later...

big thanks !

  • 4 weeks later...

Thanks a lot! That makes one more usb-hdd obsolete!

  • 4 weeks later...

Thanks for putting this together. Its working flawlessly.

  • 2 months later...
  • 4 months later...
  • 3 months later...

I am also interested in the latest version of ps3netsrv.

Could someone update it, or at least guide me how to update the ps3netsrv in the current docker?

  • 2 weeks later...

Im running the debian version and there is nothing in the log. When I try to attach to the container, I cant do anything.

 

I would like to see the file system inside the docker and try manually update ps3netsrv using precompiled binary.

  • 7 months later...

Hey guys,

 

I've just randomly taken up this project because I just dug my PS3 out of storage. Repo is here (directly forked from latest webman-MOD): https://github.com/xioustic/ps3netsrv

 

It includes a pre-built static binary and Dockerfile to pull the latest binary and create the image exactly like OPs repo/Dockerfile. Cheers.

 

FROM debian:jessie

ADD https://github.com/xioustic/ps3netsrv/raw/master/bin/ps3netsrv64 /

RUN chmod +x ps3netsrv64 && mkdir /games

VOLUME ["/games"]
EXPOSE 38008

CMD ["/ps3netsrv64", "/games"]

 

Edited by xioustic
Embed Dockerfile

On 29.6.2017 at 10:07 PM, xioustic said:

Hey guys,

 

I've just randomly taken up this project because I just dug my PS3 out of storage. Repo is here (directly forked from latest webman-MOD): https://github.com/xioustic/ps3netsrv

 

It includes a pre-built static binary and Dockerfile to pull the latest binary and create the image exactly like OPs repo/Dockerfile. Cheers.

 

 

Thank you!

Any reason not to use slimmer alpine linux, as http://tools.linuxserver.io/dockers mostly do?

Would it be possible to provide the unraid template also?

On 7/1/2017 at 9:41 AM, Forusim said:

 

Thank you!

Any reason not to use slimmer alpine linux, as http://tools.linuxserver.io/dockers mostly do?

Would it be possible to provide the unraid template also?

Any image should work I think; the binary is built static which means it's an entirely self-contained 64-bit executable. The original release was not by default.

 

Ionly used Debian Jessie because that's what op did and I already have that image on my system (so it doesn't take up additional room for me). Try building with the FROM line changed and let me know if you have any issues.

 

If you point me at documentation or a guide to create an unRAID template I can probably put that together.

  • 5 months later...

Hi Xioustic, I'm trying to get this working for my son, and while I've pulled the container and ostensibly run it, I can't get Webman to see any games.  Any tips?

  • 2 years later...

I know this is a very old thread! is this version of ps3netserv maintained/updated at all?

 

Thanks

Doesn't appear to be

image.png.c470858e906be9303bdd951d3e0de1a7.png

 

Since there's been zero traction on this thread and @dexn hasn't posted in 2.5 years and there looks to be far better alternatives on a quick search in dockerHub, I'm going to be removing this from CA unless there are any objections

30 minutes ago, dockerPolice said:

Doesn't appear to be

image.png.c470858e906be9303bdd951d3e0de1a7.png

 

Since there's been zero traction on this thread and @dexn hasn't posted in 2.5 years and there looks to be far better alternatives on a quick search in dockerHub, I'm going to be removing this from CA unless there are any objections

I think the police have the wrong guy in custody.......

 

dexn has an alibi, you mean McCloud :D

 

image.png.01fafc2d4da0cbc830062c07e0943ff5.png

 

It was listed in dexn's repository.  Don't remember.  Last movement on these apps was 4 years ago.

 

image.thumb.png.740c5c2ff91c1a6aef3cbaf22792c188.png

ah bugger.... there are no alternatives when searching for ps3 under the apps section 😪

 

Thanks anyway 

Enable dockerhub searches in ca settings.   Theres one that was updated 6 days go.   You will however have to add the appropriate entries to the template.   

 

Having an outdated and abandoned app within CA doesn't help anyone 

Hi @Squid

 

Thanks for taking the time to look at that for me, I appreciate it! 

I found the one you mentioned, installed it and copied the settings from the original docker mentioned on my first post that has now been removed 

 

Network Type: Bridge

Host Port 38008

Host Path /mnt/user/Games/PS3/PS3NETSRV/

 

So now when looking at the 2 dockers they look identical except on the old original one works.  Is there more to this than I realize?

 

Many Thanks Again!

  • Author

Sorry all, I stopped updating this after I got rid of my PS3. There are other options out there that are up-to-date.

Edited by McCloud

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.