lollms-webui icon indicating copy to clipboard operation
lollms-webui copied to clipboard

How to obtain remote access to lloms?

Open likeoff opened this issue 2 years ago • 2 comments

Expected Behavior

I am run LLOMS in VM, and wish to connect to WebUI from my desktop

Current Behavior

Right now webserver is binded just to http://localhost. I can't remove binding to it's IP address

Steps to Reproduce

Just run installer under Ubuntu 22.04

Possible Solution

remove binding to localhost

likeoff avatar Aug 31 '23 11:08 likeoff

to script add example bash linux_run.sh --host 0.0.0.0

agustin9014 avatar Aug 31 '23 17:08 agustin9014

Just one little caution. Lollms uses a non cyphered connection as I need to generate a cetificate if I want to add this layer of protection and I have no money to invest in adding all those things. So if you want to use it remotely, I advise you to add a crypted connection or maybe have a private vpn to protect your data. The idea of lollms is to keep your data locally. If you want to access the ui remotely, some one who makes a man in the middle attack, can view your messages as you generate them. If security is not a concern, just as @agustin9014 said, you just need to add --host 0.0.0.0 to make it accessible to your local network, then you may use your router to give remote access.

I use it on my phone. That's why I did the modifications that reduce the size of the header and made the discussions bar retractable.

ParisNeo avatar Sep 02 '23 11:09 ParisNeo