mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 01:05:22 -04:00
[GH-ISSUE #21] [Guide] How to access AnythingLLM (Local - Docker) from different devices #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShadowArcanist on GitHub (May 15, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anythingllm-docs/issues/21
On our discord people often ask "How can I access AnythingLLM from my mobile phone or different machine"
Users can access AnythingLLM by exposing their Localhost to the internet by using something like NGrok or Cloudlfare tunnel but there is no guide or tutorials on youtube so it is good to write a guide about this
@timothycarambat commented on GitHub (May 15, 2024):
My only reservation on this is it is not a really "safe" way to run AnythingLLM in a more "server-like" container. They should really use container cloud services like Render or Railway because if they tunnel their local computer they are basically opening a tunnel to their desktop computer and if the computer goes to sleep the application wont work anywa
@ShadowArcanist commented on GitHub (May 15, 2024):
@timothycarambat I don't have much knowledge in this area 😄, I saw alot of people asking on how to do it so maybe we can write the guide on how to do it and add a warning message at the beginning of the guide.
A red warning/caution like this:

What do you think about this approach? 🤔
@timothycarambat commented on GitHub (May 15, 2024):
That provider is different from the primary issue that this is under. That LLM is basically an "open" OpenAI provider that basically allows you to use providers we don yet have built-in support for. But yes, that warning would be appropriate
[Guide] How to access AnythingLLM (Local - Docker) from different devicesto [GH-ISSUE #21] [Guide] How to access AnythingLLM (Local - Docker) from different devices