Skip to content

MMPM UI Installation & Removal

Brandon Marlowe edited this page Dec 26, 2023 · 5 revisions

Overview

The MMPM UI relies on pm2. If you do not have it installed, run npm install -g pm2 prior to installing the UI.

Install the MMPM UI

mmpm ui install -y

Get the MMPM UI URL

This will display the address the MMPM UI is hosted:

mmpm ui --url

You can also execute the following to open your browser directly to the UI:

mmpm open --ui

Auto-start the UI after Rebooting

Please see this StackOverflow post about how to enable restarting pm2 processes after rebooting.

Additional Notes

Do not open the UI using localhost:7890. Either open it using 0.0.0.0:7890 while accessing it from the computer hosting the UI, or use the IP address displayed from mmpm ui --url (ie. http://192.168.0.100:7890)