Pageviews

Sunday 1 February 2015

How to setup RStudio Server accessible via SSH

by Unknown  |  in R at  Sunday, February 01, 2015

RStudio Server enables you to provide a browser based interface (the RStudio IDE) .You can easily access your R work anywhere in the world.All you need is one System having Internet.Major advantages for setting up RStudio Server.

>>Easy sharing of code, data, and other files with colleagues.
>>Allowing multiple users to share access to the more powerful compute resources (memory, processors, etc.) available on a well equipped server.
>>Centralized installation and configuration of R, R packages, TeX, and other supporting libraries.

Downloading and Installation:


You can download the RStudio Server from their official website.RStudio server is available for all major Linux distributions.


Accessing RStudio Server:


RStudio Server by default opens on port 8787.After installing the serv:er,you can redirect your browser to the following address:

http://<server-ip>:8787


RStudio server will prompt for the Username Password for the account you want to Log in.You will only be allowed to log in if the account have access to Home directory.





In case you are unable to access the server you can verify your installation with following command.

$ sudo rstudio-server verify-installation














0 comments:

Proudly Powered by Blogger.