Running an RStudio server on your VM

This guide assumes you have spun up an Ubuntu 20.04 LTS VM on CloudCIX with the appropriate compute resources (RAM/storage) for your RStudio Server and tools for working on a VM (see Installing Basics)

Download and install the appropriate version of RStudio Server (Debian 11/Ubuntu 20) for Ubuntu 20.04 LTS.

RStudio Server should now be accessible at the following address: http://VM_public_IP:8787

Username and password should be the same as you log in to your VM with.

Note

If you haven’t changed the default username/password for your VM, it should be:

  • Username: administrator

  • Password: password that CloudCIX emailed you

Tip

If you want to use conda to manage your RStudio Server environments, you can follow the instructions in this GitHub repo which hosts Rstudio Server within a container and mounts the conda environment.