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.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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!
view the rest of the comments
Are you absolutely sure you need a KVM over the network? It sounds like you just need remote access to the computers.
Solution one: Nevermind, forget I said anything about RDP. I should stop giving advice after being awake for 20 hours.
Solution two: use RustDesk. It's a FOSS remote desktop solution similar to TeamViewer. You can run the ID and Relay servers on your own hardware (which I strongly recommend) if you don't want to use RustDesk's own. You can connect the remote computers to the server without exposing them to the internet.
No. Do NOT do this. RDP isn't designed for the internet, it's a security hole, even more so in a small business where they aren't going to use advanced security (2FA, certs, etc).
Remote access should always be over a secure connection, such as a VPN.
Never port-forward RDP - you're just begging to get owned.
Fuck, I'm an idiot. I really shouldn't be giving advice when I'm sleep-deprived like this. I completely forgot that when I used RDP, I did it through an SSH tunnel.
Removed.
Nope, bad idea.