How to access rasa bot on all computers in same network

I integrated my rasa bot with a html web page and hosted the web page on localhost using xampp server.

The web page is accessible on all computers in same network. But rasa bot is only available in local pc.

Any idea how can j make even rasa bot accessible to all other pc in the same network

1 Like

@rishi1 If you are using Rasa’s REST channel then you can add the local system’s IP address as shown below:

http://localhost:5005/webhooks/rest/webhook

to

http://192.168.X.X:5005/webhooks/rest/webhook

@JiteshGaikwadUploading: 16109159900782521248772521083004.jpg… I tried adding ip in rest but still it’s not working