Unable to Start NodeODM

Hello,

I have an issue and any help would be appreciated. When i try to run the command docker run --rm -it -p 3000:3000 opendronemap/nodeodm -q 1 --token secret it seems to connect to the server. The output is:
info: Authentication using NoTokenRequired info: Listening on 0.0.0.0:6367 UDP for progress updates info: No tasks dump found info: Checking for orphaned directories to be removed... info: Server has started on port 3000

However, when i enter localhost:3000 in a browser, nothing is displayed. I’m working on an Ubuntu 18 server with docker installed. What would be causing this?

I want to use the server as a processing node (added to WebODM) for fast processing of some bulk drone images I have. Thanks.

1 Like

Have you tried using 127.0.0.1 instead of localhost?

Hi Saijin_Naib, thanks for your response. Since it’s a server, I’m not able to use localhost, I’m using the server’s IP instead e.g. 192.168.0.10:3000

1 Like

I have found a solution. I simply did a docker system prune -a -f to remove all docker stuff that I wasn’t using and then ran docker run --rm -it -p 3000:3000 opendronemap/nodeodm -q 1 --token secret It works fine now. Thanks!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.