Skip to content

RShiny Server on Google Cloud

RShiny Server on Google Cloud is a pre-configured Google Cloud image that lets you host and serve Shiny web applications in the cloud. Launch it from the Google Cloud Marketplace, open it in your browser, and your Shiny apps are served straight away — no manual RShiny Server installation or configuration required.

It is built for R developers and data science teams who want a production-ready environment for publishing interactive Shiny dashboards and applications.

  • A pre-configured RShiny Server that hosts Shiny applications from the /srv/shiny-server directory
  • R and a broad set of pre-installed R packages for building Shiny apps
  • Regular image updates with the latest R packages and security patches

See the latest release notes and full package list for the current versions and the complete set of installed R packages.

  1. Find and subscribe to the RShiny Server image on the Google Cloud Marketplace.
  2. Launch a VM instance from the image in a region close to you, choosing an instance size that fits your workload.
  3. Make sure the VM instance allows inbound HTTP (port 80) traffic so the server is reachable from your browser.

Once the VM instance is running, open its public IP address in your browser. For example, if the IP address is 10.11.12.13, go to http://10.11.12.13 to reach the Shiny Server welcome page:

RShiny Server on Google Cloud: Shiny Server welcome page

Your Shiny applications are served from the /srv/shiny-server directory on the server — add your application folders there to publish them.

Questions or need help getting started? Contact support@elmcomputing.io.