akashgoswami / ipm

IOTA node peer manager. Useful for monitoring IOTA peers
MIT License
72 stars 24 forks source link

IOTA-PM does not install/start correctly.. #35

Closed lukas-osterheider closed 6 years ago

lukas-osterheider commented 6 years ago

Hi,

i get this error message after trying to start "iota-pm -i .......": /usr/bin/env: »node“: Datei oder Verzeichnis nicht gefunden

It says: "node" file or directory not found.

Can you please help me?

akashgoswami commented 6 years ago

Hi,

You dont have nodejs installed or it is not in your path. Please install nodejs first and make sure node -v command works fine on your system.

lukas-osterheider commented 6 years ago

Hi, thanks for the answer! I installed node.js and no i came to this step: XXXXXXXXX:~# iota-pm -i http://127.0.0.1:14265 -p 127.0.0.1:8888 Serving IOTA peer dashboard at http://127.0.0.1:8888 Unable to locate any previous tag file at /root/iota-pm.conf

After this nothing happens. Do i need to write any other configs or so?

lukas-osterheider commented 6 years ago

Ahh, i see that this is only a warning.

lukas-osterheider commented 6 years ago

Now I fixed it. I had to right the servername as incoming connection: iota-pm -i http://localhost:14265 -p v220171253004XXXXXXX:8888