Download RStudio Server for Red Hat/CentOS

Download RStudio Server for Red Hat/CentOS

Prerequisites

RStudio Server requires Red Hat or CentOS version 7 (or higher) as well as an installation of R. You can install R for Red Hat and CentOS using the instructions in RStudio’s documentation.


Install for Red Hat / CentOS 7

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

Size:  65.77 MB
| SHA-256: a7c97590 |
Version:  1.4.1717|
Released:  2021-06-01

wget https://download2.rstudio.org/server/centos7/x86_64/rstudio-server-rhel-1.4.1717-x86_64.rpm
sudo yum install rstudio-server-rhel-1.4.1717-x86_64.rpm

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


Install for Red Hat / CentOS 8

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

Size:  65.70 MB
| SHA-256: a9215c93 |
Version:  1.4.1717|
Released:  2021-06-01

wget https://download2.rstudio.org/server/centos8/x86_64/rstudio-server-rhel-1.4.1717-x86_64.rpm
sudo yum install rstudio-server-rhel-1.4.1717-x86_64.rpm

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.