Edit: I’ve got a mini computer that could wake up the big one.

    • SpaceNoodle@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      1 month ago

      For a while I just had a widget on my phone where I could just tap an icon to send a magic packet to the desired MAC.

  • utopiah@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    If your computer boots when plugged in (not only by pushing the power button) it would be feasible via a connected plug, but you’d still need a small computer, e.g HomeAssistant on a RaspberryPi, to convert the HTTP request to ZigBee, or a WiFi plug but I’m not sure which one would handle an HTTP request, if any.

  • Full Throttle@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    You can accomplish this using your router. The router can send the magic package to the computer. You can do this remotely from over the internet and even through a VPN connection to your router (preferred). If your router doesnt support the functionality out-of-the-box, OpenWRT does!

      • LiveLM@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        27 days ago

        The Wake-on values define what activity triggers wake up: d (disabled), p (PHY activity), u (unicast activity), m (multicast activity), b (broadcast activity), a (ARP activity), and g (magic packet activity).

        Looks like you can choose which one you want

        • silly goose meekah@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          27 days ago

          Yeah, I just don’t know what those terms mean lol

          I was asking which one I need to choose to wake my server io whenever I try sending packets to it

          • LiveLM@lemmy.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            27 days ago

            Oh. Sorry I’m not well versed in networking to know either lol.
            I’d suggest querying which modes your card supports with the command listed, and enable them all except “g” which is magic packet, then give it a test.

  • IrritableOcelot@beehaw.org
    link
    fedilink
    arrow-up
    1
    ·
    30 days ago

    Some motherboards explicitly enable wake on LAN as a BIOS option. If not in the BIOS it’s going to be a bit harder, but the software option recommended, (the Archlinux forum link) looks interesting.