Hi,
I am having problems adding nodes to my webodm, both local nodes and the masseranolabs one. The interface tells me that the nodes seems to be offline.
Any suggestions?
Thanks!
Hi,
I am having problems adding nodes to my webodm, both local nodes and the masseranolabs one. The interface tells me that the nodes seems to be offline.
Any suggestions?
Thanks!
There’s no node running on nodeodm.masseranolabs.com. There used to be one, but not anymore. Where did you find the reference to it (so that I can remove it)?
By default the nodeodm service is not available to the outside.
Can you open http://10.132.28.101:3000 from your web browser? If the answer is no, then you need to make sure that your docker-compose.nodeodm.yml file is exposing port 3000 to the outside, by changing WebODM/docker-compose.nodeodm.yml at master · OpenDroneMap/WebODM · GitHub to:
image: opendronemap/node-opendronemap
container_name: node-odm-1
ports:
- "3000:3000"
Note the “3000:3000” line.
If you used WebODM Manager, the file is stored on C:\WebODM Manager\WebODM\docker-compose.nodeodm.yml. Once you’ve modified it, press the “Update” from WebODM Manager.
OK! I found it here: Processing node not recognized · Issue #107 · OpenDroneMap/WebODM · GitHub
Still does not work. It says 10.132.28.101 rejected the connection. Even if connecting from the computer itself. It does work with the internal IP however. Both with port 3000 and 8000