Installing RStudio Connect and RStudio Server Pro on same Linux server

Hi,

Is it possible/advisable to install both RStudio Server Pro and RStudio Connect on the same Linux server? What are the potential problems I might run into doing this?

Thanks!

Hi @ablack3, it's ok to install both in the same box. They default to two different ports, so there's no customization needed for this. Having said that, we do recommend that for Production deployment they are in separate boxes, and that's because of resources. For example, an analyst may be running a memory intensive job in the IDE that could make important reports run slow in Connect.

4 Likes