TYz
Cadet
- Joined
- Dec 15, 2020
- Messages
- 9
This guide is to help simplify the steps to install
ps3netsrv-- :
github.com
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.
3.Enter these commands into the jails shell using the Truenas GUI:
Code:
To start the server (this will need to be done when ever the jail is rebooted, I personally havent worked out a script yet):
Follow the guide over on consolemods to setup PS3Hen:
consolemods.org
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.
ps3netsrv-- :
GitHub - dirkvdb/ps3netsrv--: C++ implementation of the ps3netsrv server
C++ implementation of the ps3netsrv server. Contribute to dirkvdb/ps3netsrv-- development by creating an account on GitHub.
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.


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:
PS3HEN
PS3HEN - short for PS3 Homebrew ENabler - allows you to do most things that custom firmware (CFW) can do. It is installed using PS3Xploit and is compatible with all console models. It is mainly used for consoles that are not compatible with CFW. If you are connected to the internet, PS3HEN will...
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: