Host Rasa chatbot in a server

I have created a weatherbot in RASA for POC. I want to host that chatbot in a server. How can i do that ? Also now Endpointconfig is having localhost as url, how can i change the url and give the IP. I might sound noob but i need some help.

Maybe this can help?

hello, i need some examples so that i can understand well. Can you provide any ?

You need to forward the port where your chatbot server is running to an externally visible endpoint. You can do this with ngnix. (Here is a good answer on how to get it configured.)

1 Like

Thanks for the help :slight_smile: