How to access webui on local network? #1497
-
When I open the WebUI I only see it on the localhost. I thought share=true option should solve the problem, but this generates an actual public link that makes my webapp visible from outside my network. How can i do this? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
you should use the --listen if you want local network access. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I'm a noob. Where do you add the --listen flag? |
Beta Was this translation helpful? Give feedback.
-
I'm having an issue with this where all of my IP addresses are showing up as 0.0.0.0:5000 only when --listen is added, I've already gotten --api on there and it's only when I add --listen it stops working, any help? |
Beta Was this translation helpful? Give feedback.
-
In the latest versions you can edit the CMD_FLAGS.txt file, this allow you to add extra launch parameters. In your case, edit the file and add --listen. Save the file and reload the start_windows,bat. If you want to run on a different port also add --port-listen 7401 or whatever port you want to to start on. You know it is a network accessible port as the url it tells you will be http://0.0.0.0:7401 rather than http://127.0.0.1:7401 ( this is localhost) |
Beta Was this translation helpful? Give feedback.
-
getting code code 400, message Bad request version with TLS handshake showing in the console, any idea on how to fix this or could this be an issue with my router? I've definitely port forwarded and the error only occurs when trying to connect through a mobile device |
Beta Was this translation helpful? Give feedback.
-
I need to access Oobabooga from local LAN so I was solving the same issue ... this worked for me (dunno if it is generally the best solution): I am still facing problem, that I want Oobabooga server PC go to sleep when not used. Allowing "Wake on LAN" in Bios + setting "Allow this device to wake up computer" works well, however also many other networks events are uselessly waking the server too, so it is awake all the time. Is there a change to somehow implement e.g. "magic packet" in Oobabooga? |
Beta Was this translation helpful? Give feedback.
you should use the --listen if you want local network access.