Skip to content

Linux based secure, open source, multi-tenant environment for remote work.

License

Notifications You must be signed in to change notification settings

rsyuzyov/linux-remote-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Remote Desktop

This project creates a secure, open source, multi-tenant environment for remote work. Users in your organization can access a remote Linux OS based workspace, run applications, as well as access other important resources. The remote environment is based on a docker container, is efficient and scalable, and can be deployed to an unlimited number of users. A web admin control panel is available to allow admins to control the organization's environment.

The project is based on many open source projects, such as:

  • xrdp - an open source RDP server
  • Apache Guacamole - clientless remote desktop gateway
  • Nubo - Secure remote environment
  • Ubuntu Xrdp - multi user remote desktop Server in docker container.

Getting Started

Create your first linux remote desktop system in a single server.

Running the bootstrap script using docker.

Required: Linux system with docker engine installed.

Copy & paste the following on your terminal:

sudo curl -L https://github.com/nubosoftware/linux-remote-desktop/releases/download/0.9/bootstrap.sh -o /usr/local/bin/nubo-bootstrap.sh ; sudo chmod +x /usr/local/bin/nubo-bootstrap.sh ; sudo /usr/local/bin/nubo-bootstrap.sh

Live Demo

Live demo is available at: Linux Remote Desktop Demo

Screenshots

Example of a user’s remote desktop (available in a Chrome browser) Desktop Admin control panel – App management Admin control panel

About

Linux based secure, open source, multi-tenant environment for remote work.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.2%
  • Shell 11.5%
  • Dockerfile 4.3%