DOWNLOAD
Download RStudio Server v2022.12.0+353
RStudio Server enables you to run the RStudio IDE you know and love on a Linux server, accessed from your web browser, bringing the power and productivity of the RStudio IDE to a centralized server-based environment.
Select Your Operating System:
Step 1:
Select your server version
Step 2:
Install R
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 Posit’s documentation.
Step 3:
Install RStudio Server
You may choose to verify the build's GPG signature prior to installing it.
wget https://download2.rstudio.org/server/centos7/x86_64/rstudio-server-rhel-2022.12.0-353-x86_64.rpm
sudo yum install rstudio-server-rhel-2022.12.0-353-x86_64.rpm
10520c88e8270cbd780639d539adad8f17d0a39e59278d437a2cd137db573b98
Step 2:
Install R
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 Posit’s documentation.
Step 3:
Install RStudio Server
You may choose to verify the build's GPG signature prior to installing it.
wget https://download2.rstudio.org/server/rhel8/x86_64/rstudio-server-rhel-2022.12.0-353-x86_64.rpm
sudo yum install rstudio-server-rhel-2022.12.0-353-x86_64.rpm
Step 1:
Select your server version
Step 2:
Install R
RStudio Server requires Debian version 10 (or higher) or Ubuntu version 18 (or higher). RStudio requires a previous installation of R version 3.3.0 or higher. To install the latest version of R you should first add the CRAN repository to your system.
sudo apt-get install r-base
Step 3:
Install RStudio Server
You may choose to verify the build's GPG signature prior to installing it.
sudo apt-get install gdebi-core
wget https://download2.rstudio.org/server/bionic/amd64/rstudio-server-2022.12.0-353-amd64.deb
sudo gdebi rstudio-server-2022.12.0-353-amd64.deb
bb88e37328c304881e60d6205d7dac145525a5c2aaaf9da26f1cb625b7d47e6e
Step 2:
Install R
RStudio Server requires Debian version 10 (or higher) or Ubuntu version 18 (or higher). RStudio requires a previous installation of R version 3.3.0 or higher. To install the latest version of R you should first add the CRAN repository to your system.
sudo apt-get install r-base
Step 3:
Install RStudio Server
You may choose to verify the build's GPG signature prior to installing it.
sudo apt-get install gdebi-core
wget https://download2.rstudio.org/server/jammy/amd64/rstudio-server-2022.12.0-353-amd64.deb
sudo gdebi rstudio-server-2022.12.0-353-amd64.deb
Step 1:
Select your server version
Step 2:
Install R
RStudio Server requires openSUSE or SLES version 15 SP4 (or higher). You can install R for SUSE Linux using the instructions on the CRAN SUSE download page.
sudo zypper install libgfortran43
Step 3:
Install RStudio Server
If your SUSE installation requires packages to be signed, first import Posit’s code signing certificate. Then, to download and install RStudio Server, open a terminal window and execute the following commands.
wget https://download2.rstudio.org/server/opensuse15/x86_64/rstudio-server-2022.12.0-353-x86_64.rpm
sudo zypper install rstudio-server-2022.12.0-353-x86_64.rpm
54ef38db5debd467dfe2acd396744f5102e6164171fc1fae6ee53c223131d680
Step 1:
Select your server version
Step 2:
Install RStudio
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 Red Hat/CentOS.
Download a tarball containing source code for RStudio 2022.12.0+353.
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).
More resources
We use cookies to bring you the most relevant experience by remembering your preferences between your visits to our website. By clicking "Accept All," you consent to the use of ALL cookies. However, you may click on "Cookie Settings" to select the types of cookies you choose to use or avoid.