poolConfig.json & poolState.json copied to new install can not be viewed by dashPanel #1133
-
|
I suspect that I have a file entry missing or incorrect. I did a fresh installed and copied the files from data folder. In dashPanel, I can search and find my nodejspoolcontroller but it errors out when I select it. Also manually entering the IP address errors it out. It appears that it appends /upnp.xml. I go to that address and it doesn't load so I figured it must be a configuration entry in nodejs-poolcontroller. Here is the error log from dashPanel
URL { I search the discussions but I didn't find anything yet. I appreciate if you can point me where I should look. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This means that nodejs-poolController isn't running at that address or dashPanel can't access it. njsPC typically runs on port 4200, not 4201. When njsPC starts up, you can see what ports it is listening on in the logs. ie You should be able to access the njsPC endpoint directly. In short, it looks like you have a networking issue. |
Beta Was this translation helpful? Give feedback.
-
|
Sure enough, njsPC is advertising on 4201. I must have enabled the https under the web section in the config.json file some time ago. So I should set it to false and it will stop advertising on 4201. Is that correct?
|
Beta Was this translation helpful? Give feedback.
-
|
4201 is the port for https. Most people don't use that as this app is best run in your own personal network. I would just use the http 4200 port unless you have very specific requirements for https. |
Beta Was this translation helpful? Give feedback.
4201 is the port for https. Most people don't use that as this app is best run in your own personal network. I would just use the http 4200 port unless you have very specific requirements for https.