Launch separate RStudio session on a different port?

眉间皱痕 提交于 2020-03-21 07:00:06

问题


I have a RStudio server running on port, say, 8787, which is then accessible by a web browser.

The problem is, if my colleague wants to use RStudio, I'll be disconnected as only one user can use the RStudio.

I'm looking for how can we launch another instance of RStudio session on a separate port number, say, 8989.

This should allow at least 2 different users to run 2 separate RStudio sessions on the same server.

To be clear, I'm on RStudio server free version. I'm not sure whether features like multiple sessions on different ports require paid license or not.

If it helps, I'm using RHEL7.

Thanks!


回答1:


You do not need a license for this. Even the free version of RStudio Server will allow you to run one session per user.

So you don't need to try to run multiple servers on multiple ports; just set up a regular Linux user account for your colleague on your server (using e.g. adduser), and they'll be able to log into RStudio and run their own R session.



来源:https://stackoverflow.com/questions/60373624/launch-separate-rstudio-session-on-a-different-port

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!