Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archbox-connect

Remote desktop client for Archbox. Tunnels Moonlight/Sunshine over HTTPS.

Works on Windows, macOS, and Linux.

Connect (one command)

go install github.com/Desarso/archbox-connect@latest && archbox-connect

On first run you'll be prompted for the password. It's saved locally to ~/.archbox/credentials so you only need to enter it once.

If archbox-connect is not found, add Go's bin to your PATH first:

# Linux/macOS
export PATH=$PATH:$(go env GOPATH)/bin

# Windows (PowerShell)
$env:PATH += ";$(go env GOPATH)\bin"

Then run archbox-connect again.

What happens

  1. Downloads the tunnel client (chisel) if you don't have it
  2. Installs Moonlight if you don't have it
  3. Opens an encrypted tunnel to the remote desktop
  4. Launches Moonlight — connect to localhost

Requirements

  • Go installed
  • Moonlight (auto-installed on Windows, manual on Mac/Linux)

About

Zero-config remote desktop client - tunnels Moonlight/Sunshine through chisel over HTTPS

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages