I recently was gifted a raspberry pi 5 and was looking at domains to buy to host my own instance. What happens to my instance if the domain expires?

Also, do freenom and .tk just not allow new domains to be registered anymore?

  • Kayn
    link
    fedilink
    English
    526 months ago

    Your instance will still exist, and federation should continue as normal if you manage to reclaim the original domain.

    If you have to switch to a new one, however, federation will be very awkward. Other instances will essentially treat you as a brand-new instance, and mirrors of old content will be “orphaned” and no longer sync.

    • @[email protected]
      link
      fedilink
      English
      186 months ago

      Yes! I got a cheap .tech domain, and it kept increasing price year after year. Eventually it got a lot cheaper to just grab a .com.

      Cloudflare has the best prices for domain names, they sell them at cost

  • 𝒍𝒆𝒎𝒂𝒏𝒏
    link
    fedilink
    English
    146 months ago

    When your domain is close to running out, you should either get an email from your registrar asking you to renew, or a payment notification telling you that your domain will be renewed for whatever price automatically.

    If the payment fails, the domain will be temporarily suspended. There is a grace period where nobody can buy that domain, allowing you to settle the missed payment. If you do not settle the payment, the domain will be put back up for sale

    None of this affects whatever services you’re running on your Pi, people just won’t be able to connect to it if your domain is suspended.

    I’d suggest looking into SSL certificates (Letsencrypt is free) as well as Cloudflare for masking your Pi (your home) IP address from users of your instance - do note this has privacy implications: cloudflare becomes a MITM for your site

    Freenom is being sued by Meta (Facebook) at the moment for supposedly not dealing with spam domains. I would not recommend using a Freenom domain if/when they reopen registrations: FMHY had their old Freenom lemmy instance domain seized by Mali’s government

  • axum
    link
    fedilink
    46 months ago

    I’ve had no issues generating random domains on freenom, not sure why you’d think they stopped

  • @[email protected]
    link
    fedilink
    English
    46 months ago

    I don’t think you can change your lemmy instance’s domain yet. Afaik there is no official way to do it. FMHY lost their domain (they are using a free domain and lost it) and was attempting to switch to a new domain for their instance and developing a tool to migrate to a new domain, but somehow decided to start fresh and discard their old data instead. No idea what happen with the migration tool they were working on (is it actually working? did they actually released the code?), so save yourself some headache and make sure to never lost your domain, which means don’t use free domain because that domain isn’t actually yours and can be yanked without any notice.

    • @[email protected]
      link
      fedilink
      English
      56 months ago

      Yeah, AFAIK ActivityPub itself heavily relies on the domain being part of your identity - so its not really possible to change the domain on any of them, along with other federation implementations such as Matrix.

      This is why while Mastodon allows for profile transfers, it doesn’t transfer your post content - it simply just sends a signal to your followers to unfollow your old account and follow your new one. The actual content itself is intrinsically tied to your identity on the old domain.

      • CrimeDad
        link
        fedilink
        English
        4
        edit-2
        6 months ago

        That seems like an oversight. ActivityPub should rely on some sort of certificate or cryptographic signature instead of a domain which might have to occasionally change.

        • @[email protected]
          link
          fedilink
          English
          36 months ago

          ActivityPub does use cryptographic keys for Actors (“users” in this case) - so even in theory if you were to destroy your instance and then set it up on the same domain and recreate the user, things would be quite broken still… But unfortunately it still does rely on the domain name itself, so I agree.

          I think the problem is, without the domain name, there is no way for you to lookup who @russjr08 would be, or where to send data to them. The domain effectively acts as a mailing address (a well suited analogy considering that ActivityPub also uses inboxes/outboxes) so that Instance A always knows that User B can be found on Instance B.

          I doubt its an impossible challenge to solve, but probably quite a difficult one I’m sure.

  • @[email protected]
    link
    fedilink
    English
    16 months ago

    I would spend the money on a domain. There’s lots of new TLDs to choose from and some are cheap. A .stream domain is $3.99 at namesilo as is .link.

    • @[email protected]
      link
      fedilink
      English
      126 months ago

      The .stream domains renew at almost twice the cost of a .com after the first year. Most of the cheap domains renew at a much higher price.

      • @[email protected]
        link
        fedilink
        English
        26 months ago

        I was going by sorting tldlist by renewal price but I see now the price doesn’t match. .link is cheap to renew.

  • 🇰 🔵 🇱 🇦 🇳 🇦 🇰 ℹ️
    link
    fedilink
    English
    -16 months ago

    Nothing aside from losing any traffic if people don’t know the IP address directly to the server. All a domain does is redirect traffic to the website with an easy to remember name.

    • @[email protected]
      link
      fedilink
      English
      126 months ago

      The domain is pretty important to Lemmy. If you lose control of it, your instance is effectively dead since the federation will not recognize your traffic until you get the domain back. There’s no way to change the domain of an instance so you’d have to start from scratch.