Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 928 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 928 Bytes

RemoteBrowser

A RemoteApp companion app. Allows you to open web urls in RemoteApp application on your local computer.

Usage

On RemoteApp Server

  1. Place remote-browser-server.exe on your RemoteApp server
  2. Register remote-browser-server.exe as your default browser app on your RemoteApp server
    ./remote-browser-server.exe -r

Select remote-browser-server.exe as your default browser in Windows Settings if needed

  1. On your RemoteApp server, run
    ./remote-browser-server.exe -d

On RemoteApp Client computer

  • Place remote-browser-client on your client computer On your local computer, run
    ./remote-browser-client [RemoteApp Server IP]

Build

clone and cd to this repository, then

    make

pick remote-browser-server.exe and remote-browser-client

TODO:

  • password encryption
  • an easy way to register server app as default browser