Remote Linux desktop access from Cockpit #23623
christosdaggas
started this conversation in
Show and tell
Replies: 2 comments
|
Cool we have a project showcase in our website, see this pull request on how to add your own project to our website. |
0 replies
|
This is absolutely amazing! I have two questions cause I didn't see them referenced in the page. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
I built this plugin for my own personal use and thought I’d post it here in case someone else finds it useful too.
It lets you access your Linux desktop directly from Cockpit in the browser. It uses Apache Guacamole’s JavaScript client and connects to guacd through Cockpit’s authenticated, TLS-encrypted connection, so there is no need for a separate Guacamole web application, Tomcat, or externally exposed VNC/RDP ports.
It supports RDP through GNOME Remote Desktop, VNC where available, service controls, health checks and logs, fullscreen and view-only modes, and clipboard support.
I’ve only tested it on Fedora 44 so far. If you try it on another distribution or platform, I’d be really interested to hear how it goes.
Any feedback is welcome especially around security, bugs, usability, missing features, or anything else that could make it better. Feel free to open an issue or leave a comment.
Repository:
https://github.com/christosdaggas/cockpitremote
All reactions