|
3 | 3 | A zero-trust remote control solution built with .NET 8, MAUI, and SignalR. |
4 | 4 |
|
5 | 5 | [](https://dev.azure.com/translucency/ControlR/_build/latest?definitionId=35&branchName=main) |
6 | | - |
7 | 6 | [](https://discord.gg/JWJmMPc72H) |
8 | 7 |
|
9 | 8 | Website: https://controlr.app |
10 | 9 | Docker: https://hub.docker.com/r/translucency/controlr |
11 | 10 | Feature Requests: https://features.controlr.app/ |
12 | 11 | Discussions: https://github.com/bitbound/ControlR/discussions |
13 | 12 |
|
| 13 | +Microsoft Store: https://www.microsoft.com/store/productId/9NS914B8GR04 |
| 14 | +Play Store: https://play.google.com/apps/testing/dev.jaredg.controlr.viewer |
| 15 | + |
14 | 16 | ## Testers Needed: |
15 | 17 |
|
16 | 18 | Please join the [Android Beta Test](https://play.google.com/apps/testing/dev.jaredg.controlr.viewer) if you can. I need at least 20 users to stay in the program for at least 14 days before I can publish the app to the Play Store. |
17 | 19 |
|
18 | 20 | ## Quick Start: |
19 | 21 |
|
20 | | -Steps: |
| 22 | +Public Server: |
| 23 | + |
| 24 | +- Install the Viewer through the Microsoft Store or Play Store. |
| 25 | +- In the Viewer app, create a new keypair by clicking the Create button. |
| 26 | +- Install the agent on a computer by copying and pasting one of the scripts on the Deploy page. |
| 27 | +- You should now see the computer in the devices list and be able to remote control it. |
| 28 | + - Note: Remote control is only supported for agents running on Windows. |
| 29 | + |
| 30 | +Self-Hosted: |
21 | 31 |
|
22 | 32 | - Run Docker with the example compose file (see below). |
23 | 33 | - Download and install the viewer from `http[s]://{host_name}/downloads/ControlR.Viewer.{msix/apk}`. |
@@ -57,6 +67,12 @@ If you're using the public server at app.controlr.app, you can use either instal |
57 | 67 |
|
58 | 68 | You can see which method the app is currently using on the `About` page, next to `Install Source`. |
59 | 69 |
|
| 70 | +## Screenshots |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
60 | 76 | ## How the Zero-Trust Works |
61 | 77 |
|
62 | 78 | Zero-trust is implemented via RSA public/private keypairs. When the agent is installed, you supply the public keys that are allowed to access the device. |
|
0 commit comments