Remote Control

Remote Control is a minimal remote desktop app built on top of Electron. Designed to ease things up for better and faster technical support with low effort in mind.


Key FeaturesHow To UseDownloadCreditsLicense

screenshot

Key Features

How To Use

Building your own installable

To clone and install this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/DinoscapeProgramming/Remote-Control

# Go into the repository
$ cd Remote-Control/client

# Install dependencies
$ npm install

# Build the app
$ npm run build

# Install the app
$ ./build/*.exe

Hosting your own server

To clone and host this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/DinoscapeProgramming/Remote-Control

# Go into the repository
$ cd Remote-Control/server

# Install dependencies
$ npm install

# Start server
$ node . 

Note
If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Download

You can download the latest installable version of Remote Control for Windows, macOS and Linux.

Credits

This software uses the following open source packages:

Support

You may also like...

License

Apache-2.0


dinoscape.com  · 
GitHub @DinoscapeProgramming  · 
Scratch @Dinoscape

How To Use