XPipe - A connection hub for all your servers: Status update for the v13 release
from crschnick@sh.itjust.works to linux@lemmy.ml on 27 Nov 11:14
https://sh.itjust.works/post/28688140

I’m proud to share a major development status update of XPipe, a new connection hub that allows you to access your entire server infrastructure from your local desktop. It works on top of your installed command-line programs and does not require any setup on your remote systems. XPipe integrates with your tools such as your favourite text/code editors, terminals, shells, command-line tools and more.

Here is how it looks like if you haven’t seen it before:

<img alt="Hub" src="https://i.imgur.com/i7xQ3t8.png">

<img alt="Browser" src="https://i.imgur.com/00Sp1J0.png">

VMs

File browser

<img alt="Pin" src="https://i.imgur.com/NWVAQ1V.png">

Other

Shell sessions

Many improvements have been implemented for the reusability of shell sessions running in the background. Whenever you access a system or a parent system, XPipe will connect to it just as before but keep this session open in the background for some time. It does so under the assumption that you will typically perform multiple actions shortly afterward. This will improve the speed of many actions and also results in less authentication prompts when you are using something like 2FA.

Security updates

There’s now a new mechanism in place for checking for security updates separately from the normal update check. This is important going forward, to be able to act quickly when any security patch is published. The goal is that all users have the possibility to get notified even if they don’t follow announcements on the GitHub repo or on Discord. You can also disable this functionality in the settings if you want.

Fixes

A note on the open-source model

Since it has come up a few times, in addition to the note in the git repository, I would like to clarify that XPipe is not fully FOSS software. The core that you can find on GitHub is Apache 2.0 licensed, but the distribution you download ships with closed-source extensions. There’s also a licensing system in place as I am trying to make a living out of this. I understand that this is a deal-breaker for some, so I wanted to give a heads-up.

Outlook

If this project sounds interesting to you, you can check it out on GitHub or visit the Website for more information.

Enjoy!

#linux

threaded - newest

tifriis@sh.itjust.works on 27 Nov 12:34 collapse

Thanks for sharing ! Seems to be a solid alternative to mobaXterm !