[GH-ISSUE #4091] Unable to access ollama from other machine #28299

Closed
opened 2026-04-22 06:18:44 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @rebas3 on GitHub (May 2, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4091

What is the issue?

Hi Im new to AI or develop in general and I had a question:
When I try to access on the same machine then it work normally but when I Try to connect from other machine it doesn't allow me to do that how can I allow it to connect?

OS

macOS

GPU

Apple

CPU

Apple

Ollama version

0.1.32

Originally created by @rebas3 on GitHub (May 2, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4091 ### What is the issue? Hi Im new to AI or develop in general and I had a question: When I try to access on the same machine then it work normally but when I Try to connect from other machine it doesn't allow me to do that how can I allow it to connect? ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.1.32
GiteaMirror added the question label 2026-04-22 06:18:44 -05:00
Author
Owner
<!-- gh-comment-id:2089451098 --> @centopw commented on GitHub (May 2, 2024): https://github.com/ollama/ollama/blob/main/docs/faq.md#setting-environment-variables-on-mac
Author
Owner

@pdevine commented on GitHub (May 2, 2024):

@rebas3 you can follow the directions that @centopw posted. You'll need to:

launchctl setenv OLLAMA_HOST "0.0.0.0"

and then restart ollama. Launchctl environment variables don't persist between reboots though. I'll go ahead and close the issue.

<!-- gh-comment-id:2091027839 --> @pdevine commented on GitHub (May 2, 2024): @rebas3 you can follow the directions that @centopw posted. You'll need to: ``` launchctl setenv OLLAMA_HOST "0.0.0.0" ``` and then restart ollama. Launchctl environment variables don't persist between reboots though. I'll go ahead and close the issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#28299