Start Neptune DXP - Open Edition with tmux

The SSH session of Neptune DXP - Open Edition stops as soon as you close the window. In this topic, you learn how to start it with a session manager like tmux.

Prerequisites

  • You have installed tmux. If you have not installed tmux, open a console and type the following:

    yum install tmux

Procedure

  1. Open a console in the DXP - Open Edition directory.

  2. Type the following to start tmux:

    tmux new -s planet9

    Where planet9 is the session name.

  3. Start Neptune DXP - Open Edition by typing the following:

    ./planet9-linux

Result

  • The instance of Neptune DXP - Open Edition runs with using tmux.