Deploying R apps the easy way

AppservR is an open-source program to deploy R Shiny apps on Windows and Linux easily.

Get Started

Open-source MIT Licensed. GitHub

Unlimited apps

Serves as many R apps as you need. Each app run its own Rscript instances, using the R installation on your system.

Access management

Authentication included: you can restrict access to each app to specific users and access authenticated user info from within your app.

Hot config

Most settings can be configured through a web admin interface and do not require accessing or restarting the server.

Cross-platform

Written in the Go programming language, AppservR can run on most platforms. Binaries for Windows and Linux are available.

No dependencies

Ships as a standalone binary. No need to run Java or Docker; you will just need a working R installation.

Multi-process

Apps with higher traffic can be configured to use multiple processes and balance load between app instances.