Skip to content

Running on Local URL : http://0.0.0.0:7860 ? #7558

Answered by vladmandic
caniyabanci76 asked this question in Q&A
Discussion options

You must be logged in to vote

do you have --listen cmdline param?

in general, when you see '0.0.0.0', that means that its bound to all IPs present on the system.
of course, that doesn't resolve by magic and you need to specify IP to use.

vs when you see 127.0.0.1 which is loopback adapter - meaning thats the address that points back to yourself.

whats the point of 0.0.0.0? if you wanted to connect to WebUI over network, not just on your local system - then you could use the IP of the target system to connect to it.
with 127.0.0.1, you can only connect from a local system - more secure, but less flexible.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@lazymood20
Comment options

Answer selected by caniyabanci76
Comment options

You must be logged in to vote
1 reply
@vladmandic
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants