[GH-ISSUE #11788] Connect ollama App with a personnal Ollama server ? #69876

Closed
opened 2026-05-04 19:40:32 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @Paulo-21 on GitHub (Aug 7, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11788

Hello,
I would like to know if it's possible to connect my ollama App from my windows pc to an ollama server running on a personnal linux server ?
So i can use the power of my server to run big model from my tiny pc.

It would be very interesting to have this features if it's not yet implemented
Ty

Originally created by @Paulo-21 on GitHub (Aug 7, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11788 Hello, I would like to know if it's possible to connect my ollama App from my windows pc to an ollama server running on a personnal linux server ? So i can use the power of my server to run big model from my tiny pc. It would be very interesting to have this features if it's not yet implemented Ty
GiteaMirror added the appfeature request labels 2026-05-04 19:40:32 -05:00
Author
Owner

@rick-github commented on GitHub (Aug 7, 2025):

#11645

<!-- gh-comment-id:3164738719 --> @rick-github commented on GitHub (Aug 7, 2025): #11645
Author
Owner

@pdevine commented on GitHub (Aug 7, 2025):

We don't have anything in Settings yet, however if you're using PowerShell you can do this:

$env:OLLAMA_HOST = "<hostname>:11434"
& 'ollama app.exe'

On the Linux machine you'll need to run OLLAMA_HOST=0.0.0.0:11434 ollama serve. Make sure it's not on the open internet. Hopefully this helps!

<!-- gh-comment-id:3165348364 --> @pdevine commented on GitHub (Aug 7, 2025): We don't have anything in Settings yet, however if you're using PowerShell you can do this: ``` $env:OLLAMA_HOST = "<hostname>:11434" & 'ollama app.exe' ``` On the Linux machine you'll need to run `OLLAMA_HOST=0.0.0.0:11434 ollama serve`. Make sure it's not on the open internet. Hopefully this helps!
Author
Owner

@Paulo-21 commented on GitHub (Aug 7, 2025):

Thank you

<!-- gh-comment-id:3165427941 --> @Paulo-21 commented on GitHub (Aug 7, 2025): Thank you
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69876