[GH-ISSUE #816] Unable to provide site access to the model running on Ubuntu Virtual Machine #26153

Closed
opened 2026-04-22 02:12:17 -05:00 by GiteaMirror · 7 comments
Owner

Originally created by @NishaDeepak on GitHub (Oct 17, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/816

I installed Ollama desktop in my ubuntu VM and ran the following commands:
$ OLLAMA_ORIGINS=https://webml-demo.vercel.app OLLAMA_HOST=127.0.0.1:11435 ollama serve

Then, in another window:
$ OLLAMA_HOST=127.0.0.1:11435 ollama pull mistral

But am unable to access the webpage.

Originally created by @NishaDeepak on GitHub (Oct 17, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/816 I installed Ollama desktop in my ubuntu VM and ran the following commands: $ OLLAMA_ORIGINS=https://webml-demo.vercel.app OLLAMA_HOST=127.0.0.1:11435 ollama serve Then, in another window: $ OLLAMA_HOST=127.0.0.1:11435 ollama pull mistral But am unable to access the webpage.
GiteaMirror added the question label 2026-04-22 02:12:18 -05:00
Author
Owner

@BruceMacD commented on GitHub (Oct 17, 2023):

Do you see the ollama server in netstat -tuln | grep 11435?

<!-- gh-comment-id:1766886569 --> @BruceMacD commented on GitHub (Oct 17, 2023): Do you see the ollama server in `netstat -tuln | grep 11435`?
Author
Owner

@NishaDeepak commented on GitHub (Oct 18, 2023):

Yes I can see it. Attached is the screenshot of the same.
ollama_server

<!-- gh-comment-id:1767685612 --> @NishaDeepak commented on GitHub (Oct 18, 2023): Yes I can see it. Attached is the screenshot of the same. <img width="484" alt="ollama_server" src="https://github.com/jmorganca/ollama/assets/68985503/d8de8a79-e5a4-4f93-bf76-c6fc1806ece3">
Author
Owner

@mxyng commented on GitHub (Oct 18, 2023):

What webpage are you referring to? What exactly is the error?

<!-- gh-comment-id:1769506014 --> @mxyng commented on GitHub (Oct 18, 2023): What webpage are you referring to? What exactly is the error?
Author
Owner

@NishaDeepak commented on GitHub (Oct 19, 2023):

Could you please help me understand what the following command is doing:
OLLAMA_ORIGINS=https://webml-demo.vercel.app/ OLLAMA_HOST=127.0.0.1:11435 ollama serve

<!-- gh-comment-id:1770561190 --> @NishaDeepak commented on GitHub (Oct 19, 2023): Could you please help me understand what the following command is doing: OLLAMA_ORIGINS=https://webml-demo.vercel.app/ OLLAMA_HOST=127.0.0.1:11435 ollama serve
Author
Owner

@mxyng commented on GitHub (Oct 19, 2023):

It starts the ollama server and configures it bind to localhost port 11435 and allows webml-demo.vercel.app, a third-party web app, to communicate with the server.

<!-- gh-comment-id:1771362362 --> @mxyng commented on GitHub (Oct 19, 2023): It starts the ollama server and configures it bind to localhost port 11435 and allows webml-demo.vercel.app, a third-party web app, to communicate with the server.
Author
Owner

@NishaDeepak commented on GitHub (Oct 20, 2023):

Once I execute the command, how do I test this connection from the URL?

<!-- gh-comment-id:1772086475 --> @NishaDeepak commented on GitHub (Oct 20, 2023): Once I execute the command, how do I test this connection from the URL?
Author
Owner

@technovangelist commented on GitHub (Dec 4, 2023):

If you are using webml-demo.vercel.app, I would try that. Its been a while since there has been any activity so I assume you got your answer on the Discord, which is probably a better place for this kind of question. I will go ahead and close it now. If you think there is anything we left out, reopen and we can address. Thanks for being part of this great community.

<!-- gh-comment-id:1839403940 --> @technovangelist commented on GitHub (Dec 4, 2023): If you are using webml-demo.vercel.app, I would try that. Its been a while since there has been any activity so I assume you got your answer on the Discord, which is probably a better place for this kind of question. I will go ahead and close it now. If you think there is anything we left out, reopen and we can address. Thanks for being part of this great community.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#26153