Run multiple rasa services on the same machine. Is it possible?

I’ve build several rasa bots. To save running fees, I’d like to run these rasa bots on the same cloud machine. Is it possible to set up those rasa service ports? If possible, how to do it?

Thanks!

Hi @yiouyou, yes you can run rasa services on different ports using this flag:

rasa run --port 5051

@b-quachtran Thanks for the tip!