Genie Community Forum

Can't access genie webui

I’ve installed the docker image stanfordoval/almond-server:latest on Ubuntu 20.04 (linux mint) using podman but I can’t access the webui.
What I tried:
The install instructions said to use port 3000 (-p 3000:3000). The logs say Express server listening on port 3000 but also genie::Config-Message: 20:20:56.451: Config key [webui] port missing, using default '8000' so I tried replacing the port in the podman run command (-p 8000:8000) which did not work.
When I execute lsof -i :3000 it only lists the process exe listening on IPv6. I couldn’t manage to figure out how to connect to the server using IPv6, when entering http://[ip]:3000 (inluding the [ ]) in firefox, it simply doesn’t do anything. wget gives the error “invalid argument”.

Is port 3000 the correct port number? How can I get the server to listen using IPv4? Anything else I could try?
Thanks.