Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I often have performance issues with Jitsi ("video has been turned off to save bandwidth"). Might this be down to which instance I use? Perhaps it's time to self-host.
We've been using it succesfully for work meetings during Covid. No complaints from either me or my IT-illiterate colleagues. 👍
I find also that the client side need to be as easy and accessible to average people. Server address, port and you're connected just like that. A big reason why my friends and my family had no issues using my servers
that's great ! I never heard of it before but it checks all marks and I've also found an arch wiki page explaining the installation. Thank you !
If you don't want the whole calling thing, this is just doing the share thing: https://linkgen.vdo.ninja/
Useful if you're already sitting in a voice chat.
nicee, that can go well with my mumble server.
MiraCast
I use sunshine/moonlight there is nothing as good as that.
Both the server and client run in portable mode
By default it will fullscreen and use relative mouse but use this command line to one-click start moonlight
Moonlight.exe --display-mode windowed --absolute-mouse --resolution 1920x1080 stream yourserver.lan desktop
Only little hiccup, the client need to pair with server before connecting, the client will give you a number and you type it in the sunshine management interface
How does this work, if one person is sharing their screen, does the client get to see? Because it seems more like remote gaming kind of thing? Where the client controls the game/app running on the server?
The person doing screensharing runs sunshine.exe
they tell their hostname from the watcher, example.com
the watcher runs
if not paired already Moonlight.exe pair example.lan
(then a number appears, they tell the number to screensharer, who then types this number in https://localhost:47990/pin )
once paired (pairing key exchange is permanent until manually revoked by default) the watcher runs Moonlight.exe --display-mode windowed --absolute-mouse --resolution 1920x1080 stream example.lan desktop
A screen appears on their device, showing the other device, the latency and quality are excellent, you can watch youtube videos, play doom, it's almost like it's your own computer, you can fullscreen the window if you want.
Me and my friends, we use an extra computer with sunshine on it. We all connect at the same time to this extra computer and share it, show stuff to each other. It works really great
As for connectivity, there is no STUN/TURN coordination, either you open a port forward on your router or you use a VPN like zero tier, tailscale, hamachi, softether etc..
Here is the latest moonlight client
https://github.com/moonlight-stream/moonlight-qt/releases/download/v6.1.0/MoonlightSetup-6.1.0.exe
https://github.com/moonlight-stream/moonlight-qt/releases/download/v6.1.0/MoonlightPortable-x64-6.1.0.zip
And here is the latest sunshine server
https://github.com/LizardByte/Sunshine/releases/download/v2025.924.154138/Sunshine-Windows-AMD64-installer.exe
https://github.com/LizardByte/Sunshine/releases/download/v2025.924.154138/Sunshine-Windows-AMD64-portable.zip