problem accessing http://localhost:3000 #333

Closed
opened 2025-11-11 14:17:54 -06:00 by GiteaMirror · 6 comments
Owner

Originally created by @mmuhammadeuss on GitHub (Feb 21, 2024).

Hi TEAM

I use Windows 10 and here are the actions taken:
1.Download and install Docker Desktop from Docker's official website: ok
2.Download the latest version from https://ollama.com/: ok
3.After installing Ollama, check if it's working by visiting http://127.0.0.1:11434/ in web browser: ok
4.Download the docker open-webui image: ok
5.Start a docker container based on the open-webui image
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/ open-webui/open-webui:main: ok
6. Access via http://localhost:3000: problem at this level because I cannot access the web interface
error message: Connection failed Firefox cannot establish a connection with the server at localhost:3000

how to resolve this?

Originally created by @mmuhammadeuss on GitHub (Feb 21, 2024). Hi TEAM I use Windows 10 and here are the actions taken: 1.Download and install Docker Desktop from Docker's official website: **ok** 2.Download the latest version from https://ollama.com/: **ok** 3.After installing Ollama, check if it's working by visiting http://127.0.0.1:11434/ in web browser: **ok** 4.Download the docker open-webui image: **ok** 5.Start a docker container based on the open-webui image docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/ open-webui/open-webui:main: **ok** 6. Access via http://localhost:3000: **problem at this level because I cannot access the web interface** error message: Connection failed Firefox cannot establish a connection with the server at localhost:3000 how to resolve this?
Author
Owner

@jannikstdl commented on GitHub (Feb 21, 2024):

Can you access ollama under http://localhost:11434/ ?

Try port forwarding on another port like docker run -d -p 3333:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

@jannikstdl commented on GitHub (Feb 21, 2024): Can you access ollama under ` http://localhost:11434/ ` ? Try port forwarding on another port like `docker run -d -p 3333:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main`
Author
Owner

@bunt-oxide commented on GitHub (Feb 21, 2024):

I experienced the same problem with the last update.

@bunt-oxide commented on GitHub (Feb 21, 2024): I experienced the same problem with the last update.
Author
Owner

@jannikstdl commented on GitHub (Feb 21, 2024):

@tjbck works as espected with the latest version on my machine

@jannikstdl commented on GitHub (Feb 21, 2024): @tjbck works as espected with the latest version on my machine
Author
Owner

@bunt-oxide commented on GitHub (Feb 21, 2024):

It was my firewall.

@bunt-oxide commented on GitHub (Feb 21, 2024): It was my firewall.
Author
Owner

@mmuhammadeuss commented on GitHub (Feb 21, 2024):

@jannikstdl thank you for your support

  1. ollama under http://localhost:11434 : ok
  2. ollama under http://127.0.0.1:11434 : ok
  3. Try port forwarding on another port like 3333: same problem, cannot access
    error message: Connection failed Firefox cannot establish a connection with the server at localhost:3333

Note that I disabled my firewall

please how to resolve this?

@mmuhammadeuss commented on GitHub (Feb 21, 2024): @jannikstdl thank you for your support 1. ollama under http://localhost:11434 : **ok** 2. ollama under http://127.0.0.1:11434 : **ok** 3. Try port forwarding on another port like 3333: **same problem, cannot access** error message: Connection failed Firefox cannot establish a connection with the server at localhost:3333 Note that I disabled my firewall please how to resolve this?
Author
Owner

@bunt-oxide commented on GitHub (Feb 21, 2024):

Take a look at your log, you might find the cause.

Docker Desktop > Containers > open-webui

@bunt-oxide commented on GitHub (Feb 21, 2024): Take a look at your log, you might find the cause. > Docker Desktop > Containers > open-webui
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#333