January 25, 201511 yr 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: 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"]
August 13, 201510 yr 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).
August 14, 201510 yr Author Do you have to perform any mods to the ps3 to get this to work? You need to be running multiMAN.
August 14, 201510 yr This is awesome. Thanks McCloud. I was planning to use ps3netsrv to make my first unRAID docker but you beat me to it.
March 6, 201610 yr http://forum.redump.org/topic/14472/ps3netsrv-modified-for-encrypted-3k3yredump-isos/ Would it be possible to compile this modified ps3netsrv for Docker? That would be awesome, saving me a ton of diskspace on duplicate encrypted/decrypted Games.
July 20, 20169 yr There's a new version of ps3netsrv out now: http://www.psx-place.com/threads/webman-mod-v1-43-31-released-ps3netsrv-recently-updated.10025/
November 2, 20169 yr 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?
November 14, 20169 yr 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.
June 29, 20179 yr 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 June 29, 20179 yr by xioustic Embed Dockerfile
July 1, 20179 yr 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?
July 2, 20179 yr 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.
December 21, 20178 yr 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?
January 6, 20206 yr I know this is a very old thread! is this version of ps3netserv maintained/updated at all? Thanks
January 6, 20206 yr Doesn't appear to be 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
January 6, 20206 yr 30 minutes ago, dockerPolice said: Doesn't appear to be 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
January 6, 20206 yr It was listed in dexn's repository. Don't remember. Last movement on these apps was 4 years ago.
January 6, 20206 yr ah bugger.... there are no alternatives when searching for ps3 under the apps section 😪 Thanks anyway
January 6, 20206 yr 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
January 7, 20206 yr 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!
January 12, 20206 yr 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 January 12, 20206 yr 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.