How Can access Chat with RTX in LAN

Chat with RTX is runed at 127.0.0.1 :21200, so I try to use other computer in same LAN , but failed ,I even tried use host IP address (192.168.X.X not 127.0.0.1),still failed . I have checked windows firewall, open 21200 port ,no working .
So I’m appreciate if you have some suggestion or comments.

Did you find the solution?

Hello,

Show part : How to Run Chat with RTX Locally on All LAN Connected Systems
link: Chat with RTX Easy Guide: Running on LAN & Making It Pu

thanks !
let me try it !

I tried, it didn’t work out, who can help?
3.1. File Path: C:\Users{Your user dir}\AppData\Local\NVIDIA\ChatWithRTX\RAG\trt-llm-rag-windows-main\ui\user_interface.py
3.2. Find and replace the code
3.2.1. key, value = cookie.split(‘=’)
3.3. Replace with:
3.3.1. split_index= cookie.find(‘=’)
3.3.2. key, value= cookie[:split_index], cookie[split_index+1:]