Install Neptune DXP - Open Edition on macOS
This installation procedure describes the basic minimum steps required to run Neptune DXP - Open Edition locally for nonproductive purposes.
| 
 Data loss 
By default, all data is stored locally using SQLite. If you delete the installation folder, your data will be lost and cannot be recovered. We recommend the following: 
 For more information, see Database configuration for Neptune DXP - Open Edition.  | 
- 
Download the latest version of Neptune DXP - Open Edition from the product download section on Neptune DXP Portal.
 - 
Unzip the ZIP file.
 - 
Right-click on the unzipped folder and select Services → New Terminal at Folder.
 - 
In the Terminal, run
./planet9-darwin.Result: A macOS notification will show that the
planet9-darwinfile cannot be opened. - 
Continue with adjusting the security settings for the
planet9-darwinfile, as described in the following section. 
Adjust security settings for the planet9-darwin file
| The following instructions are valid for installations before Neptune DXP - Open Edition version 24.12.0. | 
- 
In the macOS notification showing that the
planet9-darwinfile cannot be opened, select Okay. - 
Go to System Settings → Privacy & Security.
 - 
In the Security section, you will find a notification that the
planet9-darwinfile was blocked from use. - 
Select Allow Anyway.
 - 
In the Terminal, run
./planet9-darwinagain.Result: A macOS notification prompts you to confirm you want to open the
planet9-darwinfile. - 
Select Open.
Result: A macOS notification will show that the
node_sqlite3.nodefile cannot be opened. - 
Continue with adjusting the security settings for the embedded SQLite database, as described in the following section.
 
Adjust security settings for the embedded SQLite database
| The following instructions are valid for installations before Neptune DXP - Open Edition version 24.12.0. | 
- 
In the macOS notification showing that the
node_sqlite3.nodefile cannot be opened, select Okay. - 
Go to System Settings → Privacy & Security.
 - 
In the Security section, you will find a notification that the
node_sqlite3.nodefile was blocked from use. - 
Select Allow Anyway.
 - 
In the Terminal, run
./planet9-darwinagain.Result: The folder containing the executable file, will now be populated with the files generated by the platform.
 - 
Check in your installation folder that the following additional folders were added:
db,webapp,config, andlog. 
Open Neptune DXP - Open Edition in your browser
- 
Open your browser and go to http://localhost:8080.
If the command line interface is closed, the node session will be terminated, and you will lose access to the platform via the browser. - 
The default username is
admin. - 
The default password is
admin. 
 - 
 - 
You can safely end your session using the keyboard shortcut
CMD + Cin the Terminal.