mrkeyoor.com_
Sat 08 Aug 21:02 UTC
Self-Hostedevaluationupdated 08 Aug 2026

UpSnap

UpSnap is a self-hosted control panel for waking computers and other devices over a local network. It turns Wake-on-LAN packets, status checks, scheduled starts, and optional shutdown commands into a friendly multi-user web dashboard.

Verdict

UpSnap is the polished choice when Wake-on-LAN deserves its own shared dashboard rather than a script or router page. The permissions, schedules, status checks, themes, and broad container support add real value without turning it into a general management suite. Keep it on the LAN, use a VPN for remote access, and be especially conservative with custom shutdown commands.

Setup4/5Fast container start, with network and device setup still required
Docs4/5Clear starts and security warning, with deeper details in the wiki
Community4/5Frequent 2026 releases and a very small active work queue
Maturity4/5Five major versions, active fixes, and a focused feature set

Who it’s for

  • Home-lab operators who regularly wake servers, desktops, or media machines without visiting them.
  • Families or small teams that need per-device permissions instead of sharing a command-line login.
  • Network administrators who want scheduled wake events, configurable port checks, and local device discovery.
  • Self-hosters willing to keep the service inside a trusted LAN or reach it through a VPN.

Who it’s NOT for

  • Anyone planning to publish the dashboard directly to the internet: the README warns against this because shutdown actions can pass custom commands to a shell, potentially as root.
  • Networks where the UpSnap host cannot use host networking or send broadcast packets: the supplied Compose file says host mode is required for Wake-on-LAN magic packets.
  • Users expecting discovery without extra network privileges: scans require nmap, and the official container adds NET_RAW for privileged ping and scanning.
  • DHCP-heavy environments that require hostname-only device definitions today: an open issue says IP addresses are still required, with DNS and mDNS support being worked on.
  • People whose hardware, firmware, or network does not support Wake-on-LAN: UpSnap can send the packet but cannot make an incompatible device wake.

Setup reality

Running the binary or host-networked container takes minutes, but success depends on the network and target devices rather than the web app alone. Each machine needs Wake-on-LAN enabled in firmware and its network adapter, and broadcast traffic must reach it. Discovery adds nmap and raw-network capability; non-root ping requires a host sysctl setting. Shutdown is a separate remote-command problem involving SSH or another trusted command, and the project's own warning makes a VPN the sensible route for outside access. Persist /app/pb_data, set the time zone before relying on cron, create the first admin, and test wake, status, and shutdown separately.

Wake-on-LAN made usable by more than one person

Wake-on-LAN is an old, simple idea: send a specially formed packet to a network adapter so a sleeping or powered-off machine starts. The awkward part is everything around that packet. Someone must remember MAC addresses, know the right broadcast network, check whether a machine is already running, schedule recurring starts, and provide a safe way for other people to use it. UpSnap wraps those chores in a clean browser interface.

The dashboard can wake a device with one click, ping a chosen port to show its state, discover machines through a network scan, and run events on cron schedules. It can also issue a custom shutdown command. PocketBase supplies stored data and accounts, while UpSnap adds permissions that an administrator can assign per device: view, edit, delete, power on, or power off. That makes it more practical than a shell alias for a shared home lab, classroom, workshop, or small office.

The responsive interface offers 35 themes and 23 listed locales. UpSnap still stays focused: it is a power dashboard, not a remote desktop or monitoring system.

The one-command start hides network prerequisites

You can download a release binary and run upsnap serve, or launch the official container with host networking. Images cover amd64, arm64, arm/v7, and arm/v6, which suits common servers and single-board computers. The supplied Compose file persists PocketBase data under /app/pb_data, drops all capabilities except NET_RAW, and documents a non-root user option.

Host networking is not an incidental example. The file says it is required for magic packets, and the service must sit on a network path where broadcasts can reach the sleeping devices. Every target also needs Wake-on-LAN enabled in firmware and in its network adapter configuration. Wireless adapters, segmented VLANs, routers that suppress directed broadcasts, and devices that remove NIC power while off can defeat the feature. UpSnap cannot repair those conditions from its dashboard.

Discovery brings another dependency. Nmap must be available, while privileged ping and scanning use NET_RAW. Operators who disable privileged ping must grant the container's group permission through the host's net.ipv4.ping_group_range setting. Scheduled actions also depend on the container's time zone, so set TZ and verify a harmless schedule before relying on an overnight startup.

These are reasonable requirements for a network utility, and the README is candid about most of them. Still, budget more than the container pull: validate one device, then status detection, then scheduling, before entering the rest of the network.

Shutdown is powerful and deliberately dangerous

Wake packets are comparatively low risk. UpSnap's optional off action is different because it runs a user-defined command through a shell, possibly as root. The maintainers explicitly warn users not to expose the application to the open web. If an attacker found a route around authentication or abused that endpoint, the command path could become a shell on the local network.

That warning should determine the architecture. Keep UpSnap bound to the trusted LAN, or bind it to localhost behind a carefully configured proxy. Use WireGuard, OpenVPN, or another VPN when remote access is necessary. Per-device user permissions reduce accidental misuse, but they are not a reason to put a shell-adjacent service on a public URL. Use a dedicated SSH identity with narrow permissions for shutdown, avoid embedding a broadly privileged password, and test what each account can actually do.

The official container's capability choices are thoughtful: everything is dropped except the raw-network access needed for core functions, and no-new-privileges is offered as an option. A non-root setup is documented in the wiki. Those protections are worth enabling, especially if shutdown commands are configured.

Small rough edges in a mature core

The current open queue is tiny, but two reports affect expectations. One says devices can initially appear on or unavailable while lazy ping determines their real state, delaying the wake button. Another asks to remove the current IP-address requirement and resolve DNS or mDNS hostnames. That second thread includes a maintainer note about reduced personal availability and active contributor work on the change. Until it lands, installations with frequently changing DHCP addresses should use reservations or carefully maintained static entries.

Recent closed work shows responsive maintenance around related validation problems. Version 5.4.4 fixed IP and MAC address regular expressions plus subnet-mask checking. A later July fix closed a report where a valid CIDR value passed the interface but failed during wake. These are small details, but network addressing is the product's foundation, so pinning a tested release is sensible.

UpSnap also is not a substitute for device management. It does not promise operating-system patching, remote terminals, hardware inventory, or rich alerting. MeshCentral is better when those are the actual requirements. Home Assistant is a better home for wake actions driven by sensors and broader automations. UpSnap wins when people primarily need clear, controlled power buttons.

Active releases and an easy recommendation

The latest release, 5.4.4, shipped July 23, 2026, after a steady series of 5.3 and 5.4 releases from March through July. The repository was pushed July 26, and open pull requests were updated August 7. GitHub listed only five open issues and pull requests combined, with three of those five being proposed features. The maintainer's reduced availability is worth noting, but current release and contributor activity do not support calling the project dormant.

Documentation covers the main binary and Docker routes, reverse proxies, sub-path hosting, permissions, internet exposure, development, and translations. Important non-root and shutdown details live in the wiki rather than the main page, so production operators should read beyond the quick command.

UpSnap is easy to recommend for a trusted network. It takes a fussy protocol and gives it a dashboard that other people can safely understand, provided the operator respects the boundary around shell commands. The best rollout is modest: one host-networked instance, one known-compatible machine, persistent data, VPN-only remote access, and no shutdown command until its privileges have been narrowed and tested.

Alternatives

ProjectWhat it isPick it when
wolwebA small Go web interface dedicated to sending Wake-on-LAN packets.pick this instead when you want a narrower wake button and do not need UpSnap's users, schedules, or shutdown actions.
Home AssistantA broad home-automation platform with Wake-on-LAN switches and many device integrations.pick this instead when waking a computer is one action inside a larger home-automation routine.
MeshCentralA full remote device-management platform covering power actions, terminals, files, and remote desktops.pick this instead when you need ongoing remote administration rather than a focused LAN power dashboard.

What people are saying

  1. [github-trending] seriousm4x/UpSnap

Sources

  1. UpSnap README
  2. UpSnap Docker Compose example
  3. UpSnap 5.4.4 release
  4. Open issue: initial device status
  5. Open issue: IP requirement and DNS hostnames