Hi
My current issue is, I have RStudio Server (community) running on a single server.
As of now, I'm accessing the RStudio remotely through a web browser.
The problem is, the RStudio is running on a single port, say the default port is 8787.
So if I have another colleague who wants to use RStudio on the same server, it is not possible because only one user can access the RStudio at one time.
Currently, I'm using Rocker (RStudio Docker) to solve this problem. With Rocker, I can launch RStudio on different port and then ask different user to access RStudio from different port.
Appreciate your assistance on this query.
