4

Is there any way to view an X11 window over a network, but as a webpage? I would like to run some applications off of a simple linux server and interact with them through a web browser. Is there any way to do this?

  • 1
    You might investigate guacamole: https://guacamole.incubator.apache.org/ . I don't know if it can interact with a single X11 window, but it does provide a web (html5) interface to remote desktop clients (VNC). – user4556274 Oct 09 '17 at 20:00
  • Thanks. Neither was exactly what I was looking for, but I spent a few hours figuring out Guacamole, and it's actually really cool. – Nobodyknows2202 Oct 09 '17 at 23:07
  • 1
    I know its late, but checkout xpra as an option. – johnnyb Mar 29 '19 at 19:57

1 Answers1

2

I think the answer you are looking for is in another thread: HTML client for X11 ssh forwarding?

TL;DR: "export your current session with x11vnc and then view it with a web based VNC viewer"

HackSlash
  • 461
  • 3
  • 10