-
-
Notifications
You must be signed in to change notification settings - Fork 31
MMPM UI Installation & Removal
Brandon Marlowe edited this page Dec 26, 2023
·
5 revisions
The MMPM UI relies on pm2. If you do not have it installed, run npm install -g pm2 prior to installing the UI.
mmpm ui install -yThis will display the address the MMPM UI is hosted:
mmpm ui --urlYou can also execute the following to open your browser directly to the UI:
mmpm open --uiPlease see this StackOverflow post about how to enable restarting pm2 processes after rebooting.
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)