Download RStudio Server v1.2.1335

RStudio Server enables you to provide a browser based interface to a version of R running on a remote Linux server, bringing the power and productivity of the RStudio IDE to server-based deployments of R.

Do you need support or a commercial license?  Compare our commercial and open source products.

Need Enterprise Grade Security, Support, & More?
Learn More

Choose your Linux Platform

Prerequisites

RStudio Server v1.1 requires Debian version 8 (or higher) or Ubuntu version 14.04 (or higher).

Installing R
RStudio requires a previous installation of R version 3.0.1 or higher. To install the latest version of R you should first add the CRAN repository to your system as described here:

You can then install R using the following command:

$ sudo apt-get install r-base
NOTE: if you do not add the CRAN Debian or Ubuntu repository as described above this command will install the version of R corresponding to your current system version. Since this version of R may be a year or two old it is strongly recommended that you add the CRAN repositories so you can run the most up to date version of R.

Debian 8 / Ubuntu 14

To download and install RStudio Server open a terminal window and execute the following commands (corresponding to the 32 or 64-bit version as appropriate). Note that the gdebi-core package is installed first so that gdebi can be used to install RStudio and all of its dependencies.

64bit
Size:  36.7 MB MD5: 4e9ee8bad6b8a88ea57caa80106cd388 Version:  1.2.1335 Released:  2019-04-08
$ sudo apt-get install gdebi-core
$ wget https://download2.rstudio.org/server/trusty/amd64/rstudio-server-1.2.1335-amd64.deb
$ sudo gdebi rstudio-server-1.2.1335-amd64.deb

Debian 9

To download and install RStudio Server open a terminal window and execute the following commands.

64bit
Size:  37.1 MB MD5: 33f56cb20079a3e1d64e10a215a6c326 Version:  1.2.1335 Released:  2019-04-08

$ sudo apt-get install gdebi-core

$ wget https://download2.rstudio.org/server/debian9/x86_64/rstudio-server-1.2.1335-amd64.deb
$ sudo gdebi rstudio-server-1.2.1335-amd64.deb

Ubuntu 18+

To download and install RStudio Server open a terminal window and execute the following commands.

64bit
Size:  36.8 MB MD5: 7e84f384a87e219d20c00d8a6bccf532 Version:  1.2.1335 Released:  2019-04-08

$ sudo apt-get install gdebi-core

$ wget https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.2.1335-amd64.deb
$ sudo gdebi rstudio-server-1.2.1335-amd64.deb

You may choose to verify the build’s GPG signature prior to installing it.

Next Steps

See the Getting Started document for information on configuring and managing the server.

Read the RStudio Server Professional Admin Guide for more detailed instructions.

Prerequisites

RStudio Server v1.1 requires RedHat or CentOS version 6 (or higher) as well as an installation of R. You can install R for RedHat and CentOS using the instructions on CRAN: https://cran.rstudio.com/bin/linux/redhat/README.

RedHat/CentOS 6 and 7

To download and install RStudio Server open a terminal window and execute the commands corresponding to the 32 or 64-bit version as appropriate.

64bit
Size:  46.9 MB MD5: da696c9823eb1c044f04adf75f722b64 Version:  1.2.1335 Released:  2019-04-08
$ wget https://download2.rstudio.org/server/centos6/x86_64/rstudio-server-rhel-1.2.1335-x86_64.rpm
$ sudo yum install rstudio-server-rhel-1.2.1335-x86_64.rpm
ou may choose to verify the build’s GPG signature prior to installing it.

Next Steps

See the Getting Started document for information on configuring and managing the server.

Read the RStudio Server Professional Admin Guide for more detailed instructions.

Prerequisites

RStudio Server v1.1 requires openSUSE or SLES version 12 (up to SP3).

Installing R

You can install R for SUSE Linux using the instructions on the CRAN SUSE download page: http://cran.rstudio.com/bin/linux/suse/.

Note that the binaries linked to from this page have one additional requirement that isn’t satisfied using the default repositories. Before installing R you should install the libgfortran43 package. This package is available from the SUSE Linux Enterprise SDK. If the SDK repository is available in your environment you can install libgfortran43 as follows:

$ sudo zypper install libgfortran43

Download and Install

If your SUSE installation requires packages to be signed, first import RStudio’s code signing certificate. Then, to download and install RStudio Server, open a terminal window and execute the commands corresponding to the 32 or 64-bit version as appropriate.

64bit
Size:  38 MB MD5: 3c63e28c499f2a705afcd696529c0486 Version:  1.2.1335 Released:  2019-04-08
$ wget https://download2.rstudio.org/server/opensuse/x86_64/rstudio-server-1.2.1335-x86_64.rpm
$ sudo zypper install rstudio-server-1.2.1335-x86_64.rpm

Next Steps

See the Getting Started document for information on configuring and managing the server.

Read the RStudio Server Professional Admin Guide for more detailed instructions.

To install RStudio on other platforms you will need to build and install from source. Note that while it is likely that RStudio will correctly compile and install on your target platform the only platforms currently tested and certified are Debian, Ubuntu, and RedHat/CentOS.

A tarball containing source code for RStudio v1.2.1335 can be downloaded from here.

The INSTALL file within the source distribution contains additional instructions on how to build and install from source. After successfully performing a make install you should also be sure to install the additional scripts and configuration files found within the src/server/extras directory (the INSTALL file describes these extras in more detail).

Next Steps

See the Getting Started document for information on configuring and managing the server.

Read the RStudio Server Professional Admin Guide for more detailed instructions.