@page @model ClientsModel @{ ViewData["Title"] = "Client Downloads"; }

Screen-Sharing Client

Instant desktop sharing. No account required.
Windows (64/32-Bit)

Download:
Windows Installer

@*
Windows (32-Bit)

Download:
Windows Installer

*@
Linux 64-Bit

Download:
Linux Zipped

Resident Agents

Installable background agents that provide unattended access and remote scripting.
@if (User.Identity.IsAuthenticated) {
Windows 10 64-Bit

Download:
Windows 10 x64 PowerShell Installer
Windows 10 x64 Files Only

Install:
powershell -f [path]\Install-Win10-x64.ps1

Local Install:
powershell -f [path]\Install-Win10-x64.ps1 -path \\[path]\Remotely-Win10-x64.zip

Uninstall:
powershell -f [path]\Install-Win10-x64.ps1 -uninstall

Windows 10 32-Bit

Download:
Windows 10 x86 PowerShell Installer
Windows 10 x86 Files Only

Install:
powershell -f [path]\Install-Win10-x86.ps1

Local Install:
powershell -f [path]\Install-Win10-x86.ps1 -path \\[path]\Remotely-Win10-x86.zip

Uninstall:
powershell -f [path]\Install-Win10-x86.ps1 -uninstall

Linux 64-Bit

Download:
Linux x64 Bash Installer
Linux x64 Files Only

Install:
sudo [path]/Install-Linux-x64.sh

Local Install:
sudo [path]/Install-Linux-x64.sh --path [path]/Remotely-Win10-x86.zip

Uninstall:
sudo [path]/Install-Linux-x64.sh --uninstall

} else {
Resident clients are available after logging in.
}