Guide ps3netsrv-- (ps3netsrv++)

TYz

Cadet
Joined
Dec 15, 2020
Messages
9
This guide is to help simplify the steps to install
ps3netsrv-- :


1. Create new jail using the GUI

2. Create PS3 folder strutcher exactly as below. Create a "mount point" pointed from where your PS3 folder system is located on your pool to media folder in the ps3netsrv jail.

PS3Folderstrutcher.png

PS3NetsrvMount.png

3.Enter these commands into the jails shell using the Truenas GUI:
Code:

Code:
$ pkg update && pkg upgrade



$ pkg install gmake git



$ git clone https://github.com/dirkvdb/ps3netsrv--.git



$ cd ps3netsrv--



$ git submodule update --init



$ gmake


To start the server (this will need to be done when ever the jail is rebooted, I personally havent worked out a script yet):


Code:
$ cd ps3netsrv--


$ ./ps3netsrv++ /media &


Follow the guide over on consolemods to setup PS3Hen:

Follow the guide over on consolemods to setup webman:

Webman Setup

You will need:
The latest Webman, or CFW with it built-in (Rebug). This cannot be the "lite" version of Webman.


Find the local IP of the jail. It can be found in the GUI of Truenas under jails.
On the XMB, select Webman Games → Webman Setup → PS3 webMAN [Setup].
Check a "Scan for LAN games" checkbox and enter the IP of your PC and leave the default port of 38008.
Scroll to the bottom and hit "Save".

Or

Follow the guide over on consolemods to setup multiman:

You will need:
The latest Multiman


Find the local IP of the jail. It can be found in the GUI of Truenas under jails.
Open Multiman and navigate to "Network Servers" under the Settings tab. Select "/nethost0 - Enable" and enter the IP address for your PC. Leave the default of 38008 for the port, and enter whatever you want for the last field.
 
Last edited:
Top