
Tabular list of software is available here The sofware is available on all machines (unless stated otherwise in notes), complete list of programs is below, please click on a title to see details and instructions. Internet Explorer is not supported originally by RStudio Server, but the RStudio can be run from within Internet Explorer using the Google Chrome Frame browser plugin.įor more information about deploying RStudio Server, please go to RStudio Server Website.There is 980 software titles installed in BioHPC Cloud. If you are using another computer’s browsers to access the remote R, the recommended minimum versions for various browsers are: There’s one more thing you have to pay attention to. Just enjoy using R on your iPad right now! $ usermod -g rstudio_users -G rstudio_users usernameĪfter RStudio Server restarted, you will find you can login with the new account. Next reassign the new account to this new user group: In which you can rename “rstudio_users” to whatever you like.

This is my case and I find a solution to solve it by using RStudio Server group permission setting.īefore set group permission, you have to create two configure files which are not created by RStudio Server by default:Įdit nf file and add following code: auth-required-user-group=rstudio_users Perhaps you may find you still cannot login with your new account.

Remember to set uid larger than 100 (larger than 500 is better). Use code: useradd username -u uid -p password The default port RStudio Server uses is 8787, so if you type the following code in your browser, you can see the login page now: But you cannot login with your admin root account now, because RStudio Server will not permit logins by system users (those with user ids lower than 100) maybe for security reasons. $ sudo yum install -nogpgcheck rstudio-server-0.98.501-x86_64.rpm $ sudo yum install -nogpgcheck rstudio-server-0.98.501-i686.rpm 2.Install RĪfter installing EPEL, you can easily use following code to install R from EPEL: $ sudo yum install R 3.Install RStudio Serverįor RedHat/CentOS (5.4+), code to install RStudio Server is: If you are running a RedHat or CentOS system, you have to install EPEL first to ensure RStudio Server works correctly.Ĭommand to install EPEL for different system versions are as follows:Īnd wait for install completion. Installing EPEL can make you easier to install R from EPEL. Install Extra Packages for Enterprise Linux (EPEL).The procedure of deploying RStudio Server is not very complicated, it has four steps according to official guideline:

It happens that I have a linux system server (CentOS), why not trying to deploy this server software to make R remotely accessible?

I was updating my desktop RStudio software today, and found its server version on the website.
