Deployment of bot to server machine

I have created a frontend for my rasa bot using html and it is perfectly working on my local machine. Now i want to shift my bot to server machine so that my teammates can interact with my bot. Can someone guide me to deploy my bot online ?

Hello @Sahil_More!

You could use ngrok to establish a link between your local machine and the application you have deployed on a website. Remember that ngrok can use it for free, although it has limitations.

https://rasa.com/docs/rasa/user-guide/messaging-and-voice-channels/#messaging-and-voice-channels

Ya but ngrok is not working ie:It shows msg reconnecting all the time

Based on what I have read on the internet, try turning off and on again ngrok. If you are using a very old version, try to update and retry.