Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 806 Bytes

browser-gui.rst

File metadata and controls

24 lines (17 loc) · 806 Bytes

Browser-based GUI

Warning

Currently, the browser GUI is only a highly experimental prototype. It should be usable, but there are many missing features and other possibilities for improvements.

As always, contributions are very welcome!

Using the SSR's network-websocket, it is possible to control the SSR from an off-the-shelf web browser. Just make sure the SSR has been started with the --websocket-server option and visit the URL http://localhost:9422.

If you just want to test the WebSocket connection, you can visit http://localhost:9422/test.

You can of course also access the SSR if it is running on a different computer in the network, by simply using the appropriate host name or IP address instead of localhost.