this post was submitted on 02 Aug 2026
40 points (97.6% liked)

Selfhosted

61189 readers
328 users here now

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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 
  • Fixed issues in the RUDP library: memory leaks when using shutdownHook, deadlocks, handling of corrupted UDP packets, and many other issues that were identified during testing.
  • Added the display of the connection protocol to the peer list.
  • Added an experimental build that compiles a .jar file into an executable using native-image in GraalVM. For now, this is for the headless version of the application on Linux x86_64. To avoid running Lanemu as root, you also need to do

sudo setcap cap_net_admin=eip Lanemu-headless

  • Updated dependencies.
you are viewing a single comment's thread
view the rest of the comments
[–] monsterovich@lemmy.world 1 points 2 days ago (1 children)

Even I don't quite understand how to use it.

[–] rursta@retrolemmy.com 1 points 2 days ago (1 children)

You have to install yggdrasil on your network stack, and just publish your ygg-IP.
Others can join it, or you peer on theirs.

[–] monsterovich@lemmy.world 4 points 2 days ago

Well, Lanemu (which is L2) and Yggdrasil use different approaches. In Lanemu, NAT traversal is built in from the start: Starting with version 0.14, RUDP with UDP hole punching is used as the default transport protocol, allowing two nodes behind NAT to connect directly to each other something Yggdrasil does not support on its own, since routing in Yggdrasil is carried out via peering channels that must be configured manually. Lanemu also has a lower barrier to entry: you install it, launch it, and get an IP address, it’s similar to using Hamachi or ZeroTier, whereas Yggdrasil typically requires manual configuration of a peer list as soon as you go beyond your local network segment.