faq-remote-X11-beta.md
... ...
@@ -25,6 +25,22 @@ You can adjust the desktop size after the session has started.
25 25
26 26
## Xpra
27 27
28
+### Xpra through web browser
29
+
30
+No client software needed. This example command launches an xpra session in a [tmux](faq-running-remote-jobs-after-disconnecting) session.
31
+
32
+Connect to the [SBGrid/CMCD VPN](faq-connecting-to-cmcd-vpn)
33
+Connect to your workstation and run this command.
34
+
35
+```bash
36
+tmux new-session -d -s "xpra-desktop" "xpra start-desktop --start=mate-session :$((10 + RANDOM % 999)) --pulseaudio=no --daemon=no --bind-tcp=0.0.0.0:8989 --tcp-auth=password:value=pass1234"
37
+```
38
+
39
+The things that could change per session/user is 8989 - this is the connect to port in the next step. Two people cannot share, just pick a high number.
40
+The other is the pass1234. This is your password for the session.
41
+On you computer using your favorite web browser go to http://yourworkstation.in.hwlab:8989 - or whatever your specified port is. Then you only need to put the password in the field and log in (no user or anything else).
42
+If you close your browser, reboot, reconnect to vpn, etc just open your web browser back to the same page.
43
+
28 44
### macOS (x86_64) to remote Linux workstation
29 45
30 46
[Download](https://xpra.org/dists/osx/x86_64/Xpra.pkg) the installer.
faqs-remote.md
... ...
@@ -5,6 +5,5 @@
5 5
* [Zoom usage](faq-zoom)
6 6
* [SBGrid/CMCD VPN](faq-connecting-to-cmcd-vpn)
7 7
* [Installing Linux at home](faq-home-linux)
8
-* [SSH tips and tricks](faq-ssh-tips)
9 8
* [Running jobs after you logged off (using tmux)](faq-running-remote-jobs-after-disconnecting)
10 9
* [Remote control of GUI applications](faq-remote-X11-beta)