Skip to content

fredystar200/Remote-Support-Easy-Install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Remote Support Installer

Platforms Apps

A simple cross-platform installer for remote support applications. Quickly install AnyDesk or RustDesk with one command for easy remote PC support and troubleshooting.

Tested on Windows 10 LTSC 21H2, Kali Linux 2025.1 (via VirtualBox)

Features

  • 🚀 Single-command installation
  • ⏱️ Fully automated Windows installation
  • 🖥️ Supports Windows, macOS and Linux
  • 🔒 Secure downloads from official sources
  • 🔄 Always installs latest stable versions
  • 🧹 Automatic cleanup after installation and an uninstall option

Supported Platforms & Applications

Platform AnyDesk RustDesk
Windows
macOS (but not tested yet)
Linux (Debian / Ubuntu)

Installation Instructions

For Windows

  1. Run as Administrator:
    • Click on the Windows button then the R button (Win+R) then type powershell
    • OR press the Windows key + X, then select PowerShell or Terminal.
    • Copy the command below and paste it inside the Windows Powershell Window with Ctrl+V
irm https://is.gd/rsedwin | iex

or

Invoke-WebRequest -Uri "https://github.com/fredystar200/Remote-Support-Easy-Install/raw/main/win.bat" -OutFile "$env:TEMP\win.bat"; & "$env:TEMP\win.bat"
  1. Execute this command:

or click here and download Remote.Support.Easy.Install.exe then launch.

For macOS and Linux

  1. Open Terminal
  2. Run this command:
bash <(curl -fsSL https://is.gd/rsedbash)

or

bash <(curl -fsSL https://github.com/fredystar200/Remote-Support-Easy-Install/raw/main/bash.sh)
  1. Follow prompts to select your application and complete installation

FAQ

Q: Is an internet connection required? A: Yes, the installer downloads applications from official sources

Q: Can I use this for enterprise deployment? A: Absolutely! The Windows version supports silent installations

Q: How do I uninstall applications? A: Use standard system uninstall methods:

Windows: Control Panel > Programs

macOS: Drag to Trash

Linux: sudo apt remove anydesk or sudo apt remove rustdesk

Q: Why does macOS installation show security warnings? A: macOS requires manual approval for apps from unidentified developers. Go to: System Preferences > Security & Privacy > General > Click "Open Anyway"

Q: Can I install both applications? A: Yes, but you need to run the installer twice and select different apps each time

Security Notes

🔐 All downloads use HTTPS from official sources

🔍 Scripts are open-source and can be audited

🧩 No persistent components installed

⚠️ Windows requires admin rights due to system installation

Requirements

Windows:

  • PowerShell 5.1+
  • Administrator privileges
  • .NET Framework 4.5+

macOS:

  • macOS 10.13+
  • Terminal access
  • May require security exceptions

Linux:

  • Debian/Ubuntu-based distributions
  • sudo privileges
  • Standard build tools

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss proposed changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published