Go back to topic: Remote Qubes User Testing (Running Qubes in the Browser)
sudo apt install -y tomcat9 | sudo apt install -y tomcat9 tomcat9-admin tomcat9-common tomcat9-user |
| **Template** | debian-10 | | | **Template** | debian-11 (:warning: debian 10 won't work) | |
Because an extra qube is running it could interfere with a user's experience (e.g. they will see it in the qube domains widget). To hide it, you can delete `sys-whonix` or `sys-usb` and rename `remote-admin` to either one. An unsuspecting users won't see any difference. | Because an extra qube is running it could interfere with a user's experience (e.g. they will see it in the qube domains widget). To hide it, you can delete `sys-whonix` or `sys-usb` and rename `remote-admin` to either one. An unsuspecting users won't see any difference. ### Making this faster See this [related discussions](https://forum.qubes-os.org/t/the-qubes-os-project-is-now-accepting-donations-on-ethereum/13941). |
sudo apt install -y guacd libguac-client- | sudo apt install -y guacd libguac-client-vnc0 |
echo "qubes.ConnectTCP +5900 remote-admin @default allow target=dom0" | sudo | echo "qubes.ConnectTCP +5900 remote-admin @default allow target=dom0" | sudo tee /etc/qubes/policy.d/30-remote-admin.policy |
echo "qubes.ConnectTCP + | echo "qubes.ConnectTCP +5900 remote-admin @default allow target=dom0" | sudo tee /etc/qubes/policy.d/30-remote-admin.policy |
1. :arrows_counterclockwise: open a terminal and run `qvm-connect-tcp | 1. :arrows_counterclockwise: open a terminal and run `qvm-connect-tcp 5900:@default:5900` |
vncpasswd |
> * **2- | > * **2-20 seconds input delay** - can be improved if you use DNS instead of onion services. It really depends on your Tor circuit. I have been able to use with 2-4 seconds. |
* Inspiration from this [guide](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/screen-share.md) and [this discussion](https://github.com/QubesOS/qubes-issues/issues/6426). | * Inspiration from this [guide](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/screen-share.md) and [this discussion](https://github.com/QubesOS/qubes-issues/issues/6426). * byzanz developers, which made a tool that can be installed in dom0 through the repos and allows for creating gifs from dom0. |